diff --git a/web3/ethtypes.nim b/web3/ethtypes.nim index 6673655..89a0e78 100644 --- a/web3/ethtypes.nim +++ b/web3/ethtypes.nim @@ -181,7 +181,7 @@ type accessList*: Option[seq[AccessTuple]] # EIP-2930 maxFeePerGas*: Option[Quantity] # EIP-1559 maxPriorityFeePerGas*: Option[Quantity] # EIP-1559 - maxFeePerBlobGas*: Option[Quantity] # EIP-4844 + maxFeePerBlobGas*: Option[UInt256] # EIP-4844 blobVersionedHashes*: Option[seq[VersionedHash]] # EIP-4844 ReceiptKind* = enum rkRoot, rkStatus