Skip to content

Commit

Permalink
removed PriceDefault & PriceMin
Browse files Browse the repository at this point in the history
  • Loading branch information
amaechiokolobi committed Nov 5, 2024
1 parent 7421db7 commit dda63ce
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 16 deletions.
3 changes: 0 additions & 3 deletions ccip/config/evm/Ronin_Mainnet.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,3 @@ NoNewHeadsThreshold = "10m"
[GasEstimator]
Mode = 'FeeHistory'
PriceMax = "1000 gwei"
# Ronin gas price is 20gwei by default but setting to 21gwei due to some issues faced during local testing https://docs.skymavis.com/mavis/mpc/guides/estimate-gas#overview.
PriceDefault = "21 gwei"
PriceMin = "20 gwei"
3 changes: 0 additions & 3 deletions ccip/config/evm/Ronin_Saigon.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,3 @@ NoNewHeadsThreshold = "10m"
[GasEstimator]
Mode = 'FeeHistory'
PriceMax = "1000 gwei"
# Ronin gas price is 20gwei by default but setting to 21gwei due to some issues faced during local testing https://docs.skymavis.com/mavis/mpc/guides/estimate-gas#overview.
PriceDefault = "21 gwei"
PriceMin = "20 gwei"
3 changes: 0 additions & 3 deletions core/chains/evm/config/toml/defaults/Ronin_Mainnet.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,3 @@ NoNewHeadsThreshold = "10m"
[GasEstimator]
Mode = 'FeeHistory'
PriceMax = "1000 gwei"
# Ronin gas price is 20gwei by default but setting to 21gwei due to some issues faced during local testing https://docs.skymavis.com/mavis/mpc/guides/estimate-gas#overview.
PriceDefault = "21 gwei"
PriceMin = "20 gwei"
3 changes: 0 additions & 3 deletions core/chains/evm/config/toml/defaults/Ronin_Saigon.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,3 @@ NoNewHeadsThreshold = "10m"
[GasEstimator]
Mode = 'FeeHistory'
PriceMax = "1000 gwei"
# Ronin gas price is 20gwei by default but setting to 21gwei due to some issues faced during local testing https://docs.skymavis.com/mavis/mpc/guides/estimate-gas#overview.
PriceDefault = "21 gwei"
PriceMin = "20 gwei"
8 changes: 4 additions & 4 deletions docs/CONFIG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5708,9 +5708,9 @@ Enabled = true

[GasEstimator]
Mode = 'FeeHistory'
PriceDefault = '21 gwei'
PriceDefault = '20 gwei'
PriceMax = '1 micro'
PriceMin = '20 gwei'
PriceMin = '1 gwei'
LimitDefault = 8000000
LimitMax = 8000000
LimitMultiplier = '1'
Expand Down Expand Up @@ -5811,9 +5811,9 @@ Enabled = true

[GasEstimator]
Mode = 'FeeHistory'
PriceDefault = '21 gwei'
PriceDefault = '20 gwei'
PriceMax = '1 micro'
PriceMin = '20 gwei'
PriceMin = '1 gwei'
LimitDefault = 8000000
LimitMax = 8000000
LimitMultiplier = '1'
Expand Down

0 comments on commit dda63ce

Please sign in to comment.