chains/_data/chains/eip155-980.json
HenchYe d439c78d88
add TOP Network Mainnet (#1234)
* add TOP Network Mainnet

* Update _data/chains/eip155-989.json

* Update _data/chains/eip155-980.json

Co-authored-by: ligi <ligi@ligi.de>
2022-06-12 12:46:21 +02:00

25 lines
518 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"
}
]
}