From 0c3327812871663fcda40c1d8f1966689dda7b00 Mon Sep 17 00:00:00 2001 From: Kaan Uzdogan Date: Mon, 26 Oct 2020 17:09:17 +0100 Subject: [PATCH] Add Bloxberg (8995) (#115) Add bloxberg blockchain. Bloxberg is a PoA AuRa EVM chain governed by research institutes with the goal of providing researchers with decentralized services. See bloxberg.org --- _data/chains/8995.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 _data/chains/8995.json diff --git a/_data/chains/8995.json b/_data/chains/8995.json new file mode 100644 index 00000000..33f480f8 --- /dev/null +++ b/_data/chains/8995.json @@ -0,0 +1,20 @@ +{ + "name": "bloxberg", + "chain": "bloxberg", + "network": "mainnet", + "rpc": [ + "https://core.bloxberg.org" + ], + "faucets": [ + "https://faucet.bloxberg.org/" + ], + "nativeCurrency": { + "name": "BERG", + "symbol": "U+25B3", + "decimals": 18 + }, + "infoURL": "https://bloxberg.org", + "shortName": "berg", + "chainId": 8995, + "networkId": 8995 +}