From e1bd41375f34a1a23a30dff68ef7ecd2d1ec1b38 Mon Sep 17 00:00:00 2001 From: turndealer Date: Fri, 10 Dec 2021 00:17:27 +0800 Subject: [PATCH] eip155-19845.json BTCIX network --- _data/chains/eip155-19845.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 _data/chains/eip155-19845.json diff --git a/_data/chains/eip155-19845.json b/_data/chains/eip155-19845.json new file mode 100644 index 00000000..36a1571a --- /dev/null +++ b/_data/chains/eip155-19845.json @@ -0,0 +1,25 @@ + +{ + "name": "BTCIX Network", + "chain": "BTCIX", + "network": "mainnet", + "rpc": [ + "https://seed.btcix.org/rpc" + ], + "faucets": [], + "nativeCurrency": { + "name": "BTCIX Network", + "symbol": "BTCIX", + "decimals": 18 + }, + "infoURL": "https://bitcolojix.org", + "shortName": "btcix", + "chainId": 19845, + "networkId": 19845, + + "explorers": [{ + "name": "BTCIXScan", + "url": "https://btcixscan.com", + "standard": "none" + }] +}