-
Notifications
You must be signed in to change notification settings - Fork 4
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
Replace WalletConnect from unpkg (June 2023) #369
Comments
There has been a bit of back and forth, whether we can remove or keep the package. We need to continue research and consider what needs to be done here so we can complete this and move on.
We're going to time block this, move to the med-term backlog, and see if we can come back to this in the future. |
We should also be able to more easily diagnose if this happens again. Before we really consider removing it all, let's |
1st step: Add and import @walletconnect/web3-provider from your local resources, however that works in Svelte to restore current app ASAP. Just Second step: Do not spend any more time on the deprecated walletconnect version and upgrade to v2, making @walletconnect/web3-provider obsolete. Kick out all you have for connecting web3 and start fresh from here, using the default web3modal. Then style it a bit to your liking. Done https://docs.walletconnect.com/2.0/web3modal/html-js/installation |
We're basically waiting for an update from WC and trying to complete the issue due the QR code not working. This is one of the few PRs remaining. |
We currently get WalletConnectProvider from unpkg which is based on an api call. This is not ideal because if the api is down we can't use WalletConnect.
We should find a different way, ideally an npm package to get the WalletConnectProvider.
The text was updated successfully, but these errors were encountered: