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