diff --git a/src/assets/images/apps/beeswap.png b/src/assets/images/apps/beeswap.png new file mode 100644 index 0000000000000000000000000000000000000000..c5c4b36a6ec4cb4b5008f6a51369bd770484d121 Binary files /dev/null and b/src/assets/images/apps/beeswap.png differ diff --git a/src/assets/images/apps/hiveanalytics.png b/src/assets/images/apps/hiveanalytics.png new file mode 100644 index 0000000000000000000000000000000000000000..c4029c609ddbf1b5253e971246de1d9495f341cd Binary files /dev/null and b/src/assets/images/apps/hiveanalytics.png differ diff --git a/src/assets/images/apps/snapie.png b/src/assets/images/apps/snapie.png new file mode 100644 index 0000000000000000000000000000000000000000..7576155b61d2475422bf9a606ec6d3bf87720add Binary files /dev/null and b/src/assets/images/apps/snapie.png differ diff --git a/src/helpers/ecosystem.ts b/src/helpers/ecosystem.ts index daca1d8d47abd132678b6740362c7a25d4ffd7a2..15f3703470d0df5455f3de3ad28b3199e6b5a13b 100644 --- a/src/helpers/ecosystem.ts +++ b/src/helpers/ecosystem.ts @@ -268,13 +268,13 @@ export const ECOSYSTEM: IEcoItem[] = [ featured: false, }, { - id: 'dcity', - name: 'dCity', - description: 'Build your dCITY on NFT assets.', - image: 'dcity.png', - website: 'https://dcity.io', - types: [EcoType.game, EcoType.nft], - featured: false, + id: 'beeswap', + name: 'BeeSwap', + description: 'A Hive browser wallet and Hive Engine DeFi application for inexpensive deposits and withdrawals to Hive Engine.', + image: 'beeswap.png', + website: 'https://beeswap.dcity.io/convert', + types: [EcoType.defi], + featured: true, }, { @@ -287,15 +287,15 @@ export const ECOSYSTEM: IEcoItem[] = [ types: [EcoType.game], featured: false, }, - { - id: 'nftmart', - name: 'NFTMart', - description: 'An NFT market for Hive. Mostly card games.', - image: 'nftmart.png', - website: 'https://nftm.art/', - types: [EcoType.nft], - featured: false, - }, + // { + // id: 'nftmart', + // name: 'NFTMart', + // description: 'An NFT market for Hive. Mostly card games.', + // image: 'nftmart.png', + // website: 'https://nftm.art/', + // types: [EcoType.nft], + // featured: false, + // }, { id: 'vimm', name: 'Vimm', @@ -515,16 +515,16 @@ export const ECOSYSTEM: IEcoItem[] = [ types: [EcoType.tools, EcoType.defi, EcoType.nft], featured: false, }, - { - id: 'immortalcreed', - name: 'Immortal Creed', - description: - 'A trading card game set in a fantasy themed world integrated with blockchain technology. This allows you, the player, to earn, own and trade your game characters, weapons, equipment and currencies.', - image: 'immortalcreed.png', - website: 'https://immortalcreed.io', - types: [EcoType.game, EcoType.nft], - featured: false, - }, + // { + // id: 'immortalcreed', + // name: 'Immortal Creed', + // description: + // 'A trading card game set in a fantasy themed world integrated with blockchain technology. This allows you, the player, to earn, own and trade your game characters, weapons, equipment and currencies.', + // image: 'immortalcreed.png', + // website: 'https://immortalcreed.io', + // types: [EcoType.game, EcoType.nft], + // featured: false, + //}, { id: 'arcadecolony', name: 'Arcade Colony', @@ -570,6 +570,25 @@ export const ECOSYSTEM: IEcoItem[] = [ website: 'https://surgent-gaming-marketplace.vercel.app/', types: [EcoType.game], }, + { + id: 'snapie', + name: 'Snapie', + description: + 'Snapie brings social media to the blockchain.', + image: 'snapie.png', + website: 'https://snapie.xyz/', + types: [EcoType.social], + }, + { + id: 'hive-analytics', + name: 'Hive Analytics', + description: + 'Real-time blockchain intelligence for the Hive ecosystem.', + image: 'hiveanalytics.png', + website: 'https://hiveanalytics.usehive.com/', + types: [EcoType.tools], + }, + ].concat(BLOCKEXPLORERS as any) export const TYPE_COLORS = {