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';