Skip to content

Commit 33d2044

Browse files
author
Nguyen Anh Tu
committed
remove ws test url in demo app
1 parent aa25b6e commit 33d2044

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -239,12 +239,6 @@ const configs = computed(() => {
239239
logoLight: logoLight || "https://images.web3auth.io/web3auth-logo-w.svg",
240240
},
241241
confirmationStrategy,
242-
walletUrls: {
243-
production: {
244-
url: "http://localhost:4050",
245-
logLevel: "debug",
246-
},
247-
},
248242
},
249243
});
250244
plugins.push(walletServicesPlugin);

0 commit comments

Comments
 (0)