Skip to content

Commit 030f607

Browse files
committed
jochem-brouwer suggestions applied
1 parent 9501466 commit 030f607

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

src/schemas/transaction.yaml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,24 +12,19 @@ Transaction7702Signed:
1212
- maxFeePerGas
1313
- maxFeePerBlobGas
1414
- accessList
15-
- blobVersionedHashes
1615
- chainId
1716
- authorizationlist
1817
properties:
1918
type:
2019
title: type
2120
type: string
22-
pattern: ^0x2$
21+
pattern: ^0x4$
2322
nonce:
2423
title: nonce
2524
$ref: '#/components/schemas/uint'
2625
to:
2726
title: to address
28-
oneOf:
29-
- title: Contract Creation (null)
30-
type: 'null'
31-
- title: Address
32-
$ref: '#/components/schemas/address'
27+
$ref: '#/components/schemas/address'
3328
gas:
3429
title: gas limit
3530
$ref: '#/components/schemas/uint'

0 commit comments

Comments
 (0)