Skip to content

Commit

Permalink
add new listing
Browse files Browse the repository at this point in the history
  • Loading branch information
realdealshaman committed Nov 19, 2024
1 parent 2a31ab0 commit ba324d7
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 2 deletions.
2 changes: 1 addition & 1 deletion defi/dimension-adapters
Binary file added defi/icons/delea.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/ruscet.jpg
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/data3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60811,6 +60811,51 @@ const data3: Protocol[] = [
oracles: [],
listedAt: 1732016301
},
{
id: "5383",
name: "Delea",
address: null,
symbol: "-",
url: "https://delea.finance",
description:
"Deposit TON, mint the over-collateralized $DONE stablecoin, and seamlessly participate in DeFi without selling your assets",
chain: "TON",
logo: `${baseIconsUrl}/delea.jpg`,
audits: "0",
audit_note: null,
gecko_id: null,
cmcId: null,
category: "CDP",
chains: ["TON"],
module: "Delea/index.js",
twitter: "deleafinance",
forkedFrom: [],
oracles: [],
listedAt: 1732037858
},
{
id: "5384",
name: "Ruscet",
address: null,
symbol: "-",
url: " https://ruscet.xyz/",
description:
"Ruscet is a decentralized perpetuals exchange offering low-latency order execution, and unparalleled liquidity",
chain: "Fuel",
logo: `${baseIconsUrl}/ruscet.jpg`,
audits: "2",
audit_note: null,
gecko_id: null,
cmcId: null,
category: "Derivatives",
chains: ["Fuel"],
module: "ruscet/index.js",
twitter: "ruscetfi",
forkedFrom: [],
oracles: [],
audit_links: ["https://docs.ruscet.xyz/security/audits"],
listedAt: 1732038069
},

];

Expand Down

0 comments on commit ba324d7

Please sign in to comment.