Deploying to gh-pages from @ ethereum-lists/chains@5cd6a87556 🚀

This commit is contained in:
ligi 2022-09-03 16:51:01 +00:00
parent 46d67b1d5b
commit b90ae50f67
10 changed files with 76 additions and 3 deletions

View File

@ -970,4 +970,12 @@
"height": 512, "height": 512,
"format": "png" "format": "png"
}] }]
}, {
"name": "lycanchain",
"icons": [{
"url": "ipfs://Qmc8hsCbUUjnJDnXrDhFh4V1xk1gJwZbUyNJ39p72javji",
"width": 400,
"height": 400,
"format": "png"
}]
}] }]

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

23
chains/eip155-0721.json Normal file
View File

@ -0,0 +1,23 @@
{
"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"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -2247,6 +2247,19 @@
"rpc": [], "rpc": [],
"faucets": [], "faucets": [],
"infoURL": "https://www.factory127.com" "infoURL": "https://www.factory127.com"
}, {
"name": "Lycan Chain",
"chainId": 721,
"shortName": "LYC",
"networkId": 721,
"nativeCurrency": {
"name": "Lycan",
"symbol": "LYC",
"decimals": 18
},
"rpc": ["https://rpc.lycanchain.com/"],
"faucets": [],
"infoURL": "https://lycanchain.com"
}, { }, {
"name": "OpenChain Testnet", "name": "OpenChain Testnet",
"chainId": 776, "chainId": 776,

View File

@ -3150,6 +3150,26 @@
"chainId": 721, "chainId": 721,
"networkId": 721, "networkId": 721,
"slip44": 721 "slip44": 721
}, {
"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"
}]
}, { }, {
"name": "OpenChain Testnet", "name": "OpenChain Testnet",
"chain": "OpenChain Testnet", "chain": "OpenChain Testnet",

8
icons/lycanchain.json Normal file
View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://Qmc8hsCbUUjnJDnXrDhFh4V1xk1gJwZbUyNJ39p72javji",
"width": 400,
"height": 400,
"format": "png"
}
]

Binary file not shown.

After

Width:  |  Height:  |  Size: 103 KiB

View File

@ -172,6 +172,7 @@
"bcs": "eip155:707", "bcs": "eip155:707",
"tbcs": "eip155:708", "tbcs": "eip155:708",
"tfeth": "eip155:721", "tfeth": "eip155:721",
"LYC": "eip155:721",
"opc": "eip155:776", "opc": "eip155:776",
"cth": "eip155:777", "cth": "eip155:777",
"aca": "eip155:787", "aca": "eip155:787",