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>
This commit is contained in:
HenchYe 2022-06-12 18:46:21 +08:00 committed by GitHub
parent d08e86f86f
commit d439c78d88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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": "none"
}
]
}

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": "none"
}
]
}

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

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