Skip to content

Commit

Permalink
update: wallet url (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamescg authored Dec 5, 2024
1 parent 3a87cfa commit 780ecf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/universal-wallet-sdk/src/core/constants.ts
Original file line number Diff line number Diff line change
@@ -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';

0 comments on commit 780ecf5

Please sign in to comment.