From 29f4c43c42f91b61a79896aea73ed94df37f8ac0 Mon Sep 17 00:00:00 2001 From: Charlie <2747302+CharlieC3@users.noreply.github.com> Date: Tue, 26 Jan 2021 13:26:49 -0500 Subject: [PATCH] fix: update coinmarketcap Stacks URL --- app/constants/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/constants/index.ts b/app/constants/index.ts index 34d4ea36f..9ab67e799 100644 --- a/app/constants/index.ts +++ b/app/constants/index.ts @@ -19,7 +19,7 @@ export const FULL_ENTITY_NAME = 'Hiro Systems PBC'; export const WALLET_VERSION = packageJson.version; -export const BUY_STX_URL = 'https://coinmarketcap.com/currencies/blockstack/markets'; +export const BUY_STX_URL = 'https://coinmarketcap.com/currencies/stacks/markets/'; export const STATUS_PAGE_URL = 'http://status.test-blockstack.com';