chains/_data/chains/eip155-980.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

24 lines
441 B
JSON

{
"name": "TOP Mainnet EVM",
"chain": "TOP",
"icon": "top",
"rpc": ["ethapi.topnetwork.org"],
"faucets": [],
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://www.topnetwork.org/",
"shortName": "top_evm",
"chainId": 980,
"networkId": 0,
"explorers": [
{
"name": "topscan.dev",
"url": "https://www.topscan.io",
"standard": "none"
}
]
}