mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
b42e9f92df
* Update Polygon Mainnet 137 (formerly Matic) * Update Polygon Mumbai Testnet 80001 (formerly Matic)
30 lines
778 B
JSON
30 lines
778 B
JSON
{
|
|
"name": "Polygon Mainnet",
|
|
"chain": "Polygon",
|
|
"network": "mainnet",
|
|
"rpc": [
|
|
"https://polygon-rpc.com/",
|
|
"https://rpc-mainnet.matic.network",
|
|
"https://matic-mainnet.chainstacklabs.com",
|
|
"https://rpc-mainnet.maticvigil.com",
|
|
"https://rpc-mainnet.matic.quiknode.pro",
|
|
"https://matic-mainnet-full-rpc.bwarelabs.com"
|
|
],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "MATIC",
|
|
"symbol": "MATIC",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://polygon.technology/",
|
|
"shortName": "MATIC",
|
|
"chainId": 137,
|
|
"networkId": 137,
|
|
"slip44": 966,
|
|
"explorers": [{
|
|
"name": "polygonscan",
|
|
"url": "https://polygonscan.com/",
|
|
"standard": "EIP3091"
|
|
}]
|
|
}
|