Skip to content

Commit 07b0148

Browse files
authored
Update init-neutrond.sh
1 parent e4c6f3c commit 07b0148

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

network/init-neutrond.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ THIRD_PARTY_CONTRACTS_DIR=${THIRD_PARTY_CONTRACTS_DIR:-./contracts_thirdparty}
1010
FEEMARKET_ENABLED=${FEEMARKET_ENABLED:-true}
1111

1212
# IMPORTANT! minimum_gas_prices should always contain at least one record, otherwise the chain will not start or halt
13-
# ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2 denom is required by intgration tests (test:tokenomics)
13+
# ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2 denom is required by integration tests (test:tokenomics)
1414
MIN_GAS_PRICES_DEFAULT='[{"denom":"ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2","amount":"0"},{"denom":"untrn","amount":"0"}]'
1515
MIN_GAS_PRICES=${MIN_GAS_PRICES:-"$MIN_GAS_PRICES_DEFAULT"}
1616

0 commit comments

Comments
 (0)