From 28a5630b0428c3439ed4ea7c45f9c3d7344b8bcd Mon Sep 17 00:00:00 2001 From: mikemaid <37227990+mikemaid@users.noreply.github.com> Date: Wed, 11 Jan 2023 16:37:35 -0600 Subject: [PATCH] Add Lucid Blockchain (#2127) * Add Lucid Blockchain * Add Lucid Blockchain * Update eip155-800.json --- _data/chains/eip155-800.json | 23 +++++++++++++++++++++++ _data/icons/lucid.json | 8 ++++++++ 2 files changed, 31 insertions(+) create mode 100644 _data/chains/eip155-800.json create mode 100644 _data/icons/lucid.json diff --git a/_data/chains/eip155-800.json b/_data/chains/eip155-800.json new file mode 100644 index 00000000..4c0353be --- /dev/null +++ b/_data/chains/eip155-800.json @@ -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" + } + ] +} diff --git a/_data/icons/lucid.json b/_data/icons/lucid.json new file mode 100644 index 00000000..e881617a --- /dev/null +++ b/_data/icons/lucid.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafybeigxiyyxll4vst5cjjh732mr6zhsnligxubaldyiul2xdvvi6ibktu", + "width": 800, + "height": 800, + "format": "png" + } +]