From d6a156c50adf12c19c2c9dadb3919ab5dd9f6f33 Mon Sep 17 00:00:00 2001 From: MiyaWW Date: Fri, 5 Jul 2024 14:14:32 +0800 Subject: [PATCH 1/2] Add TencentCloud --- data.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/data.json b/data.json index b5a1843..43386f3 100644 --- a/data.json +++ b/data.json @@ -207,6 +207,16 @@ "chains": "bsc", "tags": "Defi" }, + { + "category": "Blockchain Access", + "groupTitle": "Node and Archive Services", + "name": "TencentCloud", + "desc": "TencentCloud provides builders with streamlined access to a global network of nodes running on 20 different blockchains", + "website": "https://www.tencentcloud.com/products/rpc", + "logo": "https://zhixinliancos.zxchain.qq.com/tencentcloudlogo/tencentcloudrpc.png", + "chains": "bsc", + "tags": "Defi" + }, { "category": "Blockchain Access", "groupTitle": "NFT Tools", From e85fccbf58b04ce887404d43a7d091210c7b0228 Mon Sep 17 00:00:00 2001 From: MiyaWW Date: Fri, 5 Jul 2024 14:15:36 +0800 Subject: [PATCH 2/2] fix: Update logo path --- data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data.json b/data.json index 43386f3..29c040e 100644 --- a/data.json +++ b/data.json @@ -213,7 +213,7 @@ "name": "TencentCloud", "desc": "TencentCloud provides builders with streamlined access to a global network of nodes running on 20 different blockchains", "website": "https://www.tencentcloud.com/products/rpc", - "logo": "https://zhixinliancos.zxchain.qq.com/tencentcloudlogo/tencentcloudrpc.png", + "logo": "https://zhixinliancos.zxchain.qq.com/tencentcloudlogo/RPClogo.svg", "chains": "bsc", "tags": "Defi" },