chains/_data/chains/eip155-53.json
xiao93 61e981e280
Update eip155-53.json (#671)
* Update eip155-53.json

add explorers
https://testnet.coinex.net/

* Update eip155-53.json
2021-12-15 15:28:22 +01:00

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"
}]
}