From c6879c1e29d46682e535dda54b67c2d6a806c73a Mon Sep 17 00:00:00 2001 From: stackman27 Date: Tue, 19 Dec 2023 10:41:46 -0800 Subject: [PATCH] update gas price --- core/chains/evm/config/toml/defaults/BTTC_Testnet.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/core/chains/evm/config/toml/defaults/BTTC_Testnet.toml b/core/chains/evm/config/toml/defaults/BTTC_Testnet.toml index 33164900655..84b8edbe267 100644 --- a/core/chains/evm/config/toml/defaults/BTTC_Testnet.toml +++ b/core/chains/evm/config/toml/defaults/BTTC_Testnet.toml @@ -3,11 +3,13 @@ ChainID = '1029' FinalityDepth = 9000 # blocks are generated every 2-4s LogPollInterval = '2s' -# Blocks are only emitted when a transaction happens / no empty blocks -NoNewHeadsThreshold = '0' [GasEstimator] EIP1559DynamicFees = false +PriceDefault = '15 mwei' # Default +PriceMin = '9 mwei' # Default +BumpMin = '5 mwei' # Default +BumpThreshold = 2 [GasEstimator.BlockHistory] # how many blocks we want to keep in memory to calculate gas price