File tree 3 files changed +8
-1
lines changed
3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ import seicasinoLogo from "../../public/assets/ecosystem/seicasino.png";
18
18
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
+ import stafiLogo from "../../public/assets/ecosystem/stafi.png" ;
21
22
22
23
interface App {
23
24
title : string ;
@@ -79,7 +80,7 @@ const APPS: App[] = [
79
80
{
80
81
title : "Fluid" ,
81
82
description : "Interest free loans, backed by Sei" ,
82
- href : "https://thefluid.xyz /" ,
83
+ href : "https://fluidex.metabest.tech /" ,
83
84
image : fluidLogo ,
84
85
} ,
85
86
{
@@ -131,6 +132,12 @@ const APPS: App[] = [
131
132
href : "https://nfts2me.com/app/sei-devnet/" ,
132
133
image : nfts2meLogo ,
133
134
} ,
135
+ {
136
+ title : "Stafi" ,
137
+ description : "LST protocol" ,
138
+ href : "https://test-app.stafi.io/gallery/evm/SEI/?net=SEI" ,
139
+ image : stafiLogo ,
140
+ } ,
134
141
] ;
135
142
136
143
const EcosystemApps = ( ) => {
You can’t perform that action at this time.
0 commit comments