From 44c8b9a4c6dacbae8b5cd19cb3ab965e64b4a0f2 Mon Sep 17 00:00:00 2001 From: Lionell Briones Date: Wed, 4 Dec 2024 19:27:25 +0800 Subject: [PATCH] point to testing --- demo/vue-app-new/src/MainView.vue | 6 ++++++ 1 file changed, 6 insertions(+) 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);