Skip to content

Commit

Permalink
chore: updated wallet plugin
Browse files Browse the repository at this point in the history
chore: using hosted version of web authenticator
  • Loading branch information
dafuga committed Dec 24, 2024
1 parent adf66f8 commit f8a2747
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"@wharfkit/wallet-plugin-privatekey": "^1.1.0",
"@wharfkit/wallet-plugin-scatter": "^1.5.1",
"@wharfkit/wallet-plugin-tokenpocket": "^1.5.1",
"@wharfkit/wallet-plugin-web-authenticator": "next",
"@wharfkit/wallet-plugin-web-authenticator": "^0.0.4",
"@wharfkit/wallet-plugin-wombat": "^1.5.1",
"@wharfkit/web-renderer": "^1.4.1",
"big.js": "^6.2.1",
Expand Down
4 changes: 3 additions & 1 deletion src/lib/state/client/wharf.svelte.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ const defaultWalletPlugins: WalletPlugin[] = [
new WalletPluginScatter(),
new WalletPluginTokenPocket(),
new WalletPluginWombat(),
new WalletPluginWebAuthenticator()
new WalletPluginWebAuthenticator({
webAuthenticatorUrl: 'https://mvp.web-authenticator-a83.pages.dev'
})
];

export const accountCreationPluginMetamask = new AccountCreationPluginMetamask({
Expand Down

0 comments on commit f8a2747

Please sign in to comment.