Skip to content

Commit dd0254d

Browse files
committed
Add eco teams
1 parent 344bf50 commit dd0254d

File tree

6 files changed

+6314
-6715
lines changed

6 files changed

+6314
-6715
lines changed

components/EcosystemApps/EcosystemApps.tsx

+14
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ import hoyuLogo from "../../public/assets/ecosystem/hoyu.jpeg";
1919
import superSeiyanBotLogo from "../../public/assets/ecosystem/superseiyanbot.jpeg";
2020
import nfts2meLogo from "../../public/assets/ecosystem/nfts2me.png";
2121
import stafiLogo from "../../public/assets/ecosystem/stafi.png";
22+
import siloLogo from "../../public/assets/ecosystem/silo.jpeg";
23+
import vermillionLogo from "../../public/assets/ecosystem/vermillion.jpeg";
2224

2325
interface App {
2426
title: string;
@@ -71,6 +73,12 @@ const APPS: App[] = [
7173
href: "https://test.gamblino.app/",
7274
image: gamblinoLogo,
7375
},
76+
{
77+
title: "Silo",
78+
description: "Liquid staking and MEV on Sei",
79+
href: "https://silo-evm.dc37hw5o72ljt.amplifyapp.com/",
80+
image: siloLogo,
81+
},
7482
{
7583
title: "Camel",
7684
description: "Sei's liquidity oasis",
@@ -138,6 +146,12 @@ const APPS: App[] = [
138146
href: "https://test-app.stafi.io/gallery/evm/SEI/?net=SEI",
139147
image: stafiLogo,
140148
},
149+
{
150+
title: "Vermillion",
151+
description: "Next-gen AMM and stablecoin",
152+
href: "https://app.vermillion.finance/swap",
153+
image: vermillionLogo,
154+
},
141155
];
142156

143157
const EcosystemApps = () => {

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "sei-docs",
33
"version": "0.0.1",
44
"description": "Sei docs",
5+
"private": true,
56
"scripts": {
67
"dev": "next dev",
78
"build": "next build",

0 commit comments

Comments
 (0)