From ce275f258d1f03176c080410a1a70a505e678a29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E4=BD=9C=E4=BC=9F?= <50315131+liuzuowei@users.noreply.github.com> Date: Thu, 4 Mar 2021 23:14:40 +0800 Subject: [PATCH] update CoinEx Smart Chain Network info (#176) --- _data/chains/eip155-52.json | 8 ++++---- _data/chains/eip155-53.json | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/_data/chains/eip155-52.json b/_data/chains/eip155-52.json index 8ad5d8ea..faf4811b 100644 --- a/_data/chains/eip155-52.json +++ b/_data/chains/eip155-52.json @@ -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 } diff --git a/_data/chains/eip155-53.json b/_data/chains/eip155-53.json index b2885510..68545b21 100644 --- a/_data/chains/eip155-53.json +++ b/_data/chains/eip155-53.json @@ -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 }