mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
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:
parent
d08e86f86f
commit
d439c78d88
25
_data/chains/eip155-980.json
Normal file
25
_data/chains/eip155-980.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
25
_data/chains/eip155-989.json
Normal file
25
_data/chains/eip155-989.json
Normal 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
8
_data/icons/top.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url":"ipfs://QmYikaM849eZrL8pGNeVhEHVTKWpxdGMvCY5oFBfZ2ndhd",
|
||||
"width":800,
|
||||
"height":800,
|
||||
"format":"png"
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user