Skip to content

Commit 737e80a

Browse files
authored
Merge pull request #240 from Define101/master
listing rif us dollar
2 parents 03b6370 + 8245464 commit 737e80a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/adapters/peggedAssets/index.ts

+2
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ import usdglo from "./glo-dollar";
156156
import vnxau from "./vnx-gold";
157157
import veur from "./vnx-euro";
158158
import vchf from "./vnx-swiss-franc";
159+
import usdrif from "./usd-rif"
159160

160161
export default {
161162
tether,
@@ -316,4 +317,5 @@ export default {
316317
"vnx-gold": vnxau,
317318
"vnx-euro": veur,
318319
"vnx-swiss-franc": vchf,
320+
"rif-us-dollar": usdrif
319321
};

src/peggedData/peggedData.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -3194,8 +3194,8 @@ export default [
31943194
mintRedeemDescription:
31953195
"The USDRIF stablecoins are minted through the RIF On Chain Protocol whenever there is a certain amount of RIFpro (RIFP) staked in the platform by other users who act as liquidity providers. Users can use the decentralised RIF on Chain dApp to exchange RIF tokens for USDRIF stablecoins and vice versa at any point providing there is a liquidity available in the protocol.",
31963196
onCoinGecko: false,
3197-
gecko_id: "",
3198-
cmcId: "",
3197+
gecko_id: "rif-us-dollar", //fake coingecko
3198+
cmcId: null,
31993199
pegType: "peggedUSD",
32003200
pegMechanism: "crypto-backed",
32013201
priceSource: null,

0 commit comments

Comments
 (0)