Skip to content

Commit a8c893a

Browse files
authored
Merge pull request #15047 from LifeofDan-EL/Stablecoin-page
Fix: Updated TrueUSD link
2 parents f54fb4d + cb1e21f commit a8c893a

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)