Objects
WalletConnectConnector
This is Dynamic’s WalletConnect connector over the basic wallet interface. This can be used to interact with the users WalletConnect wallets. It has all methods available in the WalletConnector and some additional method specific to WalletConnect wallets.
IWalletConnectConnector is available in SDK v2.0.0+.
Field | Description |
---|---|
getSupportedNetworks: Promise<string[]> | A method to retrieve the supported/approved networks for the WalletConnect wallet. Some wallets will only allow approve a network if the user manually switches in the wallet app first. |
Interface definition
How to use it
In this example, we are going to return all supported networks for the wallet connector.
Was this page helpful?