Deploying to gh-pages from @ ethereum-lists/chains@d439c78d88 🚀

This commit is contained in:
ligi 2022-06-12 10:49:47 +00:00
parent 53029f213a
commit 9146f2b472
5 changed files with 70 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -2299,6 +2299,32 @@
"rpc": ["https://api.nepalblockchain.dev", "https://api.nepalblockchain.network"],
"faucets": ["https://faucet.nepalblockchain.network"],
"infoURL": "https://nepalblockchain.network"
}, {
"name": "TOP Mainnet EVM",
"chainId": 980,
"shortName": "top_evm",
"networkId": 0,
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
"rpc": ["ethapi.topnetwork.org"],
"faucets": [],
"infoURL": "https://www.topnetwork.org/"
}, {
"name": "TOP Mainnet",
"chainId": 989,
"shortName": "top",
"networkId": 0,
"nativeCurrency": {
"name": "TOP",
"symbol": "TOP",
"decimals": 6
},
"rpc": ["topapi.topnetwork.org"],
"faucets": [],
"infoURL": "https://www.topnetwork.org/"
}, {
"name": "Lucky Network",
"chainId": 998,

View File

@ -3178,6 +3178,46 @@
"shortName": "yeti",
"chainId": 977,
"networkId": 977
}, {
"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"
}]
}, {
"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"
}]
}, {
"name": "Lucky Network",
"chain": "LN",

View File

@ -176,6 +176,8 @@
"t2bpls": "eip155:941",
"t3pls": "eip155:942",
"yeti": "eip155:977",
"top_evm": "eip155:980",
"top": "eip155:989",
"ln": "eip155:998",
"twan": "eip155:999",
"Baobab": "eip155:1001",