Make min-gas-price configurable in node initialization script #62

Merged
nabarun merged 2 commits from pm-reduce-min-gas-price into main 2024-10-28 04:22:57 +00:00
Showing only changes of commit 5a52243e52 - Show all commits

View File

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