Skip to content

Commit

Permalink
update: min-gas-price
Browse files Browse the repository at this point in the history
  • Loading branch information
kstoykov committed Mar 22, 2022
1 parent 965c75c commit 98f98ab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/full-node/init-full-node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ cudos-noded init $MONIKER
cp ./external-config/genesis.json "${CUDOS_HOME}/config/genesis.json"

# gas price
sed -i "s/minimum-gas-prices = \"\"/minimum-gas-prices = \"0${BOND_DENOM}\"/" "${CUDOS_HOME}/config/app.toml"
sed -i "s/minimum-gas-prices = \"\"/minimum-gas-prices = \"5000000000000${BOND_DENOM}\"/" "${CUDOS_HOME}/config/app.toml"

# port 1317
# enable
Expand Down
2 changes: 1 addition & 1 deletion docker/seed-node/init-seed.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cudos-noded init $MONIKER
cp ./external-config/genesis.json "${CUDOS_HOME}/config/genesis.json"

# gas price
sed -i "s/minimum-gas-prices = \"\"/minimum-gas-prices = \"0${BOND_DENOM}\"/" "${CUDOS_HOME}/config/app.toml"
sed -i "s/minimum-gas-prices = \"\"/minimum-gas-prices = \"5000000000000${BOND_DENOM}\"/" "${CUDOS_HOME}/config/app.toml"

# port 1317
# eanble
Expand Down
2 changes: 1 addition & 1 deletion docker/sentry-node/init-sentry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ cudos-noded init $MONIKER
cp ./external-config/genesis.json "${CUDOS_HOME}/config/genesis.json"

# gas price
sed -i "s/minimum-gas-prices = \"\"/minimum-gas-prices = \"0${BOND_DENOM}\"/" "${CUDOS_HOME}/config/app.toml"
sed -i "s/minimum-gas-prices = \"\"/minimum-gas-prices = \"5000000000000${BOND_DENOM}\"/" "${CUDOS_HOME}/config/app.toml"

# for port 1317
# eanble
Expand Down

0 comments on commit 98f98ab

Please sign in to comment.