add TOP Network Mainnet

This commit is contained in:
Hench 2022-06-08 10:58:33 +08:00
parent bf0148171a
commit ad9df1131f
3 changed files with 58 additions and 0 deletions

View File

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

View File

@ -0,0 +1,25 @@
{
"name": "TOP Mainnet",
"chain": "TOP",
"icon": "top",
"rpc": [
"topapi.topnetwork.org"
],
"faucets": [],
"nativeCurrency": {
"name": "TOP",
"symbol": "TOP",
"decimals": 6
},
"infoURL": "https://www.topnetwork.org/",
"shortName": "top",
"chainId": 989,
"networkId": 0,
"explorers": [
{
"name": "topscan.dev",
"url": "https://www.topscan.io/",
"standard": "EIP3091"
}
]
}

8
_data/icons/top.json Normal file
View File

@ -0,0 +1,8 @@
[
{
"url":"ipfs://QmYikaM849eZrL8pGNeVhEHVTKWpxdGMvCY5oFBfZ2ndhd",
"width":800,
"height":800,
"format":"png"
}
]