From 440a8f49bcb6080970dfadb823e00f09390ef0f3 Mon Sep 17 00:00:00 2001 From: Bill <38635290+billaure-crystaleum@users.noreply.github.com> Date: Thu, 2 Jun 2022 02:53:37 -0400 Subject: [PATCH] =?UTF-8?q?support=20Crystaleum=20=F0=9F=92=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _data/chains/eip155-103090.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 _data/chains/eip155-103090.json diff --git a/_data/chains/eip155-103090.json b/_data/chains/eip155-103090.json new file mode 100644 index 00000000..066e273a --- /dev/null +++ b/_data/chains/eip155-103090.json @@ -0,0 +1,26 @@ +{ + "name": "Crystaleum", + "chain": "crystal", + "network": "mainnet", + "rpc": [ + "https://evm.cryptocurrencydevs.org", + "https://rpc.crystaleum.org" + ], + "faucets": [], + "nativeCurrency": { + "name": "CRFI", + "symbol": "◈", + "decimals": 18 + }, + "infoURL": "https://crystaleum.org", + "shortName": "CRFI", + "chainId": 103090, + "networkId": 1, + "icon": "crystal", + "explorers": [{ + "name": "Crystaleum Scan", + "url": "https://scan.crystaleum.org", + "icon": "crystal", + "standard": "none" + }] +}