Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

Commit

Permalink
fix: export utils from adapter (#208)
Browse files Browse the repository at this point in the history
Closes #202
  • Loading branch information
irubido authored Nov 8, 2023
1 parent e0f3d4f commit cc0ab1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/adapter/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const defaultSnapOrigin = 'npm:@chainsafe/polkadot-snap';
export type SnapInstallationParamNames = string;

export * from './extension';
export { hasMetaMask, isPolkadotSnapInstalled, isMetamaskSnapsSupported } from './utils';

export async function enablePolkadotSnap(
config: SnapConfig = { networkName: 'westend' },
Expand Down

0 comments on commit cc0ab1f

Please sign in to comment.