Skip to content

Commit

Permalink
test fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
freemanzMrojo committed Aug 26, 2024
1 parent 7a099fd commit 421e472
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/shard3/entrypoint.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ describe('EntryPoint', function () {
sender: testRevertAccount.address,
callGasLimit: 1e5,
maxFeePerGas: 1,
maxPriorityFeePerGas: 1,
nonce: await entryPoint.getNonce(testRevertAccount.address, 0),
verificationGasLimit: 1e6,
callData: badData.data!
Expand Down

0 comments on commit 421e472

Please sign in to comment.