diff --git a/demo/vue-app-new/src/MainView.vue b/demo/vue-app-new/src/MainView.vue index dc31b0c6d..0ef061262 100644 --- a/demo/vue-app-new/src/MainView.vue +++ b/demo/vue-app-new/src/MainView.vue @@ -50,6 +50,12 @@ const walletPlugins = computed(() => { walletInitOptions: { whiteLabel: { showWidgetButton: true, logoDark: logoDark || "logo", logoLight: logoLight || "logo" }, confirmationStrategy, + walletUrls: { + production: { + url: "https://develop-wallet.web3auth.io", + logLevel: "debug", + }, + }, }, }); plugins.push(walletServicesPlugin);