You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The @web3modal/ethers5 package is no longer functional as the repository has been changed and is no longer maintained. This is causing wallet connection issues, breaking the current integration. To restore functionality and ensure long-term support, we need to migrate to Reown AppKit.
Solution
- Remove all dependencies on @web3modal/ethers5. - Integrate Reown AppKit as the new wallet connection solution. - Ensure compatibility with all required wallet providers. - Test and validate creating requests
Just pinning the version to "@web3modal/ethers5": "5.0.11", fixed the issue