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 cf3ddee
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 = "0xb291a7f092D5cCE0A3C93eA21Bda3431129dB202"
DUAL_GOVERNANCE_ADMIN_EXECUTOR = "0xD5EE9991f44b36E186A658dc2A0357EcCf11b69B"
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": "0xb291a7f092D5cCE0A3C93eA21Bda3431129dB202",
"adminExecutor": "0xD5EE9991f44b36E186A658dc2A0357EcCf11b69B",
"resealManager": "0xc2764655e3fe0bd2D3C710D74Fa5a89162099FD8",
}

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

0 comments on commit cf3ddee

Please sign in to comment.