chains/_data/chains/eip155-20180430.json
Ashutosh Kumar fb49612d70
Added Prettier and formatted existing JSON files (#1501)
* Added Prettier and formatted existing JSON files

* fixed one more json file
2022-08-27 19:20:08 +02:00

23 lines
450 B
JSON

{
"name": "SmartMesh Mainnet",
"chain": "Spectrum",
"rpc": ["https://jsonapi1.smartmesh.cn"],
"faucets": [],
"nativeCurrency": {
"name": "SmartMesh Native Token",
"symbol": "SMT",
"decimals": 18
},
"infoURL": "https://smartmesh.io",
"shortName": "spectrum",
"chainId": 20180430,
"networkId": 1,
"explorers": [
{
"name": "spectrum",
"url": "https://spectrum.pub",
"standard": "none"
}
]
}