diff --git a/ccip/config/evm/Ronin_Mainnet.toml b/ccip/config/evm/Ronin_Mainnet.toml index 13551fd5c6..a3998a0f45 100644 --- a/ccip/config/evm/Ronin_Mainnet.toml +++ b/ccip/config/evm/Ronin_Mainnet.toml @@ -5,6 +5,6 @@ LogPollInterval = "6s" NoNewHeadsThreshold = "10m" [GasEstimator] -PriceMax = "100000 gwei" +PriceMax = "1000 gwei" PriceDefault = "21 gwei" PriceMin = "20 gwei" diff --git a/ccip/config/evm/Ronin_Saigon.toml b/ccip/config/evm/Ronin_Saigon.toml index 3a9c46f077..1d419ac6f0 100644 --- a/ccip/config/evm/Ronin_Saigon.toml +++ b/ccip/config/evm/Ronin_Saigon.toml @@ -5,6 +5,6 @@ LogPollInterval = "6s" NoNewHeadsThreshold = "10m" [GasEstimator] -PriceMax = "100000 gwei" +PriceMax = "1000 gwei" 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 13551fd5c6..a3998a0f45 100644 --- a/core/chains/evm/config/toml/defaults/Ronin_Mainnet.toml +++ b/core/chains/evm/config/toml/defaults/Ronin_Mainnet.toml @@ -5,6 +5,6 @@ LogPollInterval = "6s" NoNewHeadsThreshold = "10m" [GasEstimator] -PriceMax = "100000 gwei" +PriceMax = "1000 gwei" 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 3a9c46f077..1d419ac6f0 100644 --- a/core/chains/evm/config/toml/defaults/Ronin_Saigon.toml +++ b/core/chains/evm/config/toml/defaults/Ronin_Saigon.toml @@ -5,6 +5,6 @@ LogPollInterval = "6s" NoNewHeadsThreshold = "10m" [GasEstimator] -PriceMax = "100000 gwei" +PriceMax = "1000 gwei" PriceDefault = "21 gwei" PriceMin = "20 gwei" diff --git a/docs/CONFIG.md b/docs/CONFIG.md index 75fa4c4ac5..cdfde03871 100644 --- a/docs/CONFIG.md +++ b/docs/CONFIG.md @@ -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 @@ -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