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@28a5630b04 🚀
This commit is contained in:
parent
8b3d3acec4
commit
5da19b30d8
|
@ -1494,6 +1494,14 @@
|
||||||
"height": 1024,
|
"height": 1024,
|
||||||
"format": "png"
|
"format": "png"
|
||||||
}]
|
}]
|
||||||
|
}, {
|
||||||
|
"name": "lucid",
|
||||||
|
"icons": [{
|
||||||
|
"url": "ipfs://bafybeigxiyyxll4vst5cjjh732mr6zhsnligxubaldyiul2xdvvi6ibktu",
|
||||||
|
"width": 800,
|
||||||
|
"height": 800,
|
||||||
|
"format": "png"
|
||||||
|
}]
|
||||||
}, {
|
}, {
|
||||||
"name": "defichain-network",
|
"name": "defichain-network",
|
||||||
"icons": [{
|
"icons": [{
|
||||||
|
|
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-800.json
Normal file
23
chains/eip155-800.json
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
{
|
||||||
|
"name": "Lucid Blockchain",
|
||||||
|
"chain": "Lucid Blockchain",
|
||||||
|
"icon": "lucid",
|
||||||
|
"rpc": ["https://rpc.lucidcoin.io"],
|
||||||
|
"faucets": ["https://faucet.lucidcoin.io"],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "LUCID",
|
||||||
|
"symbol": "LUCID",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://lucidcoin.io",
|
||||||
|
"shortName": "LUCID",
|
||||||
|
"chainId": 800,
|
||||||
|
"networkId": 800,
|
||||||
|
"explorers": [
|
||||||
|
{
|
||||||
|
"name": "Lucid Explorer",
|
||||||
|
"url": "https://explorer.lucidcoin.io",
|
||||||
|
"standard": "none"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
File diff suppressed because one or more lines are too long
|
@ -2637,6 +2637,19 @@
|
||||||
"rpc": ["https://testnet-rpc.aerochain.id/"],
|
"rpc": ["https://testnet-rpc.aerochain.id/"],
|
||||||
"faucets": ["https://faucet.aerochain.id/"],
|
"faucets": ["https://faucet.aerochain.id/"],
|
||||||
"infoURL": "https://aerochaincoin.org/"
|
"infoURL": "https://aerochaincoin.org/"
|
||||||
|
}, {
|
||||||
|
"name": "Lucid Blockchain",
|
||||||
|
"chainId": 800,
|
||||||
|
"shortName": "LUCID",
|
||||||
|
"networkId": 800,
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "LUCID",
|
||||||
|
"symbol": "LUCID",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"rpc": ["https://rpc.lucidcoin.io"],
|
||||||
|
"faucets": ["https://faucet.lucidcoin.io"],
|
||||||
|
"infoURL": "https://lucidcoin.io"
|
||||||
}, {
|
}, {
|
||||||
"name": "Haic",
|
"name": "Haic",
|
||||||
"chainId": 803,
|
"chainId": 803,
|
||||||
|
|
|
@ -3791,6 +3791,26 @@
|
||||||
"url": "https://testnet.aeroscan.id",
|
"url": "https://testnet.aeroscan.id",
|
||||||
"standard": "EIP3091"
|
"standard": "EIP3091"
|
||||||
}]
|
}]
|
||||||
|
}, {
|
||||||
|
"name": "Lucid Blockchain",
|
||||||
|
"chain": "Lucid Blockchain",
|
||||||
|
"icon": "lucid",
|
||||||
|
"rpc": ["https://rpc.lucidcoin.io"],
|
||||||
|
"faucets": ["https://faucet.lucidcoin.io"],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "LUCID",
|
||||||
|
"symbol": "LUCID",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://lucidcoin.io",
|
||||||
|
"shortName": "LUCID",
|
||||||
|
"chainId": 800,
|
||||||
|
"networkId": 800,
|
||||||
|
"explorers": [{
|
||||||
|
"name": "Lucid Explorer",
|
||||||
|
"url": "https://explorer.lucidcoin.io",
|
||||||
|
"standard": "none"
|
||||||
|
}]
|
||||||
}, {
|
}, {
|
||||||
"name": "Haic",
|
"name": "Haic",
|
||||||
"chain": "Haic",
|
"chain": "Haic",
|
||||||
|
|
8
icons/lucid.json
Normal file
8
icons/lucid.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url": "ipfs://bafybeigxiyyxll4vst5cjjh732mr6zhsnligxubaldyiul2xdvvi6ibktu",
|
||||||
|
"width": 800,
|
||||||
|
"height": 800,
|
||||||
|
"format": "png"
|
||||||
|
}
|
||||||
|
]
|
|
@ -202,6 +202,7 @@
|
||||||
"cth": "eip155:777",
|
"cth": "eip155:777",
|
||||||
"aca": "eip155:787",
|
"aca": "eip155:787",
|
||||||
"taero": "eip155:788",
|
"taero": "eip155:788",
|
||||||
|
"LUCID": "eip155:800",
|
||||||
"haic": "eip155:803",
|
"haic": "eip155:803",
|
||||||
"PFTEST": "eip155:808",
|
"PFTEST": "eip155:808",
|
||||||
"meer": "eip155:813",
|
"meer": "eip155:813",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user