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

View File

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