We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f54fb4d + cb1e21f commit a8c893aCopy full SHA for a8c893a
src/pages/[locale]/stablecoins.tsx
@@ -128,7 +128,7 @@ export const getStaticProps = (async ({ params }) => {
128
DAI: { type: CRYPTO, url: "https://makerdao.com/en/" },
129
BUSD: { type: FIAT, url: "https://www.binance.com/en/busd" },
130
PAX: { type: FIAT, url: "https://www.paxos.com/pax/" },
131
- TUSD: { type: FIAT, url: "https://www.trusttoken.com/trueusd" },
+ TUSD: { type: FIAT, url: "https://tusd.io/" },
132
HUSD: { type: FIAT, url: "https://www.huobi.com/en-us/usd-deposit/" },
133
SUSD: { type: CRYPTO, url: "https://www.synthetix.io/" },
134
EURS: { type: FIAT, url: "https://eurs.stasis.net/" },
0 commit comments