Skip to content

Commit

Permalink
fix arbitrum refund
Browse files Browse the repository at this point in the history
  • Loading branch information
divhead committed Dec 20, 2024
1 parent 9a00a13 commit ccc8d6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export const MAX_PRIORITY_FEE_PER_GAS_MAP: Record<number, bigint | undefined> =
};

export const KEEPER_MAX_PRIORITY_FEE_PER_GAS_MAP: Record<number, bigint | undefined> = {
[ARBITRUM]: 300000000n,
[ARBITRUM]: 0n,
[AVALANCHE]: 300000000n,
[AVALANCHE_FUJI]: 300000000n,
};
Expand Down

0 comments on commit ccc8d6c

Please sign in to comment.