type SwitchEthereumChainRequest = { method: "wallet_switchEthereumChain"; params: [{ chainId: string; }]; };
method
"wallet_switchEthereumChain"
params
chainId
string
Was this page helpful?