Skip to content

Commit

Permalink
update listing
Browse files Browse the repository at this point in the history
  • Loading branch information
realdealshaman committed Feb 22, 2024
1 parent 890c5fb commit dd21784
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions src/adapters/peggedAssets/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +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";
import xusd from "./babelfish-xusd";
import ultra from "./ultra"

export default {
Expand Down Expand Up @@ -324,6 +324,6 @@ export default {
"rif-us-dollar": usdrif,
"sovryn-dollar": dllr,
"quantoz-eurd": eurd,
"xusd-fake": xusd,
"babelfish-xusd": xusd,
"ultra": ultra
};
10 changes: 5 additions & 5 deletions src/peggedData/peggedData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3245,22 +3245,22 @@ export default [
},
{
id: "162",
name: "XUSD",
address: "rsk:0xb5999795be0ebb5bab23144aa5fd6a02d080299f",
name: "BabelFish XUSD",
address: "rsk:0xb5999795BE0eBb5BAb23144Aa5fD6a02d080299f",
symbol: "XUSD",
url: "https://wiki.sovryn.com/en/technical-documents/xusd-overview",
url: "https://babelfish.money/",
description:
"XUSD is a USD-pegged stablecoin aggregator of the Babelfish protocol",
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: "xusd-fake", //fake coingecko
gecko_id: "babelfish-xusd", //fake coingecko
cmcId: null,
pegType: "peggedUSD",
pegMechanism: "crypto-backed",
priceSource: "defillama",
auditLinks: null,
twitter: "https://twitter.com/SovrynBTC",
twitter: "https://twitter.com/babelfishmoney",
wiki: null
},
{
Expand Down

0 comments on commit dd21784

Please sign in to comment.