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@5cd6a87556 🚀
This commit is contained in:
parent
46d67b1d5b
commit
b90ae50f67
|
@ -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
23
chains/eip155-0721.json
Normal 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
|
@ -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,
|
||||||
|
|
|
@ -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
8
icons/lycanchain.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url": "ipfs://Qmc8hsCbUUjnJDnXrDhFh4V1xk1gJwZbUyNJ39p72javji",
|
||||||
|
"width": 400,
|
||||||
|
"height": 400,
|
||||||
|
"format": "png"
|
||||||
|
}
|
||||||
|
]
|
BIN
iconsDownload/Qmc8hsCbUUjnJDnXrDhFh4V1xk1gJwZbUyNJ39p72javji
Normal file
BIN
iconsDownload/Qmc8hsCbUUjnJDnXrDhFh4V1xk1gJwZbUyNJ39p72javji
Normal file
Binary file not shown.
After Width: | Height: | Size: 103 KiB |
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user