From 15343d007be8c2444468498501b315dc2cd65665 Mon Sep 17 00:00:00 2001 From: Bill <38635290+billaure-crystaleum@users.noreply.github.com> Date: Sun, 12 Jun 2022 10:12:50 -0400 Subject: [PATCH] =?UTF-8?q?Add=20Crystaleum=F0=9F=92=8E=20(#1213)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Create crystal.json * support Crystaleum 💎 * add standard EIP3091 * blockscout --- _data/chains/eip155-103090.json | 26 ++++++++++++++++++++++++++ _data/icons/crystal.json | 8 ++++++++ 2 files changed, 34 insertions(+) create mode 100644 _data/chains/eip155-103090.json create mode 100644 _data/icons/crystal.json diff --git a/_data/chains/eip155-103090.json b/_data/chains/eip155-103090.json new file mode 100644 index 00000000..cc3e0600 --- /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": "blockscout", + "url": "https://scan.crystaleum.org", + "icon": "crystal", + "standard": "EIP3091" + }] +} diff --git a/_data/icons/crystal.json b/_data/icons/crystal.json new file mode 100644 index 00000000..4c147ace --- /dev/null +++ b/_data/icons/crystal.json @@ -0,0 +1,8 @@ +[ + { + "url":"ipfs://Qmbry1Uc6HnXmqFNXW5dFJ7To8EezCCjNr4TqqvAyzXS4h", + "width":150, + "height":150, + "format":"png" + } +]