File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -449,7 +449,7 @@ export const stablecoins: {
449
449
id : "magic-internet-money" ,
450
450
} ,
451
451
{
452
- symbol : "USDE " ,
452
+ symbol : "USDe " ,
453
453
type : "CRYPTO" ,
454
454
url : "https://ethena.fi/" ,
455
455
peg : "USD" ,
Original file line number Diff line number Diff line change @@ -331,9 +331,7 @@ async function Page({ params }: { params: Promise<{ locale: Lang }> }) {
331
331
] ,
332
332
links : [
333
333
{ 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/" } ,
337
335
] ,
338
336
} ,
339
337
{
@@ -364,10 +362,7 @@ async function Page({ params }: { params: Promise<{ locale: Lang }> }) {
364
362
t ( "page-stablecoins-algorithmic-con-1" ) ,
365
363
t ( "page-stablecoins-algorithmic-con-2" ) ,
366
364
] ,
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/" } ] ,
371
366
} ,
372
367
]
373
368
You can’t perform that action at this time.
0 commit comments