Skip to content

Commit

Permalink
use prod
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyapotti committed Dec 3, 2024
1 parent 074c38a commit 55ca5ad
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions demo/vue-app-new/src/MainView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,6 @@ const walletPlugins = computed(() => {
const walletServicesPlugin = new WalletServicesPlugin({
walletInitOptions: {
whiteLabel: { showWidgetButton: true, logoDark: logoDark || "logo", logoLight: logoLight || "logo" },
walletUrls: {
production: {
url: "https://develop-wallet.web3auth.io",
logLevel: "debug",
},
},
confirmationStrategy,
},
});
Expand Down

0 comments on commit 55ca5ad

Please sign in to comment.