Skip to content

Commit 13108b4

Browse files
committed
update: example links
1 parent 91a9f12 commit 13108b4

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

app/[locale]/stablecoins/data.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ export const stablecoins: {
449449
id: "magic-internet-money",
450450
},
451451
{
452-
symbol: "USDE",
452+
symbol: "USDe",
453453
type: "CRYPTO",
454454
url: "https://ethena.fi/",
455455
peg: "USD",

app/[locale]/stablecoins/page.tsx

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -331,9 +331,7 @@ async function Page({ params }: { params: Promise<{ locale: Lang }> }) {
331331
],
332332
links: [
333333
{ text: "USDS", url: "https://sky.money/" },
334-
{ text: "LUSD", url: "https://www.liquity.org/" },
335-
{ text: "crvUSD", url: "https://www.curve.finance/" },
336-
{ text: "HAI", url: "https://letsgethai.com/" },
334+
{ text: "Ethena USDe", url: "https://ethena.fi/" },
337335
],
338336
},
339337
{
@@ -364,10 +362,7 @@ async function Page({ params }: { params: Promise<{ locale: Lang }> }) {
364362
t("page-stablecoins-algorithmic-con-1"),
365363
t("page-stablecoins-algorithmic-con-2"),
366364
],
367-
links: [
368-
{ text: "Ampleforth", url: "https://www.ampleforth.org/" },
369-
{ text: "FRAX", url: "https://frax.finance/" },
370-
],
365+
links: [{ text: "USDX", url: "https://usdx.money/" }],
371366
},
372367
]
373368

0 commit comments

Comments
 (0)