Skip to content

Commit cf3ddee

Browse files
committed
feat: update addresses
1 parent b8c0030 commit cf3ddee

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

configs/config_holesky.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
WITHDRAWAL_VAULT = "0xF0179dEC45a37423EAD4FaD5fCb136197872EAd9"
5050

5151
# Dual Governance
52-
DUAL_GOVERNANCE = "0x9F14118Fc548658660a40B351C782a22e9937b42"
53-
DUAL_GOVERNANCE_ADMIN_EXECUTOR = "0x936C1dC7d5fAD05E5aD9aBc48b4ab09B88850f04"
52+
DUAL_GOVERNANCE = "0xb291a7f092D5cCE0A3C93eA21Bda3431129dB202"
53+
DUAL_GOVERNANCE_ADMIN_EXECUTOR = "0xD5EE9991f44b36E186A658dc2A0357EcCf11b69B"
5454
TIME_CONSTRAINTS = "0x3db5ABA48123bb8789f6f09ec714e7082Bc26747"
5555

5656
# EasyTracks

scripts/dual_governance_upgrade_holesky.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
description = "Holesky dual governance upgrade dry-run"
3232

3333
dual_governance_contracts = {
34-
"adminExecutor": "0x936C1dC7d5fAD05E5aD9aBc48b4ab09B88850f04",
35-
"dualGovernance": "0x9F14118Fc548658660a40B351C782a22e9937b42",
36-
"resealManager": "0x632c29848A379a7B30Ee6461ea5e7e1e92d264d0",
34+
"dualGovernance": "0xb291a7f092D5cCE0A3C93eA21Bda3431129dB202",
35+
"adminExecutor": "0xD5EE9991f44b36E186A658dc2A0357EcCf11b69B",
36+
"resealManager": "0xc2764655e3fe0bd2D3C710D74Fa5a89162099FD8",
3737
}
3838

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

0 commit comments

Comments
 (0)