Skip to content
This repository was archived by the owner on Mar 14, 2025. It is now read-only.

Commit 2ee3f4d

Browse files
committed
remove unneccessary line in mantle configs
1 parent 7a678e4 commit 2ee3f4d

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

core/chains/evm/config/toml/defaults/Mantle_Mainnet.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ NoNewFinalizedHeadsThreshold = '40m0s'
1010
HistoryDepth = 1250
1111

1212
[GasEstimator]
13-
Mode = 'BlockHistory'
1413
PriceMax = '120 gwei'
1514
# 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
1615
LimitDefault = 80_000_000_000

core/chains/evm/config/toml/defaults/Mantle_Sepolia.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ NoNewFinalizedHeadsThreshold = '60m0s'
1010
HistoryDepth = 1250
1111

1212
[GasEstimator]
13-
Mode = 'BlockHistory'
1413
PriceMax = '120 gwei'
1514
# 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
1615
LimitDefault = 80000000000

0 commit comments

Comments
 (0)