Skip to content

Commit 973e0fc

Browse files
authored
Add more eco teams (#44)
* Add stafi * Update seicasino logo * Fix fluid link * Remove unused logo
1 parent 2d49d40 commit 973e0fc

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

Diff for: components/EcosystemApps/EcosystemApps.tsx

+8-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ import seicasinoLogo from "../../public/assets/ecosystem/seicasino.png";
1818
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";
21+
import stafiLogo from "../../public/assets/ecosystem/stafi.png";
2122

2223
interface App {
2324
title: string;
@@ -79,7 +80,7 @@ const APPS: App[] = [
7980
{
8081
title: "Fluid",
8182
description: "Interest free loans, backed by Sei",
82-
href: "https://thefluid.xyz/",
83+
href: "https://fluidex.metabest.tech/",
8384
image: fluidLogo,
8485
},
8586
{
@@ -131,6 +132,12 @@ const APPS: App[] = [
131132
href: "https://nfts2me.com/app/sei-devnet/",
132133
image: nfts2meLogo,
133134
},
135+
{
136+
title: "Stafi",
137+
description: "LST protocol",
138+
href: "https://test-app.stafi.io/gallery/evm/SEI/?net=SEI",
139+
image: stafiLogo,
140+
},
134141
];
135142

136143
const EcosystemApps = () => {

Diff for: public/assets/ecosystem/seicasino.png

-27.8 KB
Loading

Diff for: public/assets/ecosystem/stafi.png

116 KB
Loading

0 commit comments

Comments
 (0)