Skip to content

Commit

Permalink
Dev to login
Browse files Browse the repository at this point in the history
  • Loading branch information
ardiyu07 committed Oct 4, 2023
1 parent 4816579 commit 82344c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -304,15 +304,15 @@ export const getUpbondWalletUrl = async (
logLevel = "info";
break;
case "development":
torusUrl = "https://new-wallet-mobile.dev.upbond.io";
torusUrl = "https:/login.dev.upbond.io";
logLevel = "debug";
break;
case "v1_development":
torusUrl = "https://wallet-mobile.dev.upbond.io";
logLevel = "debug";
break;
case "testing":
torusUrl = "https://new-wallet-mobile.dev.upbond.io";
torusUrl = "https:/login.dev.upbond.io";
logLevel = "debug";
break;
case "v1_debug":
Expand Down

0 comments on commit 82344c1

Please sign in to comment.