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

23 lines
467 B
JSON

{
"name": "CoinEx Smart Chain Testnet",
"chain": "CSC",
"rpc": ["https://testnet-rpc.coinex.net/"],
"faucets": [],
"nativeCurrency": {
"name": "CoinEx Chain Test Native Token",
"symbol": "cett",
"decimals": 18
},
"infoURL": "https://www.coinex.org/",
"shortName": "tcet",
"chainId": 53,
"networkId": 53,
"explorers": [
{
"name": "coinexscan",
"url": "https://testnet.coinex.net",
"standard": "none"
}
]
}