mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Deploying to gh-pages from @ ethereum-lists/chains@6be5dcbf3e 🚀
This commit is contained in:
parent
d0c92c6a3f
commit
f40be57000
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -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,
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user