Skip to content

Commit

Permalink
chore: revert
Browse files Browse the repository at this point in the history
  • Loading branch information
farbanas committed Jan 28, 2025
1 parent 5ae3390 commit 0d1d86c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/rpcnode/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function initialise_validator() {
sleep 2

echo "changing params"
sed -i 's/minimum-gas-prices = "0stake"/minimum-gas-prices = "0.025'${STAKE_DENOM}',0.025'${MIX_DENOM}'"/' "${VALIDATOR_DATA_DIRECTORY}/config/app.toml"
sed -i 's/minimum-gas-prices = "0stake"/minimum-gas-prices = "0.025'${STAKE_DENOM}',0.025'${DENOM}'"/' "${VALIDATOR_DATA_DIRECTORY}/config/app.toml"
sed -i '0,/enable = false/s//enable = true/' "${VALIDATOR_DATA_DIRECTORY}/config/app.toml"

# Network requests
Expand Down

0 comments on commit 0d1d86c

Please sign in to comment.