chains/_data/chains/eip155-137.json

29 lines
752 B
JSON

{
"name": "Polygon Mainnet",
"chain": "Polygon",
"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"
}]
}