web3-react
web3-react copied to clipboard
Any plan to implement WalletConnect v2 onto the v6 branch
!! Many dApps are still using web3-react v6 !!
I have five dApp projects that use web3-react v6, so before WalletConnect v1 stops its service, I need to make significant modifications to the code. Please ..................
+1 Same, please also support walletConnect v2 on v6 Branch..
Once they iron out WCv2 for the v8 branch, it should be fairly easy to port over to v6.
This would be great!
Any movement on this? Upgrading to v8 just to provide WalletConnect v2 support will be a huge task for many apps. Thank you kindly!
This custom WalletConnectV2Connector for v6 might be useful.
One of the things to take into consideration is that WC2 provider's sendAsync
does not return the standard JSON-RPC response, just the result, so it has to be wrapped in order to be normalized with the response of other providers.
https://github.com/SmartDev-0205/web3-react-walletconnectv2-dex It is working on my side. Try to check and follow me.