From e32eb49e23932ce45789f14b70b1194fff45d454 Mon Sep 17 00:00:00 2001 From: Lukasz Cwik Date: Fri, 15 Dec 2023 12:42:40 -0800 Subject: [PATCH] genesis --- .../containertest/preupgrade_genesis.json | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/protocol/testing/containertest/preupgrade_genesis.json b/protocol/testing/containertest/preupgrade_genesis.json index 14d2ed8007a..03f8b881579 100644 --- a/protocol/testing/containertest/preupgrade_genesis.json +++ b/protocol/testing/containertest/preupgrade_genesis.json @@ -2,6 +2,30 @@ "genesis_time": "2023-12-12T17:59:46.05659705Z", "chain_id": "localdydxprotocol", "initial_height": "1", + "consensus": { + "params": { + "abci": { + "vote_extensions_enable_height": "0" + }, + "block": { + "max_bytes": "22020096", + "max_gas": "-1" + }, + "evidence": { + "max_age_duration": "172800000000000", + "max_age_num_blocks": "100000", + "max_bytes": "1048576" + }, + "validator": { + "pub_key_types": [ + "ed25519" + ] + }, + "version": { + "app": "0" + } + } + }, "consensus_params": { "block": { "max_bytes": "4194304", @@ -1127,11 +1151,20 @@ ] }, "gov": { + "constitution": "", "deposits": [], "params": { "burn_proposal_deposit_prevote": false, "burn_vote_quorum": false, "burn_vote_veto": true, + "expedited_min_deposit": [ + { + "amount": "50000000", + "denom": "adv4tnt" + } + ], + "expedited_threshold": "0.667000000000000000", + "expedited_voting_period": "60s", "max_deposit_period": "300s", "min_deposit": [ { @@ -1139,7 +1172,10 @@ "denom": "adv4tnt" } ], + "min_deposit_ratio": "0.010000000000000000", "min_initial_deposit_ratio": "0.20000", + "proposal_cancel_dest": "", + "proposal_cancel_ratio": "0.500000000000000000", "quorum": "0.334000000000000000", "threshold": "0.500000000000000000", "veto_threshold": "0.334000000000000000",