File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ init_func() {
7373 " $PWD " /build/ethermintd keys add $KEY " $i " --keyring-backend test --home " $DATA_DIR$i " --no-backup --algo " eth_secp256k1"
7474 " $PWD " /build/ethermintd init $MONIKER --chain-id $CHAINID --home " $DATA_DIR$i "
7575 # Set gas limit in genesis
76- cat $DATA_DIR$i /config/genesis.json | jq ' .consensus_params ["block"]["max_gas"]="10000000"' > $DATA_DIR$i /config/tmp_genesis.json && mv $DATA_DIR$i /config/tmp_genesis.json $DATA_DIR$i /config/genesis.json
76+ cat $DATA_DIR$i /config/genesis.json | jq ' .consensus["params"] ["block"]["max_gas"]="10000000"' > $DATA_DIR$i /config/tmp_genesis.json && mv $DATA_DIR$i /config/tmp_genesis.json $DATA_DIR$i /config/genesis.json
7777 " $PWD " /build/ethermintd add-genesis-account \
7878 " $( " $PWD " /build/ethermintd keys show " $KEY$i " --keyring-backend test -a --home " $DATA_DIR$i " ) " 1000000000000000000aphoton,1000000000000000000stake \
7979 --keyring-backend test --home " $DATA_DIR$i "
You can’t perform that action at this time.
0 commit comments