Skip to content

Commit

Permalink
Merge pull request #3688 from Define101/master
Browse files Browse the repository at this point in the history
listings
  • Loading branch information
Define101 committed Jul 11, 2023
2 parents 329c8dc + 8aba73c commit 99bed07
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 0 deletions.
Binary file added defi/icons/tendie-swap.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/tenx.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
42 changes: 42 additions & 0 deletions defi/src/protocols/data3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11328,6 +11328,48 @@ const data3: Protocol[] = [
oracles: [],
forkedFrom: [],
},
{
id: "3222",
name: "Tenx",
address: null,
symbol: "-",
url: "https://www.tenx.exchange/#/swap",
description: `Dex on Tenet`,
chain: "Tenet",
logo: `${baseIconsUrl}/tenx.jpg`,
audits: "0",
audit_note: null,
gecko_id: null,
cmcId: null,
category: "Dexes",
chains: ["Tenet"],
module: "tenx-exchange/index.js",
twitter: null,
oracles: [],
forkedFrom: [],
listedAt: 1689091199
},
{
id: "3223",
name: "Tendie Swap",
address: "tenet:0x0260F440AEa04a1690aB183Dd63C5596d66A9a43",
symbol: "TENDIES",
url: "https://tendieswap.app/#/swap",
description: `Launching the first Defi Hub on Tenet. Our goal is to be the main Defi hub on Tenet offering projects tools to bootstrap liquidity.`,
chain: "Tenet",
logo: `${baseIconsUrl}/tendie-swap.jpg`,
audits: "0",
audit_note: null,
gecko_id: null,
cmcId: null,
category: "Dexes",
chains: ["Tenet"],
module: "tendieswap-app/index.js",
twitter: "Tendieswap",
oracles: [],
forkedFrom: [],
listedAt: 1689091205
},
]

export default data3

0 comments on commit 99bed07

Please sign in to comment.