Skip to content

Commit

Permalink
improve value reading
Browse files Browse the repository at this point in the history
Co-authored-by: Jordan Krage <[email protected]>
  • Loading branch information
joaoluisam and jmank88 authored Jan 2, 2025
1 parent 4d4ef82 commit 7f9fbe4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/chains/evm/config/toml/defaults/Mantle_Sepolia.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ HistoryDepth = 1250
[GasEstimator]
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
LimitMax = 100000000000
LimitDefault = 80_000_000_000
LimitMax = 100_000_000_000
BumpMin = '100 wei'
BumpPercent = 20
BumpThreshold = 60
Expand Down

0 comments on commit 7f9fbe4

Please sign in to comment.