CDP Frontend SDK
    Preparing search index...

    Type Alias SwitchEthereumChainRequest

    A request to switch to the specified Ethereum chain

    type SwitchEthereumChainRequest = {
        method: "wallet_switchEthereumChain";
        params: [{ chainId: string }];
    }
    Index

    Properties

    Properties

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