diff --git a/defi/icons/aquadex.jpg b/defi/icons/aquadex.jpg new file mode 100644 index 0000000000..d9e949384a Binary files /dev/null and b/defi/icons/aquadex.jpg differ diff --git a/defi/icons/mantra-amm.jpg b/defi/icons/mantra-amm.jpg new file mode 100644 index 0000000000..773586a2c5 Binary files /dev/null and b/defi/icons/mantra-amm.jpg differ diff --git a/defi/src/protocols/data4.ts b/defi/src/protocols/data4.ts index e5cb550764..b0f951311e 100644 --- a/defi/src/protocols/data4.ts +++ b/defi/src/protocols/data4.ts @@ -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;