diff --git a/web3/eth_api_types.nim b/web3/eth_api_types.nim index 10a6034..467af09 100644 --- a/web3/eth_api_types.nim +++ b/web3/eth_api_types.nim @@ -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 @@ -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