Skip to content

Commit f937e2f

Browse files
authored
chore: copy verification gas limit (#837)
* chore: copy verification gas limit * chore: default to 0n
1 parent ba19b5e commit f937e2f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

advanced/wallets/react-wallet-v2/src/lib/smart-accounts/SmartAccountLib.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,7 @@ export abstract class SmartAccountLib implements EIP155Wallet {
326326
const userOpWithStubData: UserOperation<'v0.7'> = {
327327
...userOpPreStubData,
328328
...paymasterStubData,
329+
verificationGasLimit: paymasterStubData.paymasterVerificationGasLimit ?? 0n,
329330
signature: '0x'
330331
}
331332

0 commit comments

Comments
 (0)