diff --git a/core/chains/evm/config/toml/defaults/Astar_Shibuya.toml b/core/chains/evm/config/toml/defaults/Astar_Shibuya.toml index 72da1283fc7..f0cee68c51a 100644 --- a/core/chains/evm/config/toml/defaults/Astar_Shibuya.toml +++ b/core/chains/evm/config/toml/defaults/Astar_Shibuya.toml @@ -4,6 +4,5 @@ LogPollInterval = '6s' [GasEstimator] EIP1559DynamicFees = false -PriceDefault = '800 gwei' PriceMax = '80000 gwei' LimitDefault = 8000000 diff --git a/docs/CONFIG.md b/docs/CONFIG.md index 085d1b83105..95c3fc6b4af 100644 --- a/docs/CONFIG.md +++ b/docs/CONFIG.md @@ -2825,7 +2825,7 @@ Enabled = true [GasEstimator] Mode = 'BlockHistory' -PriceDefault = '800 gwei' +PriceDefault = '20 gwei' PriceMax = '80 micro' PriceMin = '1 gwei' LimitDefault = 8000000