From 847a1078735c71ace92bf4b14c01c7ffea103996 Mon Sep 17 00:00:00 2001 From: stackman27 Date: Tue, 12 Dec 2023 20:13:19 -0800 Subject: [PATCH] modified min gas price --- core/chains/evm/config/toml/defaults/Bttc_Testnet.toml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/core/chains/evm/config/toml/defaults/Bttc_Testnet.toml b/core/chains/evm/config/toml/defaults/Bttc_Testnet.toml index 77d1a8dc51a..dc5f9b31c90 100644 --- a/core/chains/evm/config/toml/defaults/Bttc_Testnet.toml +++ b/core/chains/evm/config/toml/defaults/Bttc_Testnet.toml @@ -3,12 +3,10 @@ ChainType = 'bttc' FinalityDepth = 500 # blocks are generated every 2-4s LogPollInterval = '2s' -# Blocks are only emitted when a transaction happens / no empty blocks -NoNewHeadsThreshold = '0' [GasEstimator] -PriceMin = '1 wei' -BumpMin = '100 wei' +PriceMin = '300000 gwei' +PriceMax = '30000000 gwei' [GasEstimator.BlockHistory] # how many blocks we want to keep in memory to calculate gas price