Created
March 24, 2023 19:11
-
-
Save tripolskypetr/f626f0d32cdc02b47471ad17bc7f2325 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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