Deploying to gh-pages from @ ethereum-lists/chains@28a5630b04 🚀

This commit is contained in:
ligi 2023-01-11 22:41:40 +00:00
parent 8b3d3acec4
commit 5da19b30d8
9 changed files with 76 additions and 3 deletions

View File

@ -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
View 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

View File

@ -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,

View File

@ -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
View File

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

View File

@ -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",