Skip to content

Commit

Permalink
fixup! chore: use esm
Browse files Browse the repository at this point in the history
  • Loading branch information
pczeglik-iohk committed May 23, 2024
1 parent 2560873 commit f7c9f5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/browser-extension-wallet/src/lib/wallet-api-ui.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export const keyAgentFactory = createKeyAgentFactory({ bip32Ed25519: Wallet.bip3

export const signingCoordinator = new SigningCoordinator<Wallet.WalletMetadata, Wallet.AccountMetadata>(
{ hwOptions: { manifest: Wallet.manifest, communicationType: Wallet.KeyManagement.CommunicationType.Web } },
{ keyAgentFactory }
{ keyAgentFactory, logger }
);
exposeSigningCoordinatorApi({ signingCoordinator }, { logger, runtime });

Expand Down

0 comments on commit f7c9f5b

Please sign in to comment.