Skip to content

Commit dd68a7c

Browse files
author
Arti
committed
Change ipfs description
1 parent 27822fb commit dd68a7c

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

scripts/vote_2025_01_28.py

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
6. Revoke STAKING_MODULE_MANAGE_ROLE
1111
1212
II. NO Acquisitions - Bridgetower is now part of Solstice Staking
13-
1. Change name of Bridgetower to Solstice
13+
7. Change name of Bridgetower to Solstice
1414
1515
"""
1616

@@ -43,9 +43,14 @@
4343
from utils.agent import agent_forward
4444

4545
description = """
46-
1. **Community staking module**: limit increase + turn off EA mode
47-
48-
2. **NO Acquisitions** - Bridgetower is now part of Solstice Staking
46+
1. **Transition Community Staking Module to Permissionless Phase** by activating public release
47+
and **increasing the share limit** from 1% to 2%,
48+
as [approved on Snapshot](https://snapshot.org/#/s:lido-snapshot.eth/proposal/0x7cbd5e9cb95bda9581831daf8b0e72d1ad0b068d2cbd3bda2a2f6ae378464f26).
49+
Items 1-6.
50+
51+
2. **Rename Node Operator ID 17 from BridgeTower to Solstice**
52+
as [requested on the forum](https://research.lido.fi/t/node-operator-registry-name-reward-address-change/4170/41).
53+
Item 7.
4954
"""
5055

5156
def start_vote(tx_params: Dict[str, str], silent: bool) -> bool | list[int | TransactionReceipt | None]:
@@ -96,7 +101,7 @@ def start_vote(tx_params: Dict[str, str], silent: bool) -> bool | list[int | Tra
96101
# II. NO Acquisitions - Bridgetower is now part of Solstice Staking
97102
#
98103
(
99-
"1. Change name of Bridgetower to Solstice",
104+
"7. Change name of Bridgetower to Solstice",
100105
agent_forward(
101106
[
102107
encode_set_node_operator_name(

0 commit comments

Comments
 (0)