Reduce minimum-gas-prices in node initialization script

This commit is contained in:
Prathamesh Musale 2024-08-22 12:25:56 +05:30
parent 3a551bce99
commit 5a52243e52

View File

@ -135,7 +135,7 @@ fi
laconicd start \
--pruning=nothing \
--log_level $LOGLEVEL \
--minimum-gas-prices=1$DENOM \
--minimum-gas-prices=0.001$DENOM \
--api.enable \
--rpc.laddr="tcp://0.0.0.0:26657" \
--gql-server --gql-playground