From abec16a9d784228be27014fb23ffb56895143322 Mon Sep 17 00:00:00 2001 From: Md Amaan Date: Wed, 9 Oct 2024 08:45:10 +0530 Subject: [PATCH] removed maxfeePerBlob --- src/schemas/transaction.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/schemas/transaction.yaml b/src/schemas/transaction.yaml index 9f2d2d67..87a71e7b 100644 --- a/src/schemas/transaction.yaml +++ b/src/schemas/transaction.yaml @@ -42,10 +42,6 @@ Transaction7702Signed: title: max fee per gas description: The maximum total fee per gas the sender is willing to pay (includes the network / base fee and miner / priority fee) in wei $ref: '#/components/schemas/uint' - maxFeePerBlobGas: - title: max fee per blob gas - description: The maximum total fee per gas the sender is willing to pay for blob gas in wei - $ref: '#/components/schemas/uint' accessList: title: accessList description: EIP-2930 access lists