Skip to content

Commit

Permalink
set prod url to wallet-service testing env
Browse files Browse the repository at this point in the history
  • Loading branch information
lionellbriones committed Dec 3, 2024
1 parent 20c66f6 commit 51d5d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/vue-app-new/src/MainView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const walletPlugins = computed(() => {
whiteLabel: { showWidgetButton: true, logoDark: logoDark || "logo", logoLight: logoLight || "logo" },
walletUrls: {
production: {
url: "https://test-wallet.web3auth.io",
url: "https://develop-wallet.web3auth.io",
logLevel: "debug",
},
},
Expand Down

0 comments on commit 51d5d2f

Please sign in to comment.