mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
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
This commit is contained in:
parent
b5cadd6299
commit
c68782d336
23
_data/chains/eip155-1028.json
Normal file
23
_data/chains/eip155-1028.json
Normal file
|
@ -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"
|
||||||
|
}]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user