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
Hi, I previously implemented the old kotlin v2 library, and now I'm updating to the new one by Reown. However, I noticed that the documentation no longer mentions the following feature:
In my implementation, I am using "relayServerUrl" wss://relay.walletconnect.com?projectId=$projectId
I couldn't find any references to this in the updated documentation. Is it no longer necessary? Or has the URL changed to align with a new domain? If so, where can I find the updated details? Thank you!
The text was updated successfully, but these errors were encountered:
Hey, there's a new init function where you can pass just a projectId and the Relay URL is constructed internally. The previous init function is still there and you can use it according to your preferences:
Hi, I previously implemented the old kotlin v2 library, and now I'm updating to the new one by Reown. However, I noticed that the documentation no longer mentions the following feature:
In my implementation, I am using "relayServerUrl"
wss://relay.walletconnect.com?projectId=$projectId
In the new documentation do not show more this:
I couldn't find any references to this in the updated documentation. Is it no longer necessary? Or has the URL changed to align with a new domain? If so, where can I find the updated details? Thank you!
The text was updated successfully, but these errors were encountered: