chains/_data/chains/eip155-256.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

19 lines
437 B
JSON

{
"name": "Huobi ECO Chain Testnet",
"chain": "Heco",
"rpc": [
"https://http-testnet.hecochain.com",
"wss://ws-testnet.hecochain.com"
],
"faucets": ["https://scan-testnet.hecochain.com/faucet"],
"nativeCurrency": {
"name": "Huobi ECO Chain Test Native Token",
"symbol": "htt",
"decimals": 18
},
"infoURL": "https://testnet.hecoinfo.com",
"shortName": "hecot",
"chainId": 256,
"networkId": 256
}