Skip to content

Commit

Permalink
reset mainnet value to 30 to prevent issues with RPC providers
Browse files Browse the repository at this point in the history
  • Loading branch information
Madalosso committed Aug 2, 2024
1 parent 8dd6446 commit 789da87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/chains/evm/config/toml/defaults/Polygon_Mainnet.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ MaxQueued = 5000
PriceDefault = '30 gwei'
PriceMax = '115792089237316195423570985008687907853269984665.640564039457584007913129639935 tether'
# Many Polygon RPC providers set a minimum of 30 GWei on mainnet to prevent spam
PriceMin = '25 gwei'
PriceMin = '30 gwei'
BumpMin = '20 gwei'
# 10s delay since feeds update every minute in volatile situations
BumpThreshold = 5
Expand Down
2 changes: 1 addition & 1 deletion docs/CONFIG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3115,7 +3115,7 @@ Enabled = true
Mode = 'BlockHistory'
PriceDefault = '30 gwei'
PriceMax = '115792089237316195423570985008687907853269984665.640564039457584007913129639935 tether'
PriceMin = '25 gwei'
PriceMin = '30 gwei'
LimitDefault = 8000000
LimitMax = 8000000
LimitMultiplier = '1'
Expand Down

0 comments on commit 789da87

Please sign in to comment.