-
Notifications
You must be signed in to change notification settings - Fork 15
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
Update ethers dependencies to ^6 ? #633
Comments
Hi @thelinuxlich , Can I work on this issue |
Sure why not? |
Is it fine to use @ethersproject/[email protected], or should we wait for a stable release? |
Hi @thelinuxlich & @HMSagar2701 . We already support ethers v6 in our relayers and other packages, see ethers v6 example. Although we understand it's a deprecated package, we still keep backwards compatibility with ethers v5 because many of our users and clients still depend it |
Wouldn't it be possible to split the package supporting ethers v5 into a separate legacy one? |
The v5 ethers dependencies on this project creates a lot of security alerts on things like Dependabot.
The text was updated successfully, but these errors were encountered: