From e57f96c5dd484a9908660812dfc0ed3047a75186 Mon Sep 17 00:00:00 2001 From: davidcauchi Date: Thu, 1 Aug 2024 17:34:58 +0200 Subject: [PATCH] Update to latest config for testing --- core/chains/evm/config/toml/defaults/Astar_Shibuya.toml | 3 +-- docs/CONFIG.md | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/core/chains/evm/config/toml/defaults/Astar_Shibuya.toml b/core/chains/evm/config/toml/defaults/Astar_Shibuya.toml index f9d843e4db1..72da1283fc7 100644 --- a/core/chains/evm/config/toml/defaults/Astar_Shibuya.toml +++ b/core/chains/evm/config/toml/defaults/Astar_Shibuya.toml @@ -4,7 +4,6 @@ LogPollInterval = '6s' [GasEstimator] EIP1559DynamicFees = false -PriceDefault = '700 gwei' -PriceMin = '700 gwei' +PriceDefault = '800 gwei' PriceMax = '80000 gwei' LimitDefault = 8000000 diff --git a/docs/CONFIG.md b/docs/CONFIG.md index 440e7f885cc..085d1b83105 100644 --- a/docs/CONFIG.md +++ b/docs/CONFIG.md @@ -2825,9 +2825,9 @@ Enabled = true [GasEstimator] Mode = 'BlockHistory' -PriceDefault = '700 gwei' +PriceDefault = '800 gwei' PriceMax = '80 micro' -PriceMin = '700 gwei' +PriceMin = '1 gwei' LimitDefault = 8000000 LimitMax = 500000 LimitMultiplier = '1'