Skip to content

Commit

Permalink
update PriceMax
Browse files Browse the repository at this point in the history
  • Loading branch information
amaechiokolobi committed Nov 4, 2024
1 parent e7aa469 commit 691c87d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ccip/config/evm/Ronin_Mainnet.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ LogPollInterval = "6s"
NoNewHeadsThreshold = "10m"

[GasEstimator]
PriceMax = "100000 gwei"
PriceMax = "1000 gwei"
PriceDefault = "21 gwei"
PriceMin = "20 gwei"
2 changes: 1 addition & 1 deletion ccip/config/evm/Ronin_Saigon.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ LogPollInterval = "6s"
NoNewHeadsThreshold = "10m"

[GasEstimator]
PriceMax = "100000 gwei"
PriceMax = "1000 gwei"
PriceDefault = "21 gwei"
PriceMin = "20 gwei"
2 changes: 1 addition & 1 deletion core/chains/evm/config/toml/defaults/Ronin_Mainnet.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ LogPollInterval = "6s"
NoNewHeadsThreshold = "10m"

[GasEstimator]
PriceMax = "100000 gwei"
PriceMax = "1000 gwei"
PriceDefault = "21 gwei"
PriceMin = "20 gwei"
2 changes: 1 addition & 1 deletion core/chains/evm/config/toml/defaults/Ronin_Saigon.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ LogPollInterval = "6s"
NoNewHeadsThreshold = "10m"

[GasEstimator]
PriceMax = "100000 gwei"
PriceMax = "1000 gwei"
PriceDefault = "21 gwei"
PriceMin = "20 gwei"
4 changes: 2 additions & 2 deletions docs/CONFIG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5709,7 +5709,7 @@ Enabled = true
[GasEstimator]
Mode = 'BlockHistory'
PriceDefault = '21 gwei'
PriceMax = '100 micro'
PriceMax = '1 micro'
PriceMin = '20 gwei'
LimitDefault = 8000000
LimitMax = 8000000
Expand Down Expand Up @@ -5812,7 +5812,7 @@ Enabled = true
[GasEstimator]
Mode = 'BlockHistory'
PriceDefault = '21 gwei'
PriceMax = '100 micro'
PriceMax = '1 micro'
PriceMin = '20 gwei'
LimitDefault = 8000000
LimitMax = 8000000
Expand Down

0 comments on commit 691c87d

Please sign in to comment.