diff --git a/core/chains/evm/config/toml/defaults/Astar_Shibuya.toml b/core/chains/evm/config/toml/defaults/Astar_Shibuya.toml index 7079ce7c250..aaaf58c7012 100644 --- a/core/chains/evm/config/toml/defaults/Astar_Shibuya.toml +++ b/core/chains/evm/config/toml/defaults/Astar_Shibuya.toml @@ -4,6 +4,7 @@ LogPollInterval = '12s' [GasEstimator] EIP1559DynamicFees = false +PriceDefault = '800 gwei' PriceMin = '800 gwei' PriceMax = '80000 gwei' LimitDefault = 8000000 diff --git a/docs/CONFIG.md b/docs/CONFIG.md index 22b1a97849f..1c7efe01e27 100644 --- a/docs/CONFIG.md +++ b/docs/CONFIG.md @@ -2816,7 +2816,7 @@ Enabled = true [GasEstimator] Mode = 'BlockHistory' -PriceDefault = '20 gwei' +PriceDefault = '800 gwei' PriceMax = '80 micro' PriceMin = '800 gwei' LimitDefault = 8000000