Skip to content

Commit

Permalink
Merge pull request #9004 from Define101/master
Browse files Browse the repository at this point in the history
listings
  • Loading branch information
Define101 authored Jan 8, 2025
2 parents 47a0e15 + c9ea5d1 commit 2f03ef6
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 0 deletions.
Binary file added defi/icons/nodo-global.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/verus-market.png
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 @@ -518,5 +518,50 @@ const data4: Protocol[] = [
module: "dummy.js",
twitter: "CreatorBid",
},
{
id: "5601",
name: "Verus Market",
address: null,
symbol: "-",
url: "https://eth.verusbridge.io/",
description:
"Dexes on Verus chain",
chain: "Verus",
logo: `${baseIconsUrl}/verus-market.jpg`,
audits: "0",
audit_note: null,
gecko_id: null,
cmcId: null,
category: "Dexes",
chains: ["Verus"],
oracles: [],
forkedFrom: [],
module: "verus-market/index.js",
twitter: "VerusCoin",
listedAt: 1736335147
},
{
id: "5602",
name: "NODO Global",
address: null,
symbol: "-",
url: "https://nodo.xyz",
description:
"NODO is an omnichain AI-driven social copytrading ecosystem with real-time, instant-payout price prediction markets",
chain: "Avalanche",
logo: `${baseIconsUrl}/nodo-global.jpg`,
audits: "0",
audit_note: null,
gecko_id: null,
cmcId: null,
category: "Trading App",
chains: ["Avalanche", "Polygon", "Base", "Binance", "Celo"],
oracles: [],
forkedFrom: [],
module: "nodo/index.js",
twitter: "Official_NODO",
github: ["NODO-xyz"],
listedAt: 1736335147
},
];
export default data4;

0 comments on commit 2f03ef6

Please sign in to comment.