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 committed Sep 25, 2023
1 parent 7ee6ecd commit 0ea2e42
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions packages/website/components/Ecosystem/EcosystemSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@ interface EcosystemData {
}

const ecosystemData: EcosystemData[] = [
{
icon: "/images/ecosystem/alphamint.png",
name: "Alphamint",
link: "https://www.alphamint.online/",
description: "Multichain NFT marketplace to create, sell and buy ERC-721 tokens.",
filters: [],
isLive: true,
},
{
icon: "/images/ecosystem/bitget.png",
name: "BitGet Wallet",
Expand Down Expand Up @@ -400,6 +408,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
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0ea2e42

Please sign in to comment.