Skip to content

Commit

Permalink
fix: remove static nonce in LineaRollup test
Browse files Browse the repository at this point in the history
  • Loading branch information
VGau committed Jan 7, 2025
1 parent f57c066 commit 3ad0955
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions contracts/test/hardhat/rollup/LineaRollup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1852,7 +1852,6 @@ describe("Linea Rollup contract", () => {
maxFeePerGas: maxFeePerGas!,
to: lineaRollupAddress,
chainId: 31337,
nonce: 4,
value: 0,
gasLimit: 5_000_000,
};
Expand Down Expand Up @@ -1891,7 +1890,6 @@ describe("Linea Rollup contract", () => {
maxFeePerGas: maxFeePerGas!,
to: lineaRollupAddress,
chainId: 31337,
nonce: 4,
value: 0,
gasLimit: 5_000_000,
};
Expand Down

0 comments on commit 3ad0955

Please sign in to comment.