Skip to content

Commit

Permalink
add ape express listing
Browse files Browse the repository at this point in the history
  • Loading branch information
realdealshaman committed Nov 18, 2024
1 parent 6da06c3 commit f1cda75
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
Binary file added defi/icons/ape-express.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions defi/src/protocols/data3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60746,6 +60746,27 @@ const data3: Protocol[] = [
parentProtocol: "parent#ocelex",
listedAt: 1731946562
},
{
id: "5380",
name: "Ape Express",
address: null,
symbol: "-",
url: "https://ape.express/",
description: "The meme coin hub of ApeChain",
chain: "Apechain",
logo: `${baseIconsUrl}/ape-express.jpg`,
audits: "0",
audit_note: null,
gecko_id: null,
cmcId: null,
category: "Launchpad",
chains: ["Apechain"],
oracles: [],
forkedFrom: [],
module: "ape-express/index.js",
twitter: "ape_express_",
listedAt: 1731970105
},
];

export default data3;

0 comments on commit f1cda75

Please sign in to comment.