chains/_data/chains/eip155-721.json
Frederik Bolding 313b649b2c
Disallow leading zeroes in file names (#1680)
* Disallow leading zeroes in file names

* Remove Factory 127 testnet in favor of Lycan chain
2022-10-01 14:10:05 +02:00

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"
}
]
}