From 052dfa7c934068dc06f4d941477beb63ddb186a0 Mon Sep 17 00:00:00 2001 From: Brothereum <84236781+brothereum@users.noreply.github.com> Date: Mon, 14 Feb 2022 13:53:13 +0530 Subject: [PATCH] Initial commit (#878) --- _data/chains/eip155-108801.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 _data/chains/eip155-108801.json diff --git a/_data/chains/eip155-108801.json b/_data/chains/eip155-108801.json new file mode 100644 index 00000000..7ebac3ff --- /dev/null +++ b/_data/chains/eip155-108801.json @@ -0,0 +1,26 @@ +{ + "name": "BROChain Mainnet", + "chain": "BRO", + "network": "mainnet", + "rpc": [ + "https://rpc.brochain.org", + "http://rpc.brochain.org", + "https://rpc.brochain.org/mainnet", + "http://rpc.brochain.org/mainnet" + ], + "faucets": [], + "nativeCurrency": { + "name": "Brother", + "symbol": "BRO", + "decimals": 18 + }, + "infoURL": "https://brochain.org", + "shortName": "bro", + "chainId": 108801, + "networkId": 108801, + "explorers": [{ + "name": "BROChain Explorer", + "url": "https://explorer.brochain.org", + "standard": "EIP3091" + }] +}