Skip to content

Commit

Permalink
add more eco teams and update builders link (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
besated authored Apr 10, 2024
1 parent 80e2817 commit 7540676
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 4 deletions.
25 changes: 22 additions & 3 deletions components/EcosystemApps/EcosystemApps.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ import fluidLogo from "../../public/assets/ecosystem/fluid.png";
import belugasLogo from "../../public/assets/ecosystem/belugas.png";
import squaredLabsLogo from "../../public/assets/ecosystem/squared-labs.jpeg";
import seijinLogo from "../../public/assets/ecosystem/seijin.png";
import metamaskLogo from "../../public/assets/ecosystem/metamask.jpeg";
import compassLogo from "../../public/assets/ecosystem/compass.jpeg";
import finLogo from "../../public/assets/ecosystem/fin.jpeg";
import predxLogo from "../../public/assets/ecosystem/predx.jpeg";
import yakaLogo from "../../public/assets/ecosystem/yaka.jpeg";
import webumpLogo from "../../public/assets/ecosystem/webump.jpeg";
import accumulatedLogo from "../../public/assets/ecosystem/accumulated.jpeg";
import mambaLogo from "../../public/assets/ecosystem/mamba.png";
import jellyverseLogo from "../../public/assets/ecosystem/jellyverse.png";
import seicasinoLogo from "../../public/assets/ecosystem/seicasino.png";
import hoyuLogo from "../../public/assets/ecosystem/hoyu.jpeg";

interface App {
title: string;
Expand Down Expand Up @@ -98,6 +98,25 @@ const APPS: App[] = [
href: "https://www.mambaswap.io/",
image: mambaLogo,
},
{
title: "JellyVerse",
description: "Smart order router",
href: "https://jelly-verse-sei.vercel.app/jellyswap",
image: jellyverseLogo,
},
{
title: "SeiCasino",
description: "Full-featured casino built natively on Sei",
href: "https://seicasino.io",
image: seicasinoLogo,
},
{
title: "Hoyu",
description:
"DeFi protocol uniting lending and trading markets to give every token new utility as safe collateral",
href: "https://arctic.hoyu.io",
image: hoyuLogo,
},
];

APPS.sort((a, b) => a.title.localeCompare(b.title));
Expand Down
2 changes: 1 addition & 1 deletion pages/tools-and-resources.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Here, you'll find a curated list of development tools, public endpoints for test
Below, we've listed essential tools for both EVM and CosmWasm environments to help you build, deploy, and manage your applications and smart contracts.

- [Seiyanization](https://seiyanization.com/): Discover guides, products, and tools to help you get started on Sei
- [Sei Ecosystem Builders Toolkit](https://www.notion.so/3pgv/Sei-Ecosystem-Builders-Toolkit-1f0f92327d08495ea46f82a47048700b): Onboarding guide to help you build successfully on Sei
- [Sei Ecosystem Builders Toolkit](https://sei-builders-toolkit.notion.site/Sei-Ecosystem-Builders-Toolkit-836deaebca204452909d0bf9365d8116): Onboarding guide to help you build successfully on Sei

**EVM**

Expand Down
Binary file added public/assets/ecosystem/hoyu.jpeg
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/jellyverse.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/seicasino.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 7540676

Please sign in to comment.