mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
fb49612d70
* Added Prettier and formatted existing JSON files * fixed one more json file
23 lines
467 B
JSON
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"
|
|
}
|
|
]
|
|
}
|