Skip to content

Commit

Permalink
point to testing
Browse files Browse the repository at this point in the history
  • Loading branch information
lionellbriones committed Dec 4, 2024
1 parent 02ba0ce commit 44c8b9a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions demo/vue-app-new/src/MainView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 44c8b9a

Please sign in to comment.