-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Remove deprecated metamask events #158
Conversation
Would love to see this and related metamask warnings get merged. |
➕ |
I was attempting to use resolutions in order to point to a patched version of the injected-connector on my personal github but couldn't seem to get it to work. I should note i'm using this library as dependency of What would a package.json look like that's pointing to a forked and patched version of injectedConnector. That would at least help me work around this issue. |
@jhirn I have used this in the past to change dependency package code in my projects: https://www.npmjs.com/package/patch-package This might help you out if you still have the issues. |
Thx @greg-nagy. I might give it a show but this repo seems to be heading away from web3-react library all together which will be a very good thing. |
How is the status of this update ? |
1 similar comment
How is the status of this update ? |
I can't wait for this ...Switching to Avax defaults to chainId 1 this will solve so many issues for me. |
hi all - sorry for the non-response on this. i'm going to be focusing development efforts on the v8 of this library going forward, which has a shiny, modern metamask connector, and hopefully addresses these issues! |
Hello, I'm seeing warning about deprecated events and I fix a couple of them.
Removed networkChanged listener (https://docs.metamask.io/guide/ethereum-provider.html#networkchanged-deprecated)
Rename close to disconnect (https://docs.metamask.io/guide/ethereum-provider.html#close-deprecated)
Thanks