Create eip155-534.json

This commit is contained in:
samisbakedham 2022-04-20 23:04:43 -07:00
parent 0898f0c288
commit 75e057477f

View File

@ -0,0 +1,28 @@
{
"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"
}]
}