Skip to content

Commit

Permalink
add new listings
Browse files Browse the repository at this point in the history
  • Loading branch information
realdealshaman committed Jan 7, 2025
1 parent 4584125 commit 3dda37f
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 1 deletion.
2 changes: 1 addition & 1 deletion defi/DefiLlama-Adapters
Binary file added defi/icons/dappos.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/neptune.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
44 changes: 44 additions & 0 deletions defi/src/protocols/data4.ts
Original file line number Diff line number Diff line change
Expand Up @@ -411,5 +411,49 @@ const data4: Protocol[] = [
},
listedAt: 1736249628
},
{
id: "5596",
name: "Neptune",
address: null,
symbol: "-",
url: "https://nep.finance/",
description:
"The Premier DEX on Swellchain",
chain: "Swellchain",
logo: `${baseIconsUrl}/neptune.jpg`,
audits: "0",
audit_note: null,
gecko_id: null,
cmcId: null,
category: "Dexes",
chains: ["Swellchain"],
oracles: [],
forkedFrom: ["Uniswap V2"],
module: "neptune/index.js",
twitter: "NepFinance",
listedAt: 1736278247
},
{
id: "5597",
name: "dappOS",
address: null,
symbol: "-",
url: "https://dappos.com/",
description:
"dappOS is an intent execution network",
chain: "Op_Bnb",
logo: `${baseIconsUrl}/dappos.jpg`,
audits: "0",
audit_note: null,
gecko_id: null,
cmcId: null,
category: "Cross Chain",
chains: ["Op_Bnb"],
oracles: [],
forkedFrom: [],
module: "dummy.js",
twitter: "dappOS_com",
listedAt: 1736278251
},
];
export default data4;

0 comments on commit 3dda37f

Please sign in to comment.