mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
23 lines
447 B
JSON
23 lines
447 B
JSON
{
|
|
"name": "BitTorrent Chain Mainnet",
|
|
"chain": "BTTC",
|
|
"rpc": ["https://rpc.bittorrentchain.io/"],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "BitTorrent",
|
|
"symbol": "BTT",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https:/bt.io",
|
|
"shortName": "BTT",
|
|
"chainId": 199,
|
|
"networkId": 199,
|
|
"explorers": [
|
|
{
|
|
"name": "BitTorrent Chain Explorer",
|
|
"url": "https://bttcscan.com",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|