Skip to content

Commit 51d5d2f

Browse files
set prod url to wallet-service testing env
1 parent 20c66f6 commit 51d5d2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/vue-app-new/src/MainView.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const walletPlugins = computed(() => {
4242
whiteLabel: { showWidgetButton: true, logoDark: logoDark || "logo", logoLight: logoLight || "logo" },
4343
walletUrls: {
4444
production: {
45-
url: "https://test-wallet.web3auth.io",
45+
url: "https://develop-wallet.web3auth.io",
4646
logLevel: "debug",
4747
},
4848
},

0 commit comments

Comments
 (0)