From 44b8a89a2aa9b85dcc51e5118494e6cea91f64c5 Mon Sep 17 00:00:00 2001 From: Jay Yu <103467857+jayy04@users.noreply.github.com> Date: Wed, 11 Dec 2024 17:34:37 -0500 Subject: [PATCH] fix pregenesis --- protocol/testing/genesis.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/protocol/testing/genesis.sh b/protocol/testing/genesis.sh index 39bf7514fe..b5e1560689 100755 --- a/protocol/testing/genesis.sh +++ b/protocol/testing/genesis.sh @@ -84,6 +84,7 @@ function edit_genesis() { # Consensus params dasel put -t string -f "$GENESIS" '.consensus.params.block.max_bytes' -v '4194304' dasel put -t string -f "$GENESIS" '.consensus.params.block.max_gas' -v '-1' + dasel put -t string -f "$GENESIS" '.consensus.params.abci.vote_extensions_enable_height' -v '1' # Update crisis module. dasel put -t string -f "$GENESIS" '.app_state.crisis.constant_fee.denom' -v "$NATIVE_TOKEN"