Skip to content

Commit

Permalink
fix: enable abci in the genesis
Browse files Browse the repository at this point in the history
  • Loading branch information
Reecepbcups committed Nov 15, 2024
1 parent c4801bf commit e60e62f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions simapp/scripts/test_ics_node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ from_scratch () {
update_test_genesis '.consensus_params["block"]["max_gas"]="100000000"'
# crisis
update_test_genesis `printf '.app_state["crisis"]["constant_fee"]={"denom":"%s","amount":"1000"}' $DENOM`
# abci
update_test_genesis '.consensus["params"]["abci"]["vote_extensions_enable_height"]="1"'

# === CUSTOM MODULES ===
# tokenfactory
Expand Down
3 changes: 3 additions & 0 deletions simapp/scripts/test_node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ from_scratch () {
# crisis
update_test_genesis `printf '.app_state["crisis"]["constant_fee"]={"denom":"%s","amount":"1000"}' $DENOM`

## abci
update_test_genesis '.consensus["params"]["abci"]["vote_extensions_enable_height"]="1"'

# === CUSTOM MODULES ===
# tokenfactory
update_test_genesis '.app_state["tokenfactory"]["params"]["denom_creation_fee"]=[]'
Expand Down

0 comments on commit e60e62f

Please sign in to comment.