From c68782d336dd8febe27435c8b317433fe7cb28a0 Mon Sep 17 00:00:00 2001 From: Marcus Date: Sat, 30 Oct 2021 02:47:15 +0800 Subject: [PATCH] add bittorrent chain testnet (#520) * add bittorrent chain testnet * add standard * remove icon field and rename short name. * Rename eip155-1028 to eip155-1028.json --- _data/chains/eip155-1028.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 _data/chains/eip155-1028.json diff --git a/_data/chains/eip155-1028.json b/_data/chains/eip155-1028.json new file mode 100644 index 00000000..57a3255e --- /dev/null +++ b/_data/chains/eip155-1028.json @@ -0,0 +1,23 @@ +{ + "name": "BitTorrent Chain Testnet", + "chain": "BTTC", + "network": "testnet", + "rpc": [ + "https://testrpc.bittorrentchain.io/" + ], + "faucets": [], + "nativeCurrency": { + "name": "BitTorrent", + "symbol": "BTT", + "decimals": 18 + }, + "infoURL": "https://bittorrentchain.io/", + "shortName": "tbtt", + "chainId": 1028, + "networkId": 1028, + "explorers": [{ + "name": "testbttcscan", + "url": "https://testscan.bittorrentchain.io/", + "standard": "none" + }] +}