Reduce minimum-gas-prices in node initialization script
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:
2024-10-25 12:26:43 +05:30
parent debfb82205
commit 2b4fb99c50
+1 -1
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