File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,9 +12,8 @@ HistoryDepth = 1250
1212
1313[GasEstimator ]
1414PriceMax = ' 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
1817BumpMin = ' 100 wei'
1918BumpThreshold = 60
2019EIP1559DynamicFees = true
Original file line number Diff line number Diff line change @@ -12,9 +12,8 @@ HistoryDepth = 1250
1212
1313[GasEstimator ]
1414PriceMax = ' 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
1817BumpMin = ' 100 wei'
1918BumpPercent = 20
2019BumpThreshold = 60
You can’t perform that action at this time.
0 commit comments