Skip to content

Commit

Permalink
Merge pull request #245 from Define101/master
Browse files Browse the repository at this point in the history
Listing xusd
  • Loading branch information
Define101 authored Feb 22, 2024
2 parents 1c2028f + c40bb1a commit 9c61427
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion src/adapters/peggedAssets/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ import vchf from "./vnx-swiss-franc";
import usdrif from "./usd-rif";
import dllr from "./sovryn-dollar"
import eurd from "./quantoz-eurd";
import xusd from "./xusd"

export default {
tether,
Expand Down Expand Up @@ -321,5 +322,6 @@ export default {
"vnx-swiss-franc": vchf,
"rif-us-dollar": usdrif,
"sovryn-dollar": dllr,
"quantoz-eurd": eurd
"quantoz-eurd": eurd,
"xusd-fake": xusd
};
4 changes: 2 additions & 2 deletions src/peggedData/peggedData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3254,8 +3254,8 @@ export default [
mintRedeemDescription:
"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.",
onCoinGecko: false,
gecko_id: "",
cmcId: "",
gecko_id: "xusd-fake", //fake coingecko
cmcId: null,
pegType: "peggedUSD",
pegMechanism: "crypto-backed",
priceSource: "defillama",
Expand Down

0 comments on commit 9c61427

Please sign in to comment.