Skip to content

Commit

Permalink
feat: update addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
rkolpakov committed Jan 29, 2025
1 parent b8c0030 commit ec360ce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions configs/config_holesky.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
WITHDRAWAL_VAULT = "0xF0179dEC45a37423EAD4FaD5fCb136197872EAd9"

# Dual Governance
DUAL_GOVERNANCE = "0x9F14118Fc548658660a40B351C782a22e9937b42"
DUAL_GOVERNANCE_ADMIN_EXECUTOR = "0x936C1dC7d5fAD05E5aD9aBc48b4ab09B88850f04"
DUAL_GOVERNANCE = "0xc2fA339ca250cA22beD862B4Dd38eFE159AF4cCe"
DUAL_GOVERNANCE_ADMIN_EXECUTOR = "0xA275ddB4F0De13c4551de5f8d054F803C4E787B4"
TIME_CONSTRAINTS = "0x3db5ABA48123bb8789f6f09ec714e7082Bc26747"

# EasyTracks
Expand Down
6 changes: 3 additions & 3 deletions scripts/dual_governance_upgrade_holesky.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
description = "Holesky dual governance upgrade dry-run"

dual_governance_contracts = {
"adminExecutor": "0x936C1dC7d5fAD05E5aD9aBc48b4ab09B88850f04",
"dualGovernance": "0x9F14118Fc548658660a40B351C782a22e9937b42",
"resealManager": "0x632c29848A379a7B30Ee6461ea5e7e1e92d264d0",
"dualGovernance": "0xc2fA339ca250cA22beD862B4Dd38eFE159AF4cCe",
"adminExecutor": "0xA275ddB4F0De13c4551de5f8d054F803C4E787B4",
"resealManager": "0x019c9bA97434EE94e3B3659E472aF2C38e025EFE",
}

def start_vote(tx_params: Dict[str, str], silent: bool = False):
Expand Down

0 comments on commit ec360ce

Please sign in to comment.