Skip to content

Commit aebcbdf

Browse files
update
1 parent dd21784 commit aebcbdf

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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 "./babelfish-xusd";
162+
import xusd from "./xusd-babelfish";
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-
"babelfish-xusd": xusd,
327+
"xusd-babelfish": xusd,
328328
"ultra": ultra
329329
};

src/peggedData/peggedData.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -3245,7 +3245,7 @@ export default [
32453245
},
32463246
{
32473247
id: "162",
3248-
name: "BabelFish XUSD",
3248+
name: "XUSD",
32493249
address: "rsk:0xb5999795BE0eBb5BAb23144Aa5fD6a02d080299f",
32503250
symbol: "XUSD",
32513251
url: "https://babelfish.money/",
@@ -3254,7 +3254,7 @@ 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: "babelfish-xusd", //fake coingecko
3257+
gecko_id: "xusd-babelfish", //fake coingecko
32583258
cmcId: null,
32593259
pegType: "peggedUSD",
32603260
pegMechanism: "crypto-backed",

0 commit comments

Comments
 (0)