Network Switcher for Dapps
Params
'SN_MAIN' || 'SN_GOERLI'Example
Request
await window.starknet.request({
type: "wallet_switchStarknetChain",
params: {
chainId: "SN_MAIN"
}
});Result
"null"Last updated
Was this helpful?