Skip to content

Commit 880e163

Browse files
committed
fix: dsm test
1 parent 3f41416 commit 880e163

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

configs/config_mainnet.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,10 +233,10 @@
233233
DSM_GUARDIANS = [
234234
"0x5fd0dDbC3351d009eb3f88DE7Cd081a614C519F1",
235235
"0x7912Fa976BcDe9c2cf728e213e892AD7588E6AaF",
236-
"0x4B87F16B8d32cb5a859a4C48a88edB5adBe3498E",
236+
"0x6d22aE126eB2c37F67a1391B37FF4f2863e61389",
237237
"0xf82D88217C249297C6037BA77CE34b3d8a90ab43",
238238
"0xa56b128Ea2Ea237052b0fA2a96a387C0E43157d8",
239-
"0x6d22aE126eB2c37F67a1391B37FF4f2863e61389",
239+
"0x4B87F16B8d32cb5a859a4C48a88edB5adBe3498E",
240240
]
241241
DSM_GUARDIAN_QUORUM = 4
242242

scripts/vote_2026_04_08.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
1.22. Set spent amount to 0 on Gas Supply AllowedRecipientsRegistry 0x49d1363016aA899bba09ae972a1BF200dDf8C55F
2727
1.23. Raise CSM (MODULE_ID = 3) stake share limit from 750 BP to 850 BP and priority exit threshold from 900 BP to 1020 BP in Staking Router 0xFdDf38947aFB03C621C71b06C9C70bce73f12999
2828
1.24. Remove Stakefish council daemon 0xd4EF84b638B334699bcf5AF4B0410B8CCD71943f from Deposit Security Module 0xfFA96D84dEF2EA035c7AB153D8B991128e3d72fD and keep quorum size as 4
29-
1.25. Add new Stakefish council daemon 0xPLACEHOLDER_NEW to Deposit Security Module 0xfFA96D84dEF2EA035c7AB153D8B991128e3d72fD and keep quorum size as 4
29+
1.25. Add new Stakefish council daemon 0x4B87F16B8d32cb5a859a4C48a88edB5adBe3498E to Deposit Security Module 0xfFA96D84dEF2EA035c7AB153D8B991128e3d72fD and keep quorum size as 4
3030
3131
=== NON-DG ITEMS ===
3232
2. Remove old Simple DVT SubmitValidatorsExitRequestHashes factory 0xB7668B5485d0f826B86a75b0115e088bB9ee03eE from Easy Track 0xF0211b7660680B49De1A7E9f25C65660F0a13Fea
@@ -377,13 +377,13 @@ def get_dg_items() -> List[Tuple[str, str]]:
377377
)
378378
]
379379
),
380-
# 1.24. Remove Stakefish council daemon 0xPLACEHOLDER_OLD from Deposit Security Module 0xfFA96D84dEF2EA035c7AB153D8B991128e3d72fD and keep quorum size as 4
380+
# 1.24. Remove Stakefish council daemon 0xd4EF84b638B334699bcf5AF4B0410B8CCD71943f from Deposit Security Module 0xfFA96D84dEF2EA035c7AB153D8B991128e3d72fD and keep quorum size as 4
381381
agent_forward(
382382
[
383383
encode_remove_guardian(dsm=dsm, guardian_address=STAKEFISH_DSM_GUARDIAN_OLD, quorum_size=DSM_QUORUM_SIZE),
384384
]
385385
),
386-
# 1.25. Add new Stakefish council daemon 0xPLACEHOLDER_NEW to Deposit Security Module 0xfFA96D84dEF2EA035c7AB153D8B991128e3d72fD and keep quorum size as 4
386+
# 1.25. Add new Stakefish council daemon 0x4B87F16B8d32cb5a859a4C48a88edB5adBe3498E to Deposit Security Module 0xfFA96D84dEF2EA035c7AB153D8B991128e3d72fD and keep quorum size as 4
387387
agent_forward(
388388
[
389389
encode_add_guardian(dsm=dsm, guardian_address=STAKEFISH_DSM_GUARDIAN_NEW, quorum_size=DSM_QUORUM_SIZE),

0 commit comments

Comments
 (0)