Skip to content

Commit 66db7ab

Browse files
authored
Merge pull request #14779 from amochuko/replace_invalid_hyperlink
Replace invalid hyperlink
2 parents c2bc92a + 48425b4 commit 66db7ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/stablecoins.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ export const getStaticProps = (async ({ locale }) => {
125125
EURS: { type: FIAT, url: "https://eurs.stasis.net/" },
126126
USDK: { type: FIAT, url: "https://www.oklink.com/usdk" },
127127
MUSD: { type: CRYPTO, url: "https://mstable.org/" },
128-
USDX: { type: CRYPTO, url: "https://usdx.cash/usdx-stablecoin" },
128+
USDX: { type: CRYPTO, url: "https://usdx.money/" },
129129
GUSD: { type: FIAT, url: "https://gemini.com/dollar" },
130130
SAI: { type: CRYPTO, url: "https://makerdao.com/en/whitepaper/sai/" },
131131
DUSD: { type: CRYPTO, url: "https://dusd.finance/" },

0 commit comments

Comments
 (0)