Requests that the wallet switches its active Ethereum chain to one of the chains already added to the wallet.
Parameters
A 0x-prefixed hexadecimal string representing the chain ID of the chain to switch to.
Returns
Returns null if successful.
Error Handling
If the chain is not already added to the wallet, use
wallet_addEthereumChain first.