Skip to content

Commit

Permalink
Adding factory, factoryData. Removing initCode
Browse files Browse the repository at this point in the history
  • Loading branch information
shahafn committed Feb 8, 2024
1 parent 1951b48 commit f183f41
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions src/schemas/transaction.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -317,17 +317,12 @@ UserOperation:
required:
- sender
- nonce
- initCode
- callData
- callGasLimit
- verificationGasLimit
- preVerificationGas
- maxFeePerGas
- maxPriorityFeePerGas
- paymaster
- paymasterVerificationGasLimit
- paymasterPostOpGasLimit
- paymasterData
- signature
properties:
sender:
Expand All @@ -336,8 +331,11 @@ UserOperation:
nonce:
title: nonce
$ref: '#/components/schemas/uint'
initCode:
title: initCode
factory:
title: factory
$ref: '#/components/schemas/address'
factoryData:
title: factoryData
$ref: '#/components/schemas/bytes'
callData:
title: callData
Expand Down

0 comments on commit f183f41

Please sign in to comment.