Skip to content

Commit

Permalink
add new listing
Browse files Browse the repository at this point in the history
  • Loading branch information
realdealshaman committed Jan 6, 2025
1 parent 3d34e4a commit 9e88aea
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 0 deletions.
Binary file added defi/icons/aquadex.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added defi/icons/mantra-amm.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
45 changes: 45 additions & 0 deletions defi/src/protocols/data4.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,50 @@ const data4: Protocol[] = [
audit_links: ["https://docs.latch.io/overview/contracts-audit"],
listedAt: 1736110559
},
{
id: "5581",
name: "Aquadex",
address: null,
symbol: "-",
url: "https://aquadex.co/swap",
description:
"Decentralized exchange on Waterfall Network",
chain: "Waterfall",
logo: `${baseIconsUrl}/aquadex.jpg`,
audits: "0",
audit_note: null,
gecko_id: null,
cmcId: null,
category: "Dexes",
chains: ["Waterfall"],
oracles: [],
forkedFrom: [],
module: "aquadex-v3/index.js",
twitter: "waterfall_dag",
github: ["AquaDEX"],
listedAt: 1736174541
},
{
id: "5582",
name: "Mantra AMM",
address: null,
symbol: "-",
url: "https://mantra.zone/liquidity-pools",
description:
"Decentralized exchange on Mantra chain",
chain: "Mantra",
logo: `${baseIconsUrl}/mantra-amm.jpg`,
audits: "0",
audit_note: null,
gecko_id: null,
cmcId: null,
category: "Dexes",
chains: ["Mantra"],
oracles: [],
forkedFrom: [],
module: "mantra-amm/index.js",
twitter: "MANTRA_Chain",
listedAt: 1736174547
},
];
export default data4;

0 comments on commit 9e88aea

Please sign in to comment.