From d14966f1b6bc962fdc8df1ed49d4c4c97ab3750a Mon Sep 17 00:00:00 2001 From: gabaldon Date: Thu, 26 Dec 2024 10:29:37 +0100 Subject: [PATCH] fix: add correct github release url --- constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants.ts b/constants.ts index b634c29..37b214b 100644 --- a/constants.ts +++ b/constants.ts @@ -26,7 +26,7 @@ export const fallbackLocale = 'en' export const DEFAULT_OS = 'Linux' export const GITHUB_RELEASE_URL = - 'https://github.com/witnet/sheikah/releases/latest' + 'https://github.com/witnet/my-wit-wallet/releases/latest' export const URL_RELEASE_BASE = 'https://api.github.com/repos/witnet/my-wit-wallet/releases/latest'