Skip to content

Instantly share code, notes, and snippets.

@tripolskypetr
Created March 24, 2023 19:11
Show Gist options
  • Save tripolskypetr/f626f0d32cdc02b47471ad17bc7f2325 to your computer and use it in GitHub Desktop.
Save tripolskypetr/f626f0d32cdc02b47471ad17bc7f2325 to your computer and use it in GitHub Desktop.
window.ethereum.request({
method: "wallet_addEthereumChain",
params: [{
chainId: "0x89",
rpcUrls: ["https://polygon-rpc.com/"],
chainName: "Matic Mainnet",
nativeCurrency: {
name: "MATIC",
symbol: "MATIC",
decimals: 18
},
blockExplorerUrls: ["https://polygonscan.com/"]
}]
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment