Skip to content

Commit

Permalink
fix: export ChainProvider (#828)
Browse files Browse the repository at this point in the history
  • Loading branch information
tuanddd authored Apr 4, 2024
1 parent ce1ba27 commit c099260
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/sour-timers-compete.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@mochi-web3/login-widget": patch
---

Export ChainProvider via login-widget
1 change: 1 addition & 0 deletions packages/web3/login-widget/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export { type ChainProvider } from '@mochi-web3/connect-wallet-widget'
export {
LoginWidgetProvider,
LoginWidget,
Expand Down

0 comments on commit c099260

Please sign in to comment.