Type Alias WalletSwitchEthereumChain

WalletSwitchEthereumChain: BaseMessage & {
    type: WALLET_SWITCH_ETHEREUM_CHAIN;
    chainId: number;
}