What chains does WalletConnect support?
WalletConnect operates as a chain-agnostic protocol, adhering to the CAIP-25 standard. While the WalletConnect protocol supports various chains, you can refer to the list for the known compatible blockchains. However, please note that our SDKs have certain limitations on the chains they support. If you intend to extend support for non-EVM chains in your wallet or dapp, it is recommended to review the cross-chain primitives supported by the WalletConnect protocol through the Chain Agnostic Standards Alliance’s Namespaces project. Additionally, feel free to reach out to our community team for further guidance. In the event that the desired chain lacks documentation in the Namespaces project, you can collaborate with an expert in the respective chain’s tooling and submit a namespaces PR.Will the relay server bridge.walletconnect.org
still work in v2?
No, the bridge servers are v1 only.
How can I reconnect to the same pairing if my browser was restarted?
ThesignClient
will restore & reconnect its pairings automatically after the page is reloaded. All pairings are stored on the page’s localStorage
.
For more context, feel free to check our web examples.
The default relay endpoint is blocked. How can I get around this?
When initializingsignClient
, you can set relayUrl
to wss://relay.walletconnect.org
.