Skip to content

Commit

Permalink
fix: fee bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam-Jeston committed Jun 18, 2024
1 parent d78e5be commit 5325c1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/func-tests/zkevm/utils/orderbook/gas.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { BigNumber } from 'ethers';

export const GAS_OVERRIDES = {
maxFeePerGas: BigNumber.from(15e8),
maxPriorityFeePerGas: BigNumber.from(12e8),
maxFeePerGas: BigNumber.from(150e9),
maxPriorityFeePerGas: BigNumber.from(120e9),
};

0 comments on commit 5325c1b

Please sign in to comment.