Skip to content

Commit

Permalink
Change ipfs description
Browse files Browse the repository at this point in the history
  • Loading branch information
Arti committed Jan 20, 2025
1 parent 27822fb commit dd68a7c
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions scripts/vote_2025_01_28.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
6. Revoke STAKING_MODULE_MANAGE_ROLE
II. NO Acquisitions - Bridgetower is now part of Solstice Staking
1. Change name of Bridgetower to Solstice
7. Change name of Bridgetower to Solstice
"""

Expand Down Expand Up @@ -43,9 +43,14 @@
from utils.agent import agent_forward

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

def start_vote(tx_params: Dict[str, str], silent: bool) -> bool | list[int | TransactionReceipt | None]:
Expand Down Expand Up @@ -96,7 +101,7 @@ def start_vote(tx_params: Dict[str, str], silent: bool) -> bool | list[int | Tra
# II. NO Acquisitions - Bridgetower is now part of Solstice Staking
#
(
"1. Change name of Bridgetower to Solstice",
"7. Change name of Bridgetower to Solstice",
agent_forward(
[
encode_set_node_operator_name(
Expand Down

0 comments on commit dd68a7c

Please sign in to comment.