-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
V3 / ethers preview #1363
V3 / ethers preview #1363
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left few more feedback points and suggestions
High level thought: There's very little ethers5-specific code here. Have you considered defining a minimal web3 provider interface that someone can implement to create wrappers for any provider? For example, what about supporting ethers6? |
Hi @shazow we are planning to add support for v6 as well, were currently figuring out the best approach |
Changes
ethers-5
packageWalletConnectProvider
InjectedProvider
CoinbaseProvider
EIP6963Provider
utils
package to store sharedconstants
,presets
andhelpers
scaffold-react
package to store shared react hooksscaffold-vue
package to store shared vue compositions