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 17, 2025
1 parent 1c6ee0f commit 37cd9ad
Show file tree
Hide file tree
Showing 5 changed files with 67 additions and 0 deletions.
Binary file added defi/icons/citrex-markets.png
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/edbank.png
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/sailfish-finance.png
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/sailfish-finannce.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
67 changes: 67 additions & 0 deletions defi/src/protocols/data4.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1434,5 +1434,72 @@ const data4: Protocol[] = [
github: ["sonex-dex"],
listedAt: 1737126167
},
{
id: "5641",
name: "Citrex Markets",
address: null,
symbol: "-",
url: "https://app.citrex.markets/",
description:
"Citrex is a decentralised exchange offering low fee and fast CEX-like perpetual and spot trading from a self-custodial cross-margin account built on the Sei blockchain.Trade perps on your favourite assets like SEI, BTC, ETH, XRP or DOGE, with low fees.",
chain: "Sei",
logo: `${baseIconsUrl}/citrex-markets.png`,
audits: "0",
audit_note: null,
gecko_id: null,
cmcId: null,
category: "Derivatives",
chains: ["Sei"],
module: "citrex-markets/index.js",
twitter: "citrex_markets",
forkedFrom: [],
oracles: [],
listedAt: 1737129117
},
{
id: "5642",
name: "edBank",
address: null,
symbol: "-",
url: "https://edbank.xyz/",
description:
"EdBankDAO is a DeFi platform for the EduChain ecosystem. By utilizing a CDP (Collateralized Debt Position) protocol, EdBankDAO empowers EDU token holders to issue stablecoins backed by their assets",
chain: "EDU Chain",
logo: `${baseIconsUrl}/edbank.png`,
audits: "2",
audit_note: null,
gecko_id: null,
cmcId: null,
category: "CDP",
chains: ["EDU Chain"],
module: "edbank-xyz/index.js",
twitter: "edbankDao",
forkedFrom: [],
oracles: [],
audit_links: ["https://edbank.gitbook.io/edbank-docs/security/audit"],
listedAt: 1737129301
},
{
id: "5643",
name: "SailFish Finance",
address: null,
symbol: "-",
url: "https://sailfish.finance",
description:
"SailFish is the first DEX on Opencampus EDUCHAIN",
chain: "EDU Chain",
logo: `${baseIconsUrl}/sailfish-finance.png`,
audits: "0",
audit_note: null,
gecko_id: null,
cmcId: null,
category: "Dexes",
chains: ["EDU Chain"],
module: "sailfish-v3/index.js",
twitter: "SailFishFinance",
forkedFrom: ["Uniswap V3"],
oracles: [],
listedAt: 1737129307
},
];
export default data4;

0 comments on commit 37cd9ad

Please sign in to comment.