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
I'm submitting a ...
[x] bug report
[ ] feature request
[ ] question about the decisions made in the repository
[ ] question about how to use this project
Summary
I get supported wallets and rendering in react app (I do not want to use the default modal). Then connect wallet by providing wallet Id. Works fine for desktop but for mobile if I select WalletConnect - the modal (WallectConnect modal) does not show up.
Other information (e.g. detailed explanation, stack traces, related issues, suggestions how to fix, links for us to have context, eg. StackOverflow, personal fork, etc.)
The text was updated successfully, but these errors were encountered:
This is most likely an issue with your code/domain/walletconnect integration/etc so you will need to give more details (sharing your full code/integration or the public site where we can test it) in order to help, the wallet connect modal is working ok for mobile in sites like: app.fxdao.io, app.sorobandomains.org, mainnet.blend.capital, stellar.cables.finance, etc
Thank you for the reply. I can confirm it's vey likely the issue is on my end. On my website I'm actually initialising 2 walletconnect modals. One is with wagmi for evm chains and another is with stelar-wallets-kit. Most likely there is some clash between these 2 because if I initialise only stelar-wallets-kit walletconnect works just fine. Both works fine on desktop but on mobile works only wagmi unless wagmi is not initialised.
If you are instantiating the walletconnect client twice then you will have a race problem between both. I suggest only starting the one that will be needed at a time (since evm and soroban are not compatible then the user is going to interact only when they are going to use the correct chain)
I'm submitting a ...
[x] bug report
[ ] feature request
[ ] question about the decisions made in the repository
[ ] question about how to use this project
Summary
I get supported wallets and rendering in react app (I do not want to use the default modal). Then connect wallet by providing wallet Id. Works fine for desktop but for mobile if I select WalletConnect - the modal (WallectConnect modal) does not show up.
The text was updated successfully, but these errors were encountered: