update CoinEx Smart Chain Network info (#176)

This commit is contained in:
刘作伟 2021-03-04 23:14:40 +08:00 committed by GitHub
parent 2f2c527fd8
commit ce275f258d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View File

@ -1,9 +1,9 @@
{
"name": "CoinEx Smart Chain Mainnet",
"chain": "csc",
"chain": "CSC",
"network": "mainnet",
"rpc": [
""
"https://rpc-mainnet.coinex.net"
],
"faucets": [],
"nativeCurrency": {
@ -11,8 +11,8 @@
"symbol": "cet",
"decimals": 18
},
"infoURL": "",
"shortName": "csc",
"infoURL": "http://www.coinex.org/",
"shortName": "cet",
"chainId": 52,
"networkId": 52
}

View File

@ -1,9 +1,9 @@
{
"name": "CoinEx Smart Chain Testnet",
"chain": "csc",
"chain": "CSC",
"network": "testnet",
"rpc": [
""
"https://rpc-testnet.coinex.net"
],
"faucets": [],
"nativeCurrency": {
@ -11,8 +11,8 @@
"symbol": "cett",
"decimals": 18
},
"infoURL": "",
"shortName": "csct",
"infoURL": "http://www.coinex.org/",
"shortName": "tcet",
"chainId": 53,
"networkId": 53
}