Skip to content

Commit

Permalink
Add lower bumping limit to force more bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
dimriou committed Feb 12, 2024
1 parent d07f3f6 commit a0a4850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/chains/evm/config/toml/defaults/Polygon_Mumbai.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Enabled = true
PriceDefault = '1 gwei'
PriceMax = '115792089237316195423570985008687907853269984665.640564039457584007913129639935 tether'
PriceMin = '1 gwei'
BumpMin = '20 gwei'
BumpMin = '5 gwei'
BumpThreshold = 5

[GasEstimator.BlockHistory]
Expand Down

0 comments on commit a0a4850

Please sign in to comment.