Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(echo): document correct usage of ethers v6 #25

Open
merklefruit opened this issue Apr 17, 2024 · 0 comments
Open

feat(echo): document correct usage of ethers v6 #25

merklefruit opened this issue Apr 17, 2024 · 0 comments
Labels
documentation Improvements or additions to documentation echo enhancement New feature or request

Comments

@merklefruit
Copy link
Contributor

From one of our users:

Would be good to add the ethers 6 issue to echo, since as more people start to use ethers 6, more users would be directly asking your support for the same issue with the same questions.

The issue is the following:

When upgrading from Ethers v5 to v6 (in typescript) it's important to remember to fill in the chainId and nonce fields of the transaction when building it. This was not necessary in Ethers v5 but is now. Failure to do so will mean that no transactions will be mined.

@merklefruit merklefruit added documentation Improvements or additions to documentation enhancement New feature or request echo labels Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation echo enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant