mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
add bittorrent chain mainnet (#519)
* add bittorrent chain mainnet * add standard field * remove icon field
This commit is contained in:
parent
c68782d336
commit
ef9459afd4
23
_data/chains/eip155-199.json
Normal file
23
_data/chains/eip155-199.json
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
{
|
||||||
|
"name": "BitTorrent Chain Mainnet",
|
||||||
|
"chain": "BTTC",
|
||||||
|
"network": "mainnet",
|
||||||
|
"rpc": [
|
||||||
|
"https://rpc.bittorrentchain.io/"
|
||||||
|
],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "BitTorrent",
|
||||||
|
"symbol": "BTT",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://bittorrentchain.io/",
|
||||||
|
"shortName": "BTT",
|
||||||
|
"chainId": 199,
|
||||||
|
"networkId": 199,
|
||||||
|
"explorers": [{
|
||||||
|
"name": "bttcscan",
|
||||||
|
"url": "https://scan.bittorrentchain.io/",
|
||||||
|
"standard": "none"
|
||||||
|
}]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user