Skip to content

Commit

Permalink
feat(website): add Alphamint and Xverse to ecosystem (#14807)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusWentz authored and KorbinianK committed Sep 28, 2023
1 parent 1269def commit 8a70baf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/website/components/Ecosystem/EcosystemSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 8a70baf

Please sign in to comment.