Skip to content

Commit dd21784

Browse files
update listing
1 parent 890c5fb commit dd21784

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

src/adapters/peggedAssets/index.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -159,7 +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";
162+
import xusd from "./babelfish-xusd";
163163
import ultra from "./ultra"
164164

165165
export default {
@@ -324,6 +324,6 @@ export default {
324324
"rif-us-dollar": usdrif,
325325
"sovryn-dollar": dllr,
326326
"quantoz-eurd": eurd,
327-
"xusd-fake": xusd,
327+
"babelfish-xusd": xusd,
328328
"ultra": ultra
329329
};

src/peggedData/peggedData.ts

+5-5
Original file line numberDiff line numberDiff line change
@@ -3245,22 +3245,22 @@ export default [
32453245
},
32463246
{
32473247
id: "162",
3248-
name: "XUSD",
3249-
address: "rsk:0xb5999795be0ebb5bab23144aa5fd6a02d080299f",
3248+
name: "BabelFish XUSD",
3249+
address: "rsk:0xb5999795BE0eBb5BAb23144Aa5fD6a02d080299f",
32503250
symbol: "XUSD",
3251-
url: "https://wiki.sovryn.com/en/technical-documents/xusd-overview",
3251+
url: "https://babelfish.money/",
32523252
description:
32533253
"XUSD is a USD-pegged stablecoin aggregator of the Babelfish protocol",
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: "xusd-fake", //fake coingecko
3257+
gecko_id: "babelfish-xusd", //fake coingecko
32583258
cmcId: null,
32593259
pegType: "peggedUSD",
32603260
pegMechanism: "crypto-backed",
32613261
priceSource: "defillama",
32623262
auditLinks: null,
3263-
twitter: "https://twitter.com/SovrynBTC",
3263+
twitter: "https://twitter.com/babelfishmoney",
32643264
wiki: null
32653265
},
32663266
{

0 commit comments

Comments
 (0)