From 30408c3b929e35f96e17c6dc362eebe26c8291bc Mon Sep 17 00:00:00 2001
From: RK <guiltyparties@protonmail.com>
Date: Sat, 12 Oct 2024 01:07:59 +0000
Subject: [PATCH] Update ecosystem.ts

---
 src/helpers/ecosystem.ts | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/helpers/ecosystem.ts b/src/helpers/ecosystem.ts
index 7ccc4ee..61a90ba 100644
--- a/src/helpers/ecosystem.ts
+++ b/src/helpers/ecosystem.ts
@@ -221,12 +221,12 @@ export const ECOSYSTEM: IEcoItem[] = [
   //   types: [EcoType.tools],
   // },
   {
-    id: 'cubfi',
-    name: 'CubFinance',
+    id: 'leodex',
+    name: 'LeoDex',
     description:
-      'A DeFi derivatives platform operating bHIVE and bHBD on the BSC Blockchain where users can wrap HIVE & HBD to provide liquidity and trade',
-    image: 'CUB.svg',
-    website: 'https://cubdefi.com/',
+      'Trade HIVE to and from the top crypto assets in the world like BTC, ETH, DASH and more. LeoDex is a DEX Web app for cross-chain trading that prioritizes a seamless User Experience with a clean and intuitive Interface as a non-custodial decentralized exchange. Trading across blockchains on LeoDex is extremely easy and can be done using Maya Protocol and Hive Aggregation Technology.',
+    image: 'LeoDex.png',
+    website: 'https://leodex.io/',
     types: [EcoType.defi],
     featured: false,
   },
-- 
GitLab