From b7c8be44c14c564990af248f34a0bbd65d6eedb9 Mon Sep 17 00:00:00 2001 From: amaechiokolobi <168412367+amaechiokolobi@users.noreply.github.com> Date: Mon, 4 Nov 2024 12:18:59 +0300 Subject: [PATCH] updated PriceMax --- ccip/config/evm/Ronin_Saigon.toml | 1 - core/chains/evm/config/toml/defaults/Ronin_Saigon.toml | 1 - docs/CONFIG.md | 2 +- 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/ccip/config/evm/Ronin_Saigon.toml b/ccip/config/evm/Ronin_Saigon.toml index 3a9c46f077..9031f8dc63 100644 --- a/ccip/config/evm/Ronin_Saigon.toml +++ b/ccip/config/evm/Ronin_Saigon.toml @@ -5,6 +5,5 @@ LogPollInterval = "6s" NoNewHeadsThreshold = "10m" [GasEstimator] -PriceMax = "100000 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..9031f8dc63 100644 --- a/core/chains/evm/config/toml/defaults/Ronin_Saigon.toml +++ b/core/chains/evm/config/toml/defaults/Ronin_Saigon.toml @@ -5,6 +5,5 @@ LogPollInterval = "6s" NoNewHeadsThreshold = "10m" [GasEstimator] -PriceMax = "100000 gwei" PriceDefault = "21 gwei" PriceMin = "20 gwei" diff --git a/docs/CONFIG.md b/docs/CONFIG.md index 75fa4c4ac5..b0278cc66c 100644 --- a/docs/CONFIG.md +++ b/docs/CONFIG.md @@ -5812,7 +5812,7 @@ Enabled = true [GasEstimator] Mode = 'BlockHistory' PriceDefault = '21 gwei' -PriceMax = '100 micro' +PriceMax = '115792089237316195423570985008687907853269984665.640564039457584007913129639935 tether' PriceMin = '20 gwei' LimitDefault = 8000000 LimitMax = 8000000