Skip to content

Commit

Permalink
add maxFeePerGas
Browse files Browse the repository at this point in the history
  • Loading branch information
etan-status committed Jul 29, 2023
1 parent a323ed3 commit bba2f01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web3/ethtypes.nim
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ type
`type`*: Option[Quantity] # EIP-2718, with 0x0 for Legacy
chainId*: Option[UInt256] # EIP-159
accessList*: Option[seq[AccessTuple]] # EIP-2930
maxFeePerGas*: Option[Quantity] # EIP-1559
maxPriorityFeePerGas*: Option[Quantity] # EIP-1559

ReceiptKind* = enum rkRoot, rkStatus
Expand Down

0 comments on commit bba2f01

Please sign in to comment.