From 2ee3f4dc03ee3e2801972bc65dcd3f86c11567d1 Mon Sep 17 00:00:00 2001 From: Matthew Romage Date: Thu, 12 Dec 2024 12:44:05 -0500 Subject: [PATCH] remove unneccessary line in mantle configs --- core/chains/evm/config/toml/defaults/Mantle_Mainnet.toml | 1 - core/chains/evm/config/toml/defaults/Mantle_Sepolia.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/core/chains/evm/config/toml/defaults/Mantle_Mainnet.toml b/core/chains/evm/config/toml/defaults/Mantle_Mainnet.toml index 98e82d70c5..23d5168a7e 100644 --- a/core/chains/evm/config/toml/defaults/Mantle_Mainnet.toml +++ b/core/chains/evm/config/toml/defaults/Mantle_Mainnet.toml @@ -10,7 +10,6 @@ NoNewFinalizedHeadsThreshold = '40m0s' HistoryDepth = 1250 [GasEstimator] -Mode = 'BlockHistory' PriceMax = '120 gwei' # Limit values are high as Mantle's GasPrice is in native token (MNT) instead of ETH. Their proprietary TokenRatio parameter is used to adjust fees LimitDefault = 80_000_000_000 diff --git a/core/chains/evm/config/toml/defaults/Mantle_Sepolia.toml b/core/chains/evm/config/toml/defaults/Mantle_Sepolia.toml index da45a84833..705f91142f 100644 --- a/core/chains/evm/config/toml/defaults/Mantle_Sepolia.toml +++ b/core/chains/evm/config/toml/defaults/Mantle_Sepolia.toml @@ -10,7 +10,6 @@ NoNewFinalizedHeadsThreshold = '60m0s' HistoryDepth = 1250 [GasEstimator] -Mode = 'BlockHistory' PriceMax = '120 gwei' # Limit values are high as Mantle's GasPrice is in native token (MNT) instead of ETH. Their proprietary TokenRatio parameter is used to adjust fees LimitDefault = 80000000000