add bittorrent chain mainnet (#519)

* add bittorrent chain mainnet

* add standard field

* remove icon field
This commit is contained in:
Marcus 2021-10-30 02:51:12 +08:00 committed by GitHub
parent c68782d336
commit ef9459afd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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