chains/_data/chains/eip155-1028.json
Marcus c68782d336
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
2021-10-29 20:47:15 +02:00

24 lines
485 B
JSON

{
"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"
}]
}