Skip to content

Commit

Permalink
add dllr listing
Browse files Browse the repository at this point in the history
  • Loading branch information
realdealshaman committed Feb 21, 2024
1 parent a7fdc59 commit 42d2bd7
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/adapters/peggedAssets/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,8 @@ import usdglo from "./glo-dollar";
import vnxau from "./vnx-gold";
import veur from "./vnx-euro";
import vchf from "./vnx-swiss-franc";
import usdrif from "./usd-rif"
import usdrif from "./usd-rif";
import dllr from "./sovryn-dollar"

export default {
tether,
Expand Down Expand Up @@ -317,5 +318,6 @@ export default {
"vnx-gold": vnxau,
"vnx-euro": veur,
"vnx-swiss-franc": vchf,
"rif-us-dollar": usdrif
"rif-us-dollar": usdrif,
"sovryn-dollar": dllr
};
20 changes: 20 additions & 0 deletions src/peggedData/peggedData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3203,4 +3203,24 @@ export default [
twitter: "https://twitter.com/rifonchain",
wiki: null,
},
{
id: "160",
name: "Sovryn Dollar",
address: "rsk:0xc1411567d2670e24d9c4daaa7cda95686e1250aa",
symbol: "DLLR",
url: "https://sovryn.com/sovryn-dollar",
description:
"The Sovryn Dollar (DLLR) is an aggregation of purely BTC-backed “constituent” stablecoins into a single stablecoin",
mintRedeemDescription:
"The Sovryn Dollar (DLLR) is minted through Mynt, a smart contract system, by aggregating various BTC-backed stablecoins into a single, more resilient stablecoin",
onCoinGecko: false,
gecko_id: "sovryn-dollar",
cmcId: "27363",
pegType: "peggedUSD",
pegMechanism: "crypto-backed",
priceSource: "defillama",
auditLinks: null,
twitter: "https://twitter.com/SovrynBTC",
wiki: null,
},
] as PeggedAsset[];

0 comments on commit 42d2bd7

Please sign in to comment.