Skip to content
Snippets Groups Projects
Commit 8ea85a09 authored by RK's avatar RK
Browse files

Merge branch 'develop' into 'master'

Minor updates

See merge request !218
parents 157b0080 2a715c2b
No related branches found
No related tags found
1 merge request!218Minor updates
File added
src/assets/images/exchanges/leodex.webp

2.07 KiB

...@@ -63,12 +63,12 @@ export const ECOSYSTEM: IEcoItem[] = [ ...@@ -63,12 +63,12 @@ export const ECOSYSTEM: IEcoItem[] = [
featured: true, featured: true,
}, },
{ {
id: 'leofinance', id: 'inleo',
name: 'LeoFinance', name: 'InLeo',
description: description:
'A social platform where users get paid for creating, and interacting with crypto and finance content.', 'A social media platform focused on use-owned content and decentralized monetization.',
image: 'leofinance.png', image: 'inleo.avif',
website: 'https://leofinance.io', website: 'https://inleo.io',
types: [EcoType.social], types: [EcoType.social],
featured: true, featured: true,
}, },
...@@ -472,7 +472,7 @@ export const ECOSYSTEM: IEcoItem[] = [ ...@@ -472,7 +472,7 @@ export const ECOSYSTEM: IEcoItem[] = [
description: description:
'King of Duels brings players a complete PvP gaming experience from day one.', 'King of Duels brings players a complete PvP gaming experience from day one.',
image: 'king-of-duels.svg', image: 'king-of-duels.svg',
website: 'https://kod.up.railway.app/', website: 'https://www.kingofduels.online/',
types: [EcoType.game], types: [EcoType.game],
featured: false, featured: false,
}, },
......
...@@ -116,6 +116,12 @@ export const EXCHANGES = [ ...@@ -116,6 +116,12 @@ export const EXCHANGES = [
website: 'https://www.jbex.com/exchange/HIVE/USDT', website: 'https://www.jbex.com/exchange/HIVE/USDT',
image: 'jucoin.png', image: 'jucoin.png',
}, },
{
id: 'leodex',
name: 'LeoDex',
website: 'https://leodex.io/',
image: 'leodex.webp',
},
{ {
id: 'mexc', id: 'mexc',
name: 'MEXC', name: 'MEXC',
......
...@@ -95,11 +95,11 @@ export const WALLETS: IWallet[] = [ ...@@ -95,11 +95,11 @@ export const WALLETS: IWallet[] = [
github: 'https://github.com/stoodkev/hive-keychain', github: 'https://github.com/stoodkev/hive-keychain',
}, },
{ {
id: 'leofinance', id: 'inleo',
name: 'LeoFinance', name: 'InLeo',
image: 'leofinance.png', image: 'inleo.avif',
os: [os.web], os: [os.web],
website: 'https://leofinance.io', website: 'https://inleo.io',
types: ['wallet'], types: ['wallet'],
closedSource: true, closedSource: true,
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment