Skip to content

Commit

Permalink
Bump gas limit to fix coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
nlordell committed Jan 10, 2024
1 parent 58cce8e commit 123e636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 4337/test/eip4337/EIP4337WebAuthn.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ describe('Safe4337Module - WebAuthn Owner', () => {
safeInit.fallbackHandler,
module.interface.encodeFunctionData('executeUserOp', [user.address, ethers.parseEther('0.5'), '0x', 0]),
]),
callGasLimit: ethers.toBeHex(2000000),
callGasLimit: ethers.toBeHex(2500000),
verificationGasLimit: ethers.toBeHex(500000),
preVerificationGas: ethers.toBeHex(60000),
maxFeePerGas: ethers.toBeHex(10000000000),
Expand Down

0 comments on commit 123e636

Please sign in to comment.