Skip to content

Commit

Permalink
[SHIP-1877] Bump BSC Mainnet's Default PriceMin to 3 gwei (#13853)
Browse files Browse the repository at this point in the history
* bump bsc PriceMin to 3 gwei

* add bugfix tag

* Update core/chains/evm/config/toml/defaults/BSC_Mainnet.toml

Co-authored-by: amit-momin <[email protected]>

---------

Co-authored-by: amit-momin <[email protected]>
Co-authored-by: Simson <[email protected]>
  • Loading branch information
3 people authored Aug 27, 2024
1 parent bf2b72d commit 0f557ae
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/pink-fans-sparkle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"chainlink": patch
---

#bugfix Bump BSC PriceMin to 3 gwei to match BSC node's required gas price. This value can be pushed back down to 1 gwei to enable cheaper transactions if the GasPrice field under the Eth.Miner header in the BSC node's config is also pushed down to 1000000000
2 changes: 2 additions & 0 deletions core/chains/evm/config/toml/defaults/BSC_Mainnet.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ NoNewFinalizedHeadsThreshold = '45s'

[GasEstimator]
PriceDefault = '5 gwei'
# Set to the BSC node's default Eth.Miner.GasPrice config
PriceMin = '3 gwei'
# 15s 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 @@ -2575,7 +2575,7 @@ Enabled = true
Mode = 'BlockHistory'
PriceDefault = '5 gwei'
PriceMax = '115792089237316195423570985008687907853269984665.640564039457584007913129639935 tether'
PriceMin = '1 gwei'
PriceMin = '3 gwei'
LimitDefault = 500000
LimitMax = 500000
LimitMultiplier = '1'
Expand Down

0 comments on commit 0f557ae

Please sign in to comment.