From e4803f0435021ced70ed4a4c4b1f2e4414e052b1 Mon Sep 17 00:00:00 2001 From: Shreerang Kale Date: Fri, 16 May 2025 12:01:21 +0530 Subject: [PATCH] Update auction durations in transfer state script --- scripts/transfer-state.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/transfer-state.py b/scripts/transfer-state.py index 39ee7dc..1b0d0ab 100644 --- a/scripts/transfer-state.py +++ b/scripts/transfer-state.py @@ -69,6 +69,10 @@ mainnet_state["app_state"]["registry"] = testnet_state["app_state"]["registry"] mainnet_state["app_state"]["slashing"]["params"] = testnet_state["app_state"]["slashing"]["params"] mainnet_state["consensus"]["params"] = testnet_state["consensus"]["params"] +# Update authority auction durations from 3600s to 60s +mainnet_state["app_state"]["registry"]["params"]["authority_auction_commits_duration"] = "60s" +mainnet_state["app_state"]["registry"]["params"]["authority_auction_reveals_duration"] = "60s" + #------ # Allocate back delegation stakes