Skip to content

Commit

Permalink
add new pegged asset
Browse files Browse the repository at this point in the history
  • Loading branch information
realdealshaman committed Aug 28, 2024
1 parent 9542066 commit e0f9a09
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions src/peggedData/peggedData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4133,4 +4133,24 @@ export default [
twitter: "https://x.com/withAUSD",
wiki: null,
},
{
id: "206",
name: "Opus CASH",
address: "starknet:0x0498edfaf50ca5855666a700c25dd629d577eb9afccdf3b5977aec79aee55ada",
symbol: "CASH",
url: "https://www.opus.money/",
description:
"To mint CASH, you need to first deposit collateral into Opus. You will then be able to borrow CASH at a given interest rate up to the liquidation limit. The interest rate and liquidation limit are both determined by the profile of your deposited collateral",
mintRedeemDescription:
"Users deposite USD and than mint aUSD",
onCoinGecko: "true",
gecko_id: "opus-cash",
cmcId: null,
pegType: "peggedUSD",
pegMechanism: "crypto-backed",
auditLinks: null,
priceSource: "defillama",
twitter: "https://x.com/OpusMoney",
wiki: null,
},
] as PeggedAsset[];

0 comments on commit e0f9a09

Please sign in to comment.