From 3e5aa3686e1d924a948374ebf147c3f49cdc1bf9 Mon Sep 17 00:00:00 2001 From: nick8319 Date: Wed, 25 Dec 2024 11:03:33 +0800 Subject: [PATCH 1/3] Add Protofire as provider --- components/ChainCard.tsx | 1 + utils/constants.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/components/ChainCard.tsx b/components/ChainCard.tsx index a48efab..6c1d147 100644 --- a/components/ChainCard.tsx +++ b/components/ChainCard.tsx @@ -9,6 +9,7 @@ const hostingColors: Record = { 'conduit': { bg: '#31e3e3', text: '#0a0a0a' }, 'gelato-raas': { bg: '#f37b84', text: '#202020' }, 'altlayer-raas': { bg: 'hsla(264.6428571428571, 100.00%, 78.04%, 1.00)', text: '#1c1e24' }, + 'protofire': { bg: '#faa807', text: '#1c1e24' }, 'self': { bg: '#c2d9ff', text: '#003180' }, }; diff --git a/utils/constants.ts b/utils/constants.ts index e954392..3d578e9 100644 --- a/utils/constants.ts +++ b/utils/constants.ts @@ -3,6 +3,7 @@ export const HOSTING_PROVIDERS = { 'conduit': 'Conduit', 'gelato-raas': 'Gelato RaaS', 'altlayer-raas': 'Altlayer', + 'protofire': 'Protofire', 'self': 'Self-hosted' } as const; From 278d935efa0b30f12b9777a95295c07bf6f6860e Mon Sep 17 00:00:00 2001 From: nick8319 Date: Wed, 25 Dec 2024 11:04:04 +0800 Subject: [PATCH 2/3] Add Harmony chain and fix typo --- data/chains.json | 34 +++++++++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/data/chains.json b/data/chains.json index 76cbadb..381037c 100644 --- a/data/chains.json +++ b/data/chains.json @@ -809,7 +809,7 @@ "name": "VRCScan Testnet", "description": "Scalable and sustainable decentralized smart contracts platform.", "logo": "https://uploads-ssl.webflow.com/644a5b7efad46e3cd70deafb/664b89d7858b3e4cd3bff85e_vrcscan.png", - "ecosystem": "Ethererum", + "ecosystem": "Ethereum", "isTestnet": true, "layer": 1, "rollupType": null, @@ -9048,6 +9048,38 @@ } ] }, + "1666600000": { + "name": "Harmony", + "description": "Harmony is an open blockchain with data sharding and fast finality.", + "logo": "https://cdn.prod.website-files.com/676b715fa7c0ee9345c1a283/676b719201065b4d04e0e5cf_1666600000.png", + "ecosystem": "Harmony", + "isTestnet": false, + "layer": 1, + "rollupType": null, + "website": "https://www.harmony.one/", + "explorers": [ + { + "url": "https://explorer.harmony.one/", + "hostedBy": "protofire" + } + ] + }, + "1666700000": { + "name": "Harmony Testnet", + "description": "Harmony is an open blockchain with data sharding and fast finality.", + "logo": "https://cdn.prod.website-files.com/676b715fa7c0ee9345c1a283/676b719201065b4d04e0e5cf_1666600000.png", + "ecosystem": "Harmony", + "isTestnet": true, + "layer": 1, + "rollupType": null, + "website": "https://www.harmony.one/", + "explorers": [ + { + "url": "https://explorer.testnet.harmony.one/", + "hostedBy": "protofire" + } + ] + }, "1702448187": { "name": "Witness Chain", "description": "Witness Chain is the EigenLayer AVS to bring Ethereum’s security to new optimistic rollups and DePIN projects.", From 31ffc86a7e502f2ee468386f695a1aee886c7f70 Mon Sep 17 00:00:00 2001 From: nick8319 Date: Fri, 27 Dec 2024 13:18:31 +0800 Subject: [PATCH 3/3] update quai url --- data/chains.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/chains.json b/data/chains.json index 381037c..db6f078 100644 --- a/data/chains.json +++ b/data/chains.json @@ -10435,7 +10435,7 @@ "website": "https://qu.ai/", "explorers": [ { - "url": "https://cyprus1.colosseum.quaiscan.io/", + "url": "https://quaiscan.io/", "hostedBy": "self" } ]