Skip to content

Commit 667fcd4

Browse files
committed
chore: update listing
1 parent 1973317 commit 667fcd4

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

src/intl/en/learn-quizzes.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@
555555
"m004-a-label": "It is a token that is tied to an asset in the real world",
556556
"m004-a-explanation": "This is incorrect. While many stablecoins are pegged to real-world assets, this characteristic is not exclusive to stablecoins (e.g., ETH-collateralized tokens).",
557557
"m004-b-label": "It is a cryptocurrency token specifically designed to keep its value steady",
558-
"m004-b-explanation": "Correct! Stablecoins are designed to keep their value relatively stable, typically pegged to assets like currencies (e.g., 1 USDC = 1 US dollar), but not all stablecoins follow this model (e.g., RAI or HAI).",
558+
"m004-b-explanation": "Correct! Stablecoins are designed to keep their value relatively stable, typically pegged to assets like currencies (e.g., 1 USDC = 1 US dollar), but not all stablecoins follow this model (e.g., RAI).",
559559
"m004-c-label": "It is capable of being sent over the internet",
560560
"m004-c-explanation": "This is incorrect. While this is a capability, it is not unique to stablecoins.",
561561
"m004-d-label": "It can be used on the Ethereum network.",

src/pages/stablecoins.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,10 @@ const StablecoinsPage = ({ markets, marketsHasError }) => {
283283
t("page-stablecoins-crypto-backed-con-1"),
284284
t("page-stablecoins-crypto-backed-con-2"),
285285
],
286-
links: [{ text: "Dai", url: "https://makerdao.com/en/" }],
286+
links: [
287+
{ text: "DAI", url: "https://makerdao.com/en/" },
288+
{ text: "RAI", url: "https://reflexer.finance/" },
289+
],
287290
},
288291
{
289292
title: t("page-stablecoins-precious-metals"),

0 commit comments

Comments
 (0)