Skip to content

Commit 3d5c839

Browse files
committed
DF-24352 new LimitDefault for Mantle
mainnet and sepolia BumpPercent dominates BumpMin gas_used for transmissions is ~117600 - 200k seems good
1 parent 44c7574 commit 3d5c839

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

ccip/config/evm/Mantle_Mainnet.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@ HistoryDepth = 1250
1212

1313
[GasEstimator]
1414
PriceMax = '120 gwei'
15-
# 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
16-
LimitDefault = 80_000_000_000
17-
LimitMax = 100_000_000_000
15+
# covers only L2 costs https://docs.mantle.xyz/network/system-information/fee-mechanism/fee-model-handbook-after-arsia
16+
LimitDefault = 200_000
1817
BumpMin = '100 wei'
1918
BumpThreshold = 60
2019
EIP1559DynamicFees = true

ccip/config/evm/Mantle_Sepolia.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@ HistoryDepth = 1250
1212

1313
[GasEstimator]
1414
PriceMax = '120 gwei'
15-
# 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
16-
LimitDefault = 80000000000
17-
LimitMax = 100000000000
15+
# covers only L2 costs https://docs.mantle.xyz/network/system-information/fee-mechanism/fee-model-handbook-after-arsiaL
16+
LimitDefault = 200_000
1817
BumpMin = '100 wei'
1918
BumpPercent = 20
2019
BumpThreshold = 60

0 commit comments

Comments
 (0)