diff --git a/components/EcosystemApps/EcosystemApps.tsx b/components/EcosystemApps/EcosystemApps.tsx index d4658168..758b5318 100644 --- a/components/EcosystemApps/EcosystemApps.tsx +++ b/components/EcosystemApps/EcosystemApps.tsx @@ -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; @@ -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)); diff --git a/pages/tools-and-resources.mdx b/pages/tools-and-resources.mdx index 9b226f6c..eb8839f8 100644 --- a/pages/tools-and-resources.mdx +++ b/pages/tools-and-resources.mdx @@ -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** diff --git a/public/assets/ecosystem/hoyu.jpeg b/public/assets/ecosystem/hoyu.jpeg new file mode 100644 index 00000000..5159c6a9 Binary files /dev/null and b/public/assets/ecosystem/hoyu.jpeg differ diff --git a/public/assets/ecosystem/jellyverse.png b/public/assets/ecosystem/jellyverse.png new file mode 100644 index 00000000..60bacebe Binary files /dev/null and b/public/assets/ecosystem/jellyverse.png differ diff --git a/public/assets/ecosystem/seicasino.png b/public/assets/ecosystem/seicasino.png new file mode 100644 index 00000000..0aeb44c5 Binary files /dev/null and b/public/assets/ecosystem/seicasino.png differ