Skip to content

Commit

Permalink
fix: devnet7 config
Browse files Browse the repository at this point in the history
  • Loading branch information
Amuhar committed Feb 28, 2025
1 parent fab66d6 commit efefb09
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions configs/config_devnet7.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@
CSM_ADDRESS = "0x58E91B55A9DEC762B726AFB790E1ABC034CD97E3"

VOTING = "0xB137351BDB35C3363CD8A5FF3758260E9DB5CC66"
TOKEN_MANAGER = "0x68CcE46f68D68c683a374045a1A5233a8F998d5C"
7 changes: 4 additions & 3 deletions scripts/pectra_before_upgrade_devnet7.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,9 +192,10 @@ def start_vote(tx_params: Dict[str, str], silent: bool) -> Tuple[int, Optional[T
else:
desc_ipfs = upload_vote_ipfs_description(description)

return confirm_vote_script(vote_items, silent, desc_ipfs) and list(
create_vote(vote_items, tx_params, desc_ipfs=desc_ipfs)
)
# return confirm_vote_script(vote_items, silent, desc_ipfs) and list(
# create_vote(vote_items, tx_params, desc_ipfs=desc_ipfs)
# )
return list(create_vote(vote_items, tx_params, desc_ipfs=desc_ipfs))


def main():
Expand Down

0 comments on commit efefb09

Please sign in to comment.