mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
19 lines
360 B
JSON
19 lines
360 B
JSON
{
|
|
"name": "CoinEx Smart Chain Mainnet",
|
|
"chain": "CSC",
|
|
"network": "mainnet",
|
|
"rpc": [
|
|
"https://rpc-mainnet.coinex.net"
|
|
],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "CoinEx Chain Native Token",
|
|
"symbol": "cet",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "http://www.coinex.org/",
|
|
"shortName": "cet",
|
|
"chainId": 52,
|
|
"networkId": 52
|
|
}
|