Skip to content

Commit

Permalink
chore: updated web authenticator url
Browse files Browse the repository at this point in the history
  • Loading branch information
dafuga committed Mar 5, 2025
1 parent 05f9b4d commit efbeee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/state/client/wharf.svelte.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const defaultWalletPlugins: WalletPlugin[] = [
new WalletPluginTokenPocket(),
new WalletPluginWombat(),
new WalletPluginWebAuthenticator({
webAuthenticatorUrl: 'http://localhost:5173'
webAuthenticatorUrl: 'https://moving-signing-logic-to-plug.web-authenticator-a83.pages.dev'
})
];

Expand Down

0 comments on commit efbeee8

Please sign in to comment.