From ccc8d6c9ea7e533ad960c9fd56ed6b4cb4ec576c Mon Sep 17 00:00:00 2001 From: Divhead Date: Fri, 20 Dec 2024 18:20:40 +0300 Subject: [PATCH] fix arbitrum refund --- src/config/chains.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/chains.ts b/src/config/chains.ts index 3b441c6951..d4d6748ea1 100644 --- a/src/config/chains.ts +++ b/src/config/chains.ts @@ -74,7 +74,7 @@ export const MAX_PRIORITY_FEE_PER_GAS_MAP: Record = }; export const KEEPER_MAX_PRIORITY_FEE_PER_GAS_MAP: Record = { - [ARBITRUM]: 300000000n, + [ARBITRUM]: 0n, [AVALANCHE]: 300000000n, [AVALANCHE_FUJI]: 300000000n, };