mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00

* Disallow leading zeroes in file names * Remove Factory 127 testnet in favor of Lycan chain
24 lines
454 B
JSON
24 lines
454 B
JSON
{
|
|
"name": "Lycan Chain",
|
|
"chain": "LYC",
|
|
"rpc": ["https://rpc.lycanchain.com/"],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "Lycan",
|
|
"symbol": "LYC",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://lycanchain.com",
|
|
"shortName": "LYC",
|
|
"chainId": 721,
|
|
"networkId": 721,
|
|
"icon": "lycanchain",
|
|
"explorers": [
|
|
{
|
|
"name": "blockscout",
|
|
"url": "https://explorer.lycanchain.com",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|