Skip to content

Commit 9c61427

Browse files
authored
Merge pull request #245 from Define101/master
Listing xusd
2 parents 1c2028f + c40bb1a commit 9c61427

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

src/adapters/peggedAssets/index.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ import vchf from "./vnx-swiss-franc";
159159
import usdrif from "./usd-rif";
160160
import dllr from "./sovryn-dollar"
161161
import eurd from "./quantoz-eurd";
162+
import xusd from "./xusd"
162163

163164
export default {
164165
tether,
@@ -321,5 +322,6 @@ export default {
321322
"vnx-swiss-franc": vchf,
322323
"rif-us-dollar": usdrif,
323324
"sovryn-dollar": dllr,
324-
"quantoz-eurd": eurd
325+
"quantoz-eurd": eurd,
326+
"xusd-fake": xusd
325327
};

src/peggedData/peggedData.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -3254,8 +3254,8 @@ export default [
32543254
mintRedeemDescription:
32553255
"Its purpose is to act as a trustless stablecoin translation device - meaning it facilitates the conversion of multiple USD-pegged stablecoins with each other at a fixed 1:1 ratio.",
32563256
onCoinGecko: false,
3257-
gecko_id: "",
3258-
cmcId: "",
3257+
gecko_id: "xusd-fake", //fake coingecko
3258+
cmcId: null,
32593259
pegType: "peggedUSD",
32603260
pegMechanism: "crypto-backed",
32613261
priceSource: "defillama",

0 commit comments

Comments
 (0)