mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
61e981e280
* Update eip155-53.json add explorers https://testnet.coinex.net/ * Update eip155-53.json
24 lines
478 B
JSON
24 lines
478 B
JSON
{
|
|
"name": "CoinEx Smart Chain Testnet",
|
|
"chain": "CSC",
|
|
"network": "testnet",
|
|
"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"
|
|
}]
|
|
}
|