Skip to content

Commit

Permalink
Add eco teams (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
besated authored May 6, 2024
1 parent 344bf50 commit 63e8ffd
Show file tree
Hide file tree
Showing 6 changed files with 6,314 additions and 6,715 deletions.
14 changes: 14 additions & 0 deletions components/EcosystemApps/EcosystemApps.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ import hoyuLogo from "../../public/assets/ecosystem/hoyu.jpeg";
import superSeiyanBotLogo from "../../public/assets/ecosystem/superseiyanbot.jpeg";
import nfts2meLogo from "../../public/assets/ecosystem/nfts2me.png";
import stafiLogo from "../../public/assets/ecosystem/stafi.png";
import siloLogo from "../../public/assets/ecosystem/silo.jpeg";
import vermillionLogo from "../../public/assets/ecosystem/vermillion.jpeg";

interface App {
title: string;
Expand Down Expand Up @@ -71,6 +73,12 @@ const APPS: App[] = [
href: "https://test.gamblino.app/",
image: gamblinoLogo,
},
{
title: "Silo",
description: "Liquid staking and MEV on Sei",
href: "https://silo-evm.dc37hw5o72ljt.amplifyapp.com/",
image: siloLogo,
},
{
title: "Camel",
description: "Sei's liquidity oasis",
Expand Down Expand Up @@ -138,6 +146,12 @@ const APPS: App[] = [
href: "https://test-app.stafi.io/gallery/evm/SEI/?net=SEI",
image: stafiLogo,
},
{
title: "Vermillion",
description: "Next-gen AMM and stablecoin",
href: "https://app.vermillion.finance/swap",
image: vermillionLogo,
},
];

const EcosystemApps = () => {
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "sei-docs",
"version": "0.0.1",
"description": "Sei docs",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
Expand Down
Loading

0 comments on commit 63e8ffd

Please sign in to comment.