From 9c873c21d7d773d0df4b679b0bb37bf05aebadf2 Mon Sep 17 00:00:00 2001 From: lightclient <14004106+lightclient@users.noreply.github.com> Date: Thu, 20 Jul 2023 13:09:30 -0600 Subject: [PATCH] eth: fix, add pattern to 1559 gas price (#447) --- src/schemas/transaction.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/schemas/transaction.yaml b/src/schemas/transaction.yaml index c0957979..a1c2342a 100644 --- a/src/schemas/transaction.yaml +++ b/src/schemas/transaction.yaml @@ -63,6 +63,7 @@ Transaction1559Unsigned: gasPrice: title: gas price description: The effective gas price paid by the sender in wei. For transactions not yet included in a block, this value should be set equal to the max fee per gas. This field is DEPRECATED, please transition to using effectiveGasPrice in the receipt object going forward. + $ref: '#/components/schemas/uint' accessList: title: accessList description: EIP-2930 access list