Skip to content

Commit

Permalink
perf: set gas price to 0 stake for test
Browse files Browse the repository at this point in the history
  • Loading branch information
duvbell committed Jan 16, 2024
1 parent 12344f6 commit 1467343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/updates/prepare_cosmovisor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ if [ ! -f "$BUILDDIR/node0/migalood/config/genesis.json" ]; then docker run --rm
-v $BUILDDIR:/migalood:Z \
--platform linux/amd64 \
--entrypoint /migalood/old/migalood \
migaloo/migalood-upgrade-env testnet init-files --v $TESTNET_NVAL --chain-id $TESTNET_CHAINID -o . --starting-ip-address 192.168.10.2 --node-daemon-home migalood --keyring-backend=test --home=temp; \
migaloo/migalood-upgrade-env testnet init-files --v $TESTNET_NVAL --chain-id $TESTNET_CHAINID -o . --starting-ip-address 192.168.10.2 --minimum-gas-prices "0stake" --node-daemon-home migalood --keyring-backend=test --home=temp; \
fi


Expand Down

0 comments on commit 1467343

Please sign in to comment.