File tree 6 files changed +6314
-6715
lines changed
6 files changed +6314
-6715
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ import hoyuLogo from "../../public/assets/ecosystem/hoyu.jpeg";
19
19
import superSeiyanBotLogo from "../../public/assets/ecosystem/superseiyanbot.jpeg" ;
20
20
import nfts2meLogo from "../../public/assets/ecosystem/nfts2me.png" ;
21
21
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" ;
22
24
23
25
interface App {
24
26
title : string ;
@@ -71,6 +73,12 @@ const APPS: App[] = [
71
73
href : "https://test.gamblino.app/" ,
72
74
image : gamblinoLogo ,
73
75
} ,
76
+ {
77
+ title : "Silo" ,
78
+ description : "Liquid staking and MEV on Sei" ,
79
+ href : "https://silo-evm.dc37hw5o72ljt.amplifyapp.com/" ,
80
+ image : siloLogo ,
81
+ } ,
74
82
{
75
83
title : "Camel" ,
76
84
description : "Sei's liquidity oasis" ,
@@ -138,6 +146,12 @@ const APPS: App[] = [
138
146
href : "https://test-app.stafi.io/gallery/evm/SEI/?net=SEI" ,
139
147
image : stafiLogo ,
140
148
} ,
149
+ {
150
+ title : "Vermillion" ,
151
+ description : "Next-gen AMM and stablecoin" ,
152
+ href : "https://app.vermillion.finance/swap" ,
153
+ image : vermillionLogo ,
154
+ } ,
141
155
] ;
142
156
143
157
const EcosystemApps = ( ) => {
Original file line number Diff line number Diff line change 2
2
"name" : " sei-docs" ,
3
3
"version" : " 0.0.1" ,
4
4
"description" : " Sei docs" ,
5
+ "private" : true ,
5
6
"scripts" : {
6
7
"dev" : " next dev" ,
7
8
"build" : " next build" ,
You can’t perform that action at this time.
0 commit comments