Skip to content

Commit

Permalink
fix pregenesis
Browse files Browse the repository at this point in the history
  • Loading branch information
jayy04 committed Dec 11, 2024
1 parent d8048f4 commit 44b8a89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions protocol/testing/genesis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 44b8a89

Please sign in to comment.