From 421e4725482f52fc2b961b43ed5fa561f5ac61ac Mon Sep 17 00:00:00 2001 From: Miguel Angel Rojo Fernandez Date: Mon, 26 Aug 2024 16:51:45 +0100 Subject: [PATCH] test fixed --- test/shard3/entrypoint.test.ts | 1 + 1 file changed, 1 insertion(+) 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!