Skip to content

Commit

Permalink
add sky dollar usds listing
Browse files Browse the repository at this point in the history
  • Loading branch information
realdealshaman committed Sep 20, 2024
1 parent c07bc3e commit 43b9cf2
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/adapters/peggedAssets/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ import ausdagora from "./agora-dollar";
import opuscash from "./opus-cash";
import dyad from "./dyad";
import dckusd from "./dackie-usd";
import skydollar from "./usds"


export default {
Expand Down Expand Up @@ -416,5 +417,6 @@ export default {
"agora-dollar": ausdagora,
"opus-cash": opuscash,
"dyad": dyad,
"dackie-usd": dckusd
"dackie-usd": dckusd,
"usds": skydollar
};
File renamed without changes.
20 changes: 20 additions & 0 deletions src/peggedData/peggedData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4193,4 +4193,24 @@ export default [
twitter: "https://x.com/DackieSwap",
wiki: "https://docs.dackieswap.xyz/products/product-features/dackie-usd-dckusd#introduction",
},
{
id: "209",
name: "Sky Dollar",
address: "0xdc035d45d973e3ec169d2276ddab16f1e407384f",
symbol: "USDS",
url: "https://app.sky.money/",
description:
"USDS is the stablecoin of Sky Protocol, soft-pegged to the U.S. dollar and backed by surplus collateral",
mintRedeemDescription:
"Users can access Sky Protocol's liquidity pools through Sky.money to trade USDC, USDT, ETH, or SKY for USDS. They can also upgrade DAI to USDS",
onCoinGecko: "true",
gecko_id: "usds",
cmcId: "33039",
pegType: "peggedUSD",
pegMechanism: "crypto-backed",
auditLinks: null,
priceSource: "defillama",
twitter: "https://x.com/SkyEcosystem",
wiki: "https://sky.money/faq",
},
] as PeggedAsset[];

0 comments on commit 43b9cf2

Please sign in to comment.