diff --git a/src/assets/images/apps/inleo.avif b/src/assets/images/apps/inleo.avif
new file mode 100644
index 0000000000000000000000000000000000000000..9c7b1adcf5c05718f201e147bbff28765f2af424
Binary files /dev/null and b/src/assets/images/apps/inleo.avif differ
diff --git a/src/assets/images/exchanges/leodex.webp b/src/assets/images/exchanges/leodex.webp
new file mode 100644
index 0000000000000000000000000000000000000000..9e96b4dffdd498156c13c62c8006f9fa5f990be6
Binary files /dev/null and b/src/assets/images/exchanges/leodex.webp differ
diff --git a/src/helpers/ecosystem.ts b/src/helpers/ecosystem.ts
index 6a52c9cac18ec1f3c6dd594afaf02be16b2aa023..daca1d8d47abd132678b6740362c7a25d4ffd7a2 100644
--- a/src/helpers/ecosystem.ts
+++ b/src/helpers/ecosystem.ts
@@ -63,12 +63,12 @@ export const ECOSYSTEM: IEcoItem[] = [
     featured: true,
   },
   {
-    id: 'leofinance',
-    name: 'LeoFinance',
+    id: 'inleo',
+    name: 'InLeo',
     description:
-      'A social platform where users get paid for creating, and interacting with crypto and finance content.',
-    image: 'leofinance.png',
-    website: 'https://leofinance.io',
+      'A social media platform focused on use-owned content and decentralized monetization.',
+    image: 'inleo.avif',
+    website: 'https://inleo.io',
     types: [EcoType.social],
     featured: true,
   },
@@ -472,7 +472,7 @@ export const ECOSYSTEM: IEcoItem[] = [
     description:
       'King of Duels brings players a complete PvP gaming experience from day one.',
     image: 'king-of-duels.svg',
-    website: 'https://kod.up.railway.app/',
+    website: 'https://www.kingofduels.online/',
     types: [EcoType.game],
     featured: false,
   },
diff --git a/src/helpers/exchanges.ts b/src/helpers/exchanges.ts
index ee52c7d20b57d0a29edf01504f5e902ae221afc4..0fbb050477ada139eda3bc6b28be5cde88b65fb1 100644
--- a/src/helpers/exchanges.ts
+++ b/src/helpers/exchanges.ts
@@ -116,6 +116,12 @@ export const EXCHANGES = [
     website: 'https://www.jbex.com/exchange/HIVE/USDT',
     image: 'jucoin.png',
   },
+  {
+    id: 'leodex',
+    name: 'LeoDex',
+    website: 'https://leodex.io/',
+    image: 'leodex.webp',
+  },
   {
     id: 'mexc',
     name: 'MEXC',
diff --git a/src/helpers/wallets.ts b/src/helpers/wallets.ts
index 12bcc87b9cd82a8606985b4d3f1e5dbe24554bfb..ee59fe2949c8dbf5c5317a49c4577162e6eda985 100644
--- a/src/helpers/wallets.ts
+++ b/src/helpers/wallets.ts
@@ -95,11 +95,11 @@ export const WALLETS: IWallet[] = [
     github: 'https://github.com/stoodkev/hive-keychain',
   },
   {
-    id: 'leofinance',
-    name: 'LeoFinance',
-    image: 'leofinance.png',
+    id: 'inleo',
+    name: 'InLeo',
+    image: 'inleo.avif',
     os: [os.web],
-    website: 'https://leofinance.io',
+    website: 'https://inleo.io',
     types: ['wallet'],
     closedSource: true,
   },