Skip to content

Commit

Permalink
Fix acceptance/test_csm + regression/test_csm
Browse files Browse the repository at this point in the history
  • Loading branch information
Arti committed Jan 21, 2025
1 parent c107d65 commit 385245f
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions scripts/vote_2025_01_28.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,14 +82,14 @@ def start_vote(tx_params: Dict[str, str], silent: bool) -> bool | list[int | Tra
]
),
),
(
"3. Grant STAKING_MODULE_MANAGE_ROLE",
agent_forward(
[
encode_oz_grant_role(staking_router, "STAKING_MODULE_MANAGE_ROLE", contracts.agent)
]
),
),
# (
# "3. Grant STAKING_MODULE_MANAGE_ROLE",
# agent_forward(
# [
# encode_oz_grant_role(staking_router, "STAKING_MODULE_MANAGE_ROLE", contracts.agent)
# ]
# ),
# ),
(
"4. Increase share from 1% to 2%",
agent_forward(
Expand All @@ -106,14 +106,14 @@ def start_vote(tx_params: Dict[str, str], silent: bool) -> bool | list[int | Tra
]
),
),
(
"6. Revoke STAKING_MODULE_MANAGE_ROLE",
agent_forward(
[
encode_oz_revoke_role(staking_router, "STAKING_MODULE_MANAGE_ROLE", contracts.agent)
]
),
),
# (
# "6. Revoke STAKING_MODULE_MANAGE_ROLE",
# agent_forward(
# [
# encode_oz_revoke_role(staking_router, "STAKING_MODULE_MANAGE_ROLE", contracts.agent)
# ]
# ),
# ),
#
# II. NO Acquisitions - Bridgetower is now part of Solstice Staking
#
Expand Down

0 comments on commit 385245f

Please sign in to comment.