From 3463f64575f5a53f84413b7e5bf8121a740ef944 Mon Sep 17 00:00:00 2001 From: berylbit-labs <108334269+berylbit-labs@users.noreply.github.com> Date: Wed, 20 Jul 2022 00:36:00 +1000 Subject: [PATCH] Add BerylBit mainnet into chain list (#1378) * Create eip155-9012.json * Add Chain and Explorer Icons * Fix typo in faucets url --- _data/chains/eip155-9012.json | 23 +++++++++++++++++++++++ _data/icons/berylbit-explorer.json | 8 ++++++++ _data/icons/berylbit.json | 8 ++++++++ 3 files changed, 39 insertions(+) create mode 100644 _data/chains/eip155-9012.json create mode 100644 _data/icons/berylbit-explorer.json create mode 100644 _data/icons/berylbit.json diff --git a/_data/chains/eip155-9012.json b/_data/chains/eip155-9012.json new file mode 100644 index 00000000..3ec6a18c --- /dev/null +++ b/_data/chains/eip155-9012.json @@ -0,0 +1,23 @@ +{ + "name": "BerylBit Mainnet", + "chain": "BRB", + "rpc": [ + "https://mainnet.berylbit.io" + ], + "faucets": ["https://t.me/BerylBit"], + "nativeCurrency": { + "name": "BerylBit Chain Native Token", + "symbol": "BRB", + "decimals": 18 + }, + "infoURL": "https://www.beryl-bit.com", + "shortName": "brb", + "chainId": 9012, + "networkId": 9012, + "icon": "berylbit", + "explorers": [{ + "name": "berylbit-explorer", + "url": "https://explorer.berylbit.io", + "standard": "EIP3091" + }] +} diff --git a/_data/icons/berylbit-explorer.json b/_data/icons/berylbit-explorer.json new file mode 100644 index 00000000..2824e597 --- /dev/null +++ b/_data/icons/berylbit-explorer.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmeDXHkpranzqGN1BmQqZSrFp4vGXf4JfaB5iq8WHHiwDi", + "width": 162, + "height": 162, + "format": "png" + } +] diff --git a/_data/icons/berylbit.json b/_data/icons/berylbit.json new file mode 100644 index 00000000..2824e597 --- /dev/null +++ b/_data/icons/berylbit.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmeDXHkpranzqGN1BmQqZSrFp4vGXf4JfaB5iq8WHHiwDi", + "width": 162, + "height": 162, + "format": "png" + } +]