Skip to content

Commit

Permalink
Add DexHunter showcase (#1159)
Browse files Browse the repository at this point in the history
Co-authored-by: fill-the-fill <[email protected]>
Co-authored-by: Robert Phair <[email protected]>
  • Loading branch information
3 people authored Oct 8, 2023
1 parent af1ef68 commit 34dc159
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Binary file added src/data/showcase/dexhunter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions src/data/showcases.js
Original file line number Diff line number Diff line change
Expand Up @@ -1198,6 +1198,15 @@ export const Showcases = [
source: null,
tags: ["wallet", "nftsupport"],
},
{
title: "DexHunter",
description:
"DexHunter is a decentralized exchange aggregator with real-time alerts and an easy to use interface.",
preview: require("./showcase/dexhunter.png"),
website: "https://www.dexhunter.io/",
source: null,
tags: ["dex", "token"],
},
];

export const TagList = Object.keys(Tags);
Expand Down

0 comments on commit 34dc159

Please sign in to comment.