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/" },