Skip to content

Commit

Permalink
Add eip1559 fields (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
madcake authored Oct 6, 2021
1 parent 80eadcc commit 3d4205a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ data class WCEthereumTransaction(
val to: String?,
val nonce: String?,
val gasPrice: String?,
val maxFeePerGas: String?,
val maxPriorityFeePerGas: String?,
val gas: String?,
val gasLimit: String?,
val value: String?,
Expand Down

0 comments on commit 3d4205a

Please sign in to comment.