Skip to content

Commit

Permalink
feat: small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
elix1er committed Jul 8, 2024
1 parent b1f3ccd commit 9410b57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run-node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9410b57

Please sign in to comment.