Skip to content

Commit cb1e21f

Browse files
committed
Fix: Updated TrueUSD link
1 parent 02419da commit cb1e21f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/[locale]/stablecoins.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ export const getStaticProps = (async ({ params }) => {
128128
DAI: { type: CRYPTO, url: "https://makerdao.com/en/" },
129129
BUSD: { type: FIAT, url: "https://www.binance.com/en/busd" },
130130
PAX: { type: FIAT, url: "https://www.paxos.com/pax/" },
131-
TUSD: { type: FIAT, url: "https://www.trusttoken.com/trueusd" },
131+
TUSD: { type: FIAT, url: "https://tusd.io/" },
132132
HUSD: { type: FIAT, url: "https://www.huobi.com/en-us/usd-deposit/" },
133133
SUSD: { type: CRYPTO, url: "https://www.synthetix.io/" },
134134
EURS: { type: FIAT, url: "https://eurs.stasis.net/" },

0 commit comments

Comments
 (0)