diff --git a/scripts/run-node.sh b/scripts/run-node.sh index dce2083..2fe7a57 100755 --- a/scripts/run-node.sh +++ b/scripts/run-node.sh @@ -63,7 +63,7 @@ update_test_genesis '.app_state["staking"]["params"]["bond_denom"]="'$DENOM'"' $SED_BINARY -i '0,/enable = false/s//enable = true/' $HOME_DIR/config/app.toml $SED_BINARY -i 's/swagger = false/swagger = true/' $HOME_DIR/config/app.toml $SED_BINARY -i -e 's/enabled-unsafe-cors = false/enabled-unsafe-cors = true/g' $HOME_DIR/config/app.toml -$SED_BINARY -i 's/minimum-gas-prices = "0.uhype"/minimum-gas-prices = "0.0hype"/' $HOME_DIR/config/app.toml +$SED_BINARY -i 's/minimum-gas-prices = "0.25uhype"/minimum-gas-prices = "0.0hype"/' $HOME_DIR/config/app.toml # Sign genesis transaction