Skip to content

Commit 42d2bd7

Browse files
add dllr listing
1 parent a7fdc59 commit 42d2bd7

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

src/adapters/peggedAssets/index.ts

+4-2
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,8 @@ import usdglo from "./glo-dollar";
156156
import vnxau from "./vnx-gold";
157157
import veur from "./vnx-euro";
158158
import vchf from "./vnx-swiss-franc";
159-
import usdrif from "./usd-rif"
159+
import usdrif from "./usd-rif";
160+
import dllr from "./sovryn-dollar"
160161

161162
export default {
162163
tether,
@@ -317,5 +318,6 @@ export default {
317318
"vnx-gold": vnxau,
318319
"vnx-euro": veur,
319320
"vnx-swiss-franc": vchf,
320-
"rif-us-dollar": usdrif
321+
"rif-us-dollar": usdrif,
322+
"sovryn-dollar": dllr
321323
};

src/peggedData/peggedData.ts

+20
Original file line numberDiff line numberDiff line change
@@ -3203,4 +3203,24 @@ export default [
32033203
twitter: "https://twitter.com/rifonchain",
32043204
wiki: null,
32053205
},
3206+
{
3207+
id: "160",
3208+
name: "Sovryn Dollar",
3209+
address: "rsk:0xc1411567d2670e24d9c4daaa7cda95686e1250aa",
3210+
symbol: "DLLR",
3211+
url: "https://sovryn.com/sovryn-dollar",
3212+
description:
3213+
"The Sovryn Dollar (DLLR) is an aggregation of purely BTC-backed “constituent” stablecoins into a single stablecoin",
3214+
mintRedeemDescription:
3215+
"The Sovryn Dollar (DLLR) is minted through Mynt, a smart contract system, by aggregating various BTC-backed stablecoins into a single, more resilient stablecoin",
3216+
onCoinGecko: false,
3217+
gecko_id: "sovryn-dollar",
3218+
cmcId: "27363",
3219+
pegType: "peggedUSD",
3220+
pegMechanism: "crypto-backed",
3221+
priceSource: "defillama",
3222+
auditLinks: null,
3223+
twitter: "https://twitter.com/SovrynBTC",
3224+
wiki: null,
3225+
},
32063226
] as PeggedAsset[];

0 commit comments

Comments
 (0)