Skip to content

Commit

Permalink
Replace targetBlobCount with targetBlobsPerBlock
Browse files Browse the repository at this point in the history
  • Loading branch information
jangko committed Nov 22, 2024
1 parent 204682a commit d70ad1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web3/eth_api_types.nim
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ type
excessBlobGas*: Opt[Quantity] # EIP-4844
parentBeaconBlockRoot*: Opt[Hash32] # EIP-4788
requestsHash*: Opt[Hash32] # EIP-7685
targetBlobCount*: Opt[Quantity] # EIP-7742
targetBlobsPerBlock*: Opt[Quantity] # EIP-7742

WithdrawalObject* = object
index*: Quantity
Expand Down Expand Up @@ -129,7 +129,7 @@ type
excessBlobGas*: Opt[Quantity] # EIP-4844
parentBeaconBlockRoot*: Opt[Hash32] # EIP-4788
requestsHash*: Opt[Hash32] # EIP-7685
targetBlobCount*: Opt[Quantity] # EIP-7742
targetBlobsPerBlock*: Opt[Quantity] # EIP-7742

TxOrHashKind* = enum
tohHash
Expand Down

0 comments on commit d70ad1e

Please sign in to comment.