diff --git a/test/shard3/entrypoint.test.ts b/test/shard3/entrypoint.test.ts index 77f8d88..91d3964 100644 --- a/test/shard3/entrypoint.test.ts +++ b/test/shard3/entrypoint.test.ts @@ -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!