Skip to content

Commit

Permalink
jochem-brouwer suggestions applied
Browse files Browse the repository at this point in the history
  • Loading branch information
Redidacove committed Sep 30, 2024
1 parent 330287a commit de1ffbc
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions src/schemas/transaction.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit de1ffbc

Please sign in to comment.