chains/_data/chains/eip155-800.json
mikemaid 28a5630b04
Add Lucid Blockchain (#2127)
* Add Lucid Blockchain

* Add Lucid Blockchain

* Update eip155-800.json
2023-01-11 23:37:35 +01:00

24 lines
494 B
JSON

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