chains/_data/chains/eip155-3690.json
Ashutosh Kumar fb49612d70
Added Prettier and formatted existing JSON files (#1501)
* Added Prettier and formatted existing JSON files

* fixed one more json file
2022-08-27 19:20:08 +02:00

25 lines
509 B
JSON

{
"name": "Bittex Mainnet",
"chain": "BTX",
"rpc": ["https://rpc1.bittexscan.info", "https://rpc2.bittexscan.info"],
"faucets": [],
"nativeCurrency": {
"name": "Bittex",
"symbol": "BTX",
"decimals": 18
},
"infoURL": "https://bittexscan.com",
"shortName": "btx",
"chainId": 3690,
"networkId": 3690,
"icon": "ethereum",
"explorers": [
{
"name": "bittexscan",
"url": "https://bittexscan.com",
"icon": "etherscan",
"standard": "EIP3091"
}
]
}