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
Hey,
We integrate WalletConnect to Zerion app.
But Sample app isn't working at all. After I press Connect button, I just see an empty screen in the wallet interface.
Could you please check my screencast? https://yadi.sk/d/HMjZJCVw9fAitg
The text was updated successfully, but these errors were encountered:
I replaced this line (in ExampleApplication.kt): config = Session.Config(UUID.randomUUID().toString(), "http://localhost:${BridgeServer.PORT}", key)
with config = Session.Config(UUID.randomUUID().toString(), "https://bridge.walletconnect.org", key)
Hey,
We integrate WalletConnect to Zerion app.
But Sample app isn't working at all. After I press Connect button, I just see an empty screen in the wallet interface.
Could you please check my screencast?
https://yadi.sk/d/HMjZJCVw9fAitg
The text was updated successfully, but these errors were encountered: