Skip to content

Commit

Permalink
Change TransactionObject.maxFeePerBlobGas's type to UInt256
Browse files Browse the repository at this point in the history
  • Loading branch information
jangko committed Oct 17, 2023
1 parent 6212e65 commit ebf4a12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web3/ethtypes.nim
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ebf4a12

Please sign in to comment.