Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/schemas/transaction.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Transaction7702Unsigned:
- to
- gas
- value
- input
- data
- maxPriorityFeePerGas
- maxFeePerGas
- accessList
Expand All @@ -30,7 +30,7 @@ Transaction7702Unsigned:
value:
title: value
$ref: '#/components/schemas/uint'
input:
data:
title: input data
$ref: '#/components/schemas/bytes'
maxPriorityFeePerGas:
Expand Down Expand Up @@ -122,7 +122,7 @@ Transaction4844Unsigned:
value:
title: value
$ref: '#/components/schemas/uint'
input:
data:
title: input data
$ref: '#/components/schemas/bytes'
maxPriorityFeePerGas:
Expand Down