From 8a70baf84e5f60cc1a1fb8aa1fd563fba7e2d9f0 Mon Sep 17 00:00:00 2001 From: Marcus Wentz <52706599+MarcusWentz@users.noreply.github.com> Date: Mon, 25 Sep 2023 09:14:39 -0400 Subject: [PATCH] feat(website): add Alphamint and Xverse to ecosystem (#14807) --- .../website/components/Ecosystem/EcosystemSection.tsx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/packages/website/components/Ecosystem/EcosystemSection.tsx b/packages/website/components/Ecosystem/EcosystemSection.tsx index f5ae822bab..2bcfd172d7 100644 --- a/packages/website/components/Ecosystem/EcosystemSection.tsx +++ b/packages/website/components/Ecosystem/EcosystemSection.tsx @@ -435,6 +435,14 @@ 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",