From 173ef2fb9f107f20016a29924a28649155bf5c0f Mon Sep 17 00:00:00 2001 From: Kenk Date: Thu, 14 Sep 2023 14:18:21 +0700 Subject: [PATCH] feat(website): add Catalyst, Cyberscan, MoveChess, STAKEME, X7Finance to ecosystem (#14691) --- .../website/components/Ecosystem/EcosystemSection.tsx | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/packages/website/components/Ecosystem/EcosystemSection.tsx b/packages/website/components/Ecosystem/EcosystemSection.tsx index ee1c91433ed..ee44cb19746 100644 --- a/packages/website/components/Ecosystem/EcosystemSection.tsx +++ b/packages/website/components/Ecosystem/EcosystemSection.tsx @@ -68,7 +68,8 @@ const ecosystemData: EcosystemData[] = [ icon: "/images/ecosystem/catalyst.png", name: "Catalyst", link: "https://catalyst.exchange/", - description: "Catalyst is the cross-chain AMM built to connect all chains", + description: + "Catalyst is the cross-chain AMM built to connect all chains", filters: [], isLive: false, }, @@ -435,14 +436,6 @@ const ecosystemData: EcosystemData[] = [ filters: [], isLive: false, }, - { - icon: "/images/ecosystem/xverse.png", - name: "Xverse", - link: "https://taiko-test.xverse.fi/?chain=taiko_testnet", - description: "Stablecoin Project, using Uniswap V3 LP token. With CDP mechanism, LP NFT of stable coin pair will become collateral of our Stable coin.", - filters: [], - isLive: true, - }, { icon: "/images/ecosystem/zeroswap.png", name: "ZeroSwap",