From cb1e21feecd0c17071ff3581ab614da2a896ff36 Mon Sep 17 00:00:00 2001 From: Daniel Anomfueme Date: Mon, 10 Mar 2025 17:42:42 +0100 Subject: [PATCH] Fix: Updated TrueUSD link --- src/pages/[locale]/stablecoins.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/[locale]/stablecoins.tsx b/src/pages/[locale]/stablecoins.tsx index 3767f55fb67..3642edeaa4f 100644 --- a/src/pages/[locale]/stablecoins.tsx +++ b/src/pages/[locale]/stablecoins.tsx @@ -128,7 +128,7 @@ export const getStaticProps = (async ({ params }) => { DAI: { type: CRYPTO, url: "https://makerdao.com/en/" }, BUSD: { type: FIAT, url: "https://www.binance.com/en/busd" }, PAX: { type: FIAT, url: "https://www.paxos.com/pax/" }, - TUSD: { type: FIAT, url: "https://www.trusttoken.com/trueusd" }, + TUSD: { type: FIAT, url: "https://tusd.io/" }, HUSD: { type: FIAT, url: "https://www.huobi.com/en-us/usd-deposit/" }, SUSD: { type: CRYPTO, url: "https://www.synthetix.io/" }, EURS: { type: FIAT, url: "https://eurs.stasis.net/" },