Skip to content

Commit

Permalink
removed maxfeePerBlob
Browse files Browse the repository at this point in the history
  • Loading branch information
Redidacove authored and lightclient committed Oct 10, 2024
1 parent f68d03d commit ba7f6ef
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/schemas/transaction.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ Transaction7702Signed:
- input
- maxPriorityFeePerGas
- maxFeePerGas
- maxFeePerBlobGas
- accessList
- chainId
- authorizationList
Expand Down Expand Up @@ -42,10 +41,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
Expand Down

0 comments on commit ba7f6ef

Please sign in to comment.