web3-react icon indicating copy to clipboard operation
web3-react copied to clipboard

Any plan to implement WalletConnect v2 onto the v6 branch

Open ColligenceLabs opened this issue 2 years ago • 6 comments

!! 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 ..................

ColligenceLabs avatar Feb 10 '23 10:02 ColligenceLabs

+1 Same, please also support walletConnect v2 on v6 Branch..

leye195 avatar Feb 17 '23 00:02 leye195

Once they iron out WCv2 for the v8 branch, it should be fairly easy to port over to v6.

niZmosis avatar Feb 17 '23 03:02 niZmosis

This would be great!

fzavalia avatar Mar 28 '23 15:03 fzavalia

Any movement on this? Upgrading to v8 just to provide WalletConnect v2 support will be a huge task for many apps. Thank you kindly!

C-E-Rios avatar Jun 14 '23 00:06 C-E-Rios

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.

fzavalia avatar Jun 20 '23 13:06 fzavalia

https://github.com/SmartDev-0205/web3-react-walletconnectv2-dex It is working on my side. Try to check and follow me.

SmartDev-0205 avatar Oct 21 '23 08:10 SmartDev-0205