diff --git a/src/schemas/transaction.yaml b/src/schemas/transaction.yaml index 5c7401d4..b8f9b2e5 100644 --- a/src/schemas/transaction.yaml +++ b/src/schemas/transaction.yaml @@ -12,24 +12,19 @@ Transaction7702Signed: - maxFeePerGas - maxFeePerBlobGas - accessList - - blobVersionedHashes - chainId - authorizationlist properties: type: title: type type: string - pattern: ^0x2$ + pattern: ^0x4$ nonce: title: nonce $ref: '#/components/schemas/uint' to: title: to address - oneOf: - - title: Contract Creation (null) - type: 'null' - - title: Address - $ref: '#/components/schemas/address' + $ref: '#/components/schemas/address' gas: title: gas limit $ref: '#/components/schemas/uint'