Example EIP 1559 TX #1985
Unanswered
benwilliamson86
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Fo the most part you shouldn't need to do anything special, ethers will detect if the network is EIP-1559 and automatically populate things for you. If you wish to explicitly set it, you can pass in signer.sendTransaction({
to: "ricmoo.firefly.eth",
value: parseEther("1.0"),
type: 2
}); If you examine your transaction on Etherscan, it will indicate the transaction type ( |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there an example eip 1559 tx for ethers? Not sure that I am setting the msg variables correctly. Thanks.
Beta Was this translation helpful? Give feedback.
All reactions