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 10, 2025
1 parent 8268038 commit 188cde1
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 2 deletions.
Binary file added defi/icons/crypto-valley-exchange.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/sophon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
46 changes: 45 additions & 1 deletion defi/src/protocols/data4.ts
Original file line number Diff line number Diff line change
Expand Up @@ -693,10 +693,54 @@ const data4: Protocol[] = [
category: "Derivatives",
chains: ["Sonic"],
oracles: ["Pyth"], // https://sonicscan.org/address/0xe9263682e837efabb145f8c632b9d2c518d90652#code
forkedFrom: ["GMX V1"],
forkedFrom: [],
module: "navigator/index.js",
twitter: "NaviExSonic",
listedAt: 1736432817
},
{
id: "5609",
name: "Sophon Bridge",
address: null,
symbol: "-",
url: "https://sophon.xyz/",
description:
"Sophon is a ZK chain",
chain: "Ethereum",
logo: `${baseIconsUrl}/sophon.png`,
audits: "0",
audit_note: null,
gecko_id: null,
cmcId: null,
category: "Chain",
chains: ["Ethereum"],
oracles: [],
forkedFrom: [],
module: "sophon/index.js",
twitter: "sophon",
listedAt: 1736469229
},
{
id: "5610",
name: "Crypto Valley Exchange",
address: null,
symbol: "-",
url: "https://cvex.xyz/",
description:
"Ultimate (or Decentralised) platform for crypto futures and options trading. Enjoy low fees, efficient risk management, and the freedom to trade directly from your wallet. Built for power and designed for simplicity, CVEX is your gateway to smarter trading",
chain: "Arbitrum",
logo: `${baseIconsUrl}/crypto-valley-exchange.png`,
audits: "0",
audit_note: null,
gecko_id: null,
cmcId: null,
category: "Derivatives",
chains: ["Arbitrum"],
oracles: ["Internal"], // https://github.com/DefiLlama/DefiLlama-Adapters/pull/13046
forkedFrom: [],
module: "cvex/index.js",
twitter: "cvex_xyz",
listedAt: 1736469235
},
];
export default data4;

0 comments on commit 188cde1

Please sign in to comment.