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

This commit is contained in:
ligi 2021-10-30 10:19:38 +00:00
parent d0c92c6a3f
commit f40be57000
5 changed files with 41 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

@ -1454,6 +1454,19 @@
"rpc": ["https://api.nepalblockchain.dev", "https://api.nepalblockchain.network"],
"faucets": ["https://faucet.nepalblockchain.network"],
"infoURL": "https://nepalblockchain.network"
}, {
"name": "Lucky Network",
"chainId": 998,
"shortName": "ln",
"networkId": 998,
"nativeCurrency": {
"name": "Lucky",
"symbol": "L99",
"decimals": 18
},
"rpc": ["https://rpc.luckynetwork.org", "wss://ws.lnscan.org", "https://rpc.lnscan.org"],
"faucets": [],
"infoURL": "https://luckynetwork.org"
}, {
"name": "Wanchain Testnet",
"chainId": 999,

View File

@ -1924,6 +1924,31 @@
"shortName": "yeti",
"chainId": 977,
"networkId": 977
}, {
"name": "Lucky Network",
"chain": "LN",
"network": "mainnet",
"rpc": ["https://rpc.luckynetwork.org", "wss://ws.lnscan.org", "https://rpc.lnscan.org"],
"faucets": [],
"nativeCurrency": {
"name": "Lucky",
"symbol": "L99",
"decimals": 18
},
"infoURL": "https://luckynetwork.org",
"shortName": "ln",
"chainId": 998,
"networkId": 998,
"icon": "lucky",
"explorers": [{
"name": "blockscout",
"url": "https://explorer.luckynetwork.org",
"standard": "none"
}, {
"name": "expedition",
"url": "https://lnscan.org",
"standard": "none"
}]
}, {
"name": "Wanchain Testnet",
"chain": "WAN",

View File

@ -111,6 +111,7 @@
"wan": "eip155:888",
"tpls": "eip155:940",
"yeti": "eip155:977",
"ln": "eip155:998",
"twan": "eip155:999",
"Baobab": "eip155:1001",
"tnew": "eip155:1007",