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
Currently, every time we try to connect with WalletConnect we create a new instance of the walletconnect modal which gets added to the page as a new node in the DOM.
Acceptance criteria:
Make sure that we instantiate the wallet-connect modal only once and whenever we use it we can just call the .open method.
The text was updated successfully, but these errors were encountered:
Description
Currently, every time we try to
connect
with WalletConnect we create a new instance of the walletconnect modal which gets added to the page as a new node in the DOM.Acceptance criteria:
.open
method.The text was updated successfully, but these errors were encountered: