diff --git a/ccip/config/evm/Ronin_Mainnet.toml b/ccip/config/evm/Ronin_Mainnet.toml index 923dc6c1de..498b5fb04d 100644 --- a/ccip/config/evm/Ronin_Mainnet.toml +++ b/ccip/config/evm/Ronin_Mainnet.toml @@ -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" diff --git a/ccip/config/evm/Ronin_Saigon.toml b/ccip/config/evm/Ronin_Saigon.toml index 4669f13e1a..186aa6a15a 100644 --- a/ccip/config/evm/Ronin_Saigon.toml +++ b/ccip/config/evm/Ronin_Saigon.toml @@ -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" diff --git a/core/chains/evm/config/toml/defaults/Ronin_Mainnet.toml b/core/chains/evm/config/toml/defaults/Ronin_Mainnet.toml index 923dc6c1de..498b5fb04d 100644 --- a/core/chains/evm/config/toml/defaults/Ronin_Mainnet.toml +++ b/core/chains/evm/config/toml/defaults/Ronin_Mainnet.toml @@ -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" diff --git a/core/chains/evm/config/toml/defaults/Ronin_Saigon.toml b/core/chains/evm/config/toml/defaults/Ronin_Saigon.toml index 4669f13e1a..186aa6a15a 100644 --- a/core/chains/evm/config/toml/defaults/Ronin_Saigon.toml +++ b/core/chains/evm/config/toml/defaults/Ronin_Saigon.toml @@ -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" diff --git a/docs/CONFIG.md b/docs/CONFIG.md index c46c7158fe..09feedf166 100644 --- a/docs/CONFIG.md +++ b/docs/CONFIG.md @@ -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' @@ -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'