mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
34 lines
747 B
JSON
34 lines
747 B
JSON
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|