CoinEx Smart Chain Network Ids (#174)

This commit is contained in:
刘作伟 2021-03-04 16:43:07 +08:00 committed by GitHub
parent 7a49528ae1
commit f42861f197
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1,18 @@
{
"name": "CoinEx Smart Chain Mainnet",
"chain": "csc",
"network": "mainnet",
"rpc": [
""
],
"faucets": [],
"nativeCurrency": {
"name": "CoinEx Chain Native Token",
"symbol": "cet",
"decimals": 18
},
"infoURL": "",
"shortName": "csc",
"chainId": 52,
"networkId": 52
}

View File

@ -0,0 +1,18 @@
{
"name": "CoinEx Smart Chain Testnet",
"chain": "csc",
"network": "testnet",
"rpc": [
""
],
"faucets": [],
"nativeCurrency": {
"name": "CoinEx Chain Test Native Token",
"symbol": "cett",
"decimals": 18
},
"infoURL": "",
"shortName": "csct",
"chainId": 53,
"networkId": 53
}