From b39a0337aef9db39de6c1eff661b9f101aeded11 Mon Sep 17 00:00:00 2001 From: dustinxie Date: Thu, 4 Apr 2024 17:33:06 -0700 Subject: [PATCH] update default gas (#274) --- config_mainnet.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config_mainnet.yaml b/config_mainnet.yaml index 42c172f..0dbe0b5 100644 --- a/config_mainnet.yaml +++ b/config_mainnet.yaml @@ -33,7 +33,7 @@ chain: numRetries: 8 actPool: - minGasPrice: "5000000000000" + minGasPrice: "1000000000000" maxNumActsPerAcct: 100 maxNumActsPerPool: 32000 maxGasLimitPerPool: 320000000 @@ -41,7 +41,7 @@ actPool: api: gasStation: - defaultGas: 5000000000000 + defaultGas: 1000000000000 consensus: scheme: ROLLDPOS