Fetching Enabled Networks
The wallet connector provides the This method returns an array of network objects.
getEnabledNetworks
method:React
Example
React
Network Switching
Usage
Using the primaryWallet provided by useDynamicContext, you have two useful methods for network switching:Available on the connector object for the wallet.Whether the connector supports network switching.
Available directly on the wallet object. Switch to another network by providing either the network name or chain id.
switchNetwork
with a connector supporting network switching, the SDK will either request the user to confirm the network switch or add the network if it was not previously set.Example
