Reduce minimum-gas-prices in node initialization script
Some checks failed
Protobuf / lint (pull_request) Successful in 20s
Build / build (pull_request) Successful in 2m29s
Integration Tests / test-integration (pull_request) Successful in 2m13s
E2E Tests / test-e2e (pull_request) Successful in 3m56s
SDK Tests / sdk_tests_auctions (pull_request) Failing after 5m18s
Unit Tests / test-unit (pull_request) Successful in 1m50s
SDK Tests / sdk_tests_nameservice_expiry (pull_request) Failing after 8m0s
SDK Tests / sdk_tests (pull_request) Failing after 17m15s

This commit is contained in:
Prathamesh Musale 2024-08-22 12:25:56 +05:30
parent debfb82205
commit 2b4fb99c50

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