Skip to content

Commit

Permalink
update postOpGasLimit (to low value)
Browse files Browse the repository at this point in the history
  • Loading branch information
drortirosh committed Jan 31, 2024
1 parent 2c62223 commit 7ad0dc1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/samples/TokenPaymaster.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,8 @@ describe('TokenPaymaster', function () {
let op = await fillUserOp({
sender: account.address,
paymaster: paymasterAddress,
paymasterVerificationGasLimit: 3e5,
paymasterPostOpGasLimit: 4e5,
callData
}, entryPoint)
op = signUserOp(op, accountOwner, entryPoint.address, chainId)
Expand Down

0 comments on commit 7ad0dc1

Please sign in to comment.