Skip to content

Commit

Permalink
feat: export createExternalWallet factory (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
totraev authored Dec 2, 2024
1 parent 3720e88 commit a8d224a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/selfish-bugs-peel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@babylonlabs-io/bbn-wallet-connect": patch
---

export createExternalWallet factory
1 change: 1 addition & 0 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ export { type ChainConfigArr } from "@/context/Chain.context";
export * from "@/core/wallets/btc/BTCProvider";
export * from "@/core/wallets/bbn/BBNProvider";
export * from "@/core/types";
export { createExternalWallet } from "@/core";

0 comments on commit a8d224a

Please sign in to comment.