From db59f650b5442792c4aecc68786b355255675b43 Mon Sep 17 00:00:00 2001 From: simonchen-supra Date: Tue, 27 May 2025 16:38:52 +0200 Subject: [PATCH] Update transaction.yaml The spec does not have `input`, but has `data` --- src/schemas/transaction.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/schemas/transaction.yaml b/src/schemas/transaction.yaml index 38afc0a1..74dce55a 100644 --- a/src/schemas/transaction.yaml +++ b/src/schemas/transaction.yaml @@ -7,7 +7,7 @@ Transaction7702Unsigned: - to - gas - value - - input + - data - maxPriorityFeePerGas - maxFeePerGas - accessList @@ -30,7 +30,7 @@ Transaction7702Unsigned: value: title: value $ref: '#/components/schemas/uint' - input: + data: title: input data $ref: '#/components/schemas/bytes' maxPriorityFeePerGas: @@ -122,7 +122,7 @@ Transaction4844Unsigned: value: title: value $ref: '#/components/schemas/uint' - input: + data: title: input data $ref: '#/components/schemas/bytes' maxPriorityFeePerGas: