Skip to content

Commit

Permalink
Initialize new plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
aaroncox committed Sep 26, 2024
1 parent 6ba37f0 commit 7927ae8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/lib/state/client/wharf.svelte.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ import { WalletPluginAnchor } from '@wharfkit/wallet-plugin-anchor';
import { WalletPluginMetaMask } from '@wharfkit/wallet-plugin-metamask';
import { WalletPluginPrivateKey } from '@wharfkit/wallet-plugin-privatekey';
import { WalletPluginWombat } from '@wharfkit/wallet-plugin-wombat';
import { WalletPluginScatter } from '@wharfkit/wallet-plugin-scatter';
import { WalletPluginTokenPocket } from '@wharfkit/wallet-plugin-tokenpocket';

import { AccountCreationPluginMetamask } from '@wharfkit/account-creation-plugin-metamask';
import { AccountCreationPluginGreymass } from '@wharfkit/account-creation-plugin-greymass';

Expand All @@ -37,6 +40,8 @@ import { chainMapper } from '$lib/wharf/chains';
const walletPlugins: WalletPlugin[] = [
new WalletPluginAnchor(),
new WalletPluginMetaMask(),
new WalletPluginScatter(),
new WalletPluginTokenPocket(),
new WalletPluginWombat()
];

Expand Down

0 comments on commit 7927ae8

Please sign in to comment.