Skip to content

Commit

Permalink
Add more eco teams (#44)
Browse files Browse the repository at this point in the history
* Add stafi

* Update seicasino logo

* Fix fluid link

* Remove unused logo
  • Loading branch information
besated authored Apr 17, 2024
1 parent b5307bd commit 9f9d632
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion components/EcosystemApps/EcosystemApps.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ import seicasinoLogo from "../../public/assets/ecosystem/seicasino.png";
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";

interface App {
title: string;
Expand Down Expand Up @@ -79,7 +80,7 @@ const APPS: App[] = [
{
title: "Fluid",
description: "Interest free loans, backed by Sei",
href: "https://thefluid.xyz/",
href: "https://fluidex.metabest.tech/",
image: fluidLogo,
},
{
Expand Down Expand Up @@ -131,6 +132,12 @@ const APPS: App[] = [
href: "https://nfts2me.com/app/sei-devnet/",
image: nfts2meLogo,
},
{
title: "Stafi",
description: "LST protocol",
href: "https://test-app.stafi.io/gallery/evm/SEI/?net=SEI",
image: stafiLogo,
},
];

const EcosystemApps = () => {
Expand Down
Binary file modified public/assets/ecosystem/seicasino.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/ecosystem/stafi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9f9d632

Please sign in to comment.