Skip to main content
type SwitchEthereumChainRequest = {
  method: "wallet_switchEthereumChain";
  params: [{
     chainId: string;
  }];
};
A request to switch to the specified Ethereum chain

Properties

PropertyType
method"wallet_switchEthereumChain"
params[{ chainId: string; }]