From 843f3c3e6ab4da51a57b5a00685f00d41f1aa200 Mon Sep 17 00:00:00 2001 From: Kames Date: Thu, 5 Dec 2024 05:00:46 -0700 Subject: [PATCH] update: wallet url --- packages/universal-wallet-sdk/src/core/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/universal-wallet-sdk/src/core/constants.ts b/packages/universal-wallet-sdk/src/core/constants.ts index 19443cf2..6b3e4585 100644 --- a/packages/universal-wallet-sdk/src/core/constants.ts +++ b/packages/universal-wallet-sdk/src/core/constants.ts @@ -1,5 +1,5 @@ // TODO: Move to .env export const WALLET_URL = process.env.NODE_ENV === 'production' - ? 'https://keys.districtlabs.com/connect' + ? 'https://keys.univrsal.co/connect' : 'http://localhost:3000/connect';