From dda63ceb404107fb417243eeaab86f0584a9c52a Mon Sep 17 00:00:00 2001 From: amaechiokolobi <168412367+amaechiokolobi@users.noreply.github.com> Date: Tue, 5 Nov 2024 12:08:57 +0300 Subject: [PATCH] removed PriceDefault & PriceMin --- ccip/config/evm/Ronin_Mainnet.toml | 3 --- ccip/config/evm/Ronin_Saigon.toml | 3 --- core/chains/evm/config/toml/defaults/Ronin_Mainnet.toml | 3 --- core/chains/evm/config/toml/defaults/Ronin_Saigon.toml | 3 --- docs/CONFIG.md | 8 ++++---- 5 files changed, 4 insertions(+), 16 deletions(-) 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'