From 2e77e8e8e75e0a1beea7d6be75f341ff2773d54f Mon Sep 17 00:00:00 2001 From: saito Date: Fri, 7 Nov 2025 09:44:39 +0900 Subject: [PATCH] add PumpSpace & AquaBank protocol(adapters merged) --- defi/src/protocols/data5.ts | 40 +++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/defi/src/protocols/data5.ts b/defi/src/protocols/data5.ts index 1efaf864ea..2dbce02b15 100644 --- a/defi/src/protocols/data5.ts +++ b/defi/src/protocols/data5.ts @@ -1835,5 +1835,45 @@ const data5: Protocol[] = [ audit_links: [], listedAt: 1762463492, }, + { + id: "6973", + name: "PumpSpace", + address: null, + symbol: "SHELL", + url: "https://pumpspace.io/", + description: "PumpSpace is a decentralized liquidity platform on Avalanche supporting both V2 and V3 (Trident) AMM models, offering multi-token farms and on-chain yield optimization for community-driven tokens.", + chain: "Avalanche", + logo: `${baseIconsUrl}/pumpspace.png`, + audits: "2", + audit_note: null, + gecko_id: "", + cmcId: "", + category: "Dexes", + chains: ["Avalanche"], + oracles: ["TWAP"], + forkedFrom: ["Uniswap V2", "Sushi Trident"], + module: "pumpspace/index.js", + twitter: "pumpspace10000", + audit_links: ["https://www.cyberscope.io/audits/pumpspace?assessmentIndex=1https://github.com/cyberscope-io/audits/blob/main/pumpspace/dexAudit.pdf"], + }, + { + id: "6974", + name: "AquaBank", + address: null, + symbol: "bUSDT", + url: "https://aquabank.io/", + description: "AquaBank is a USDT deposit and yield system on Avalanche that automatically generates returns through trusted DeFi protocols like Benqi and Euler.", + chain: "Avalanche", + logo: `${baseIconsUrl}/aquabank.png`, + audits: "2", + audit_note: null, + gecko_id: "", + cmcId: "", + category: "Yield", + chains: ["Avalanche"], + module: "aquaspace/index.js", + twitter: "Aquabank2025", + audit_links: ["https://github.com/cyberscope-io/audits/blob/main/ab/audit.pdf"], + }, ]; export default data5;