Skip to content

Commit

Permalink
📦️ feat(metamask): Export functions needed for the fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
duckception committed Oct 26, 2023
1 parent 45c8ca6 commit 8ba7049
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions wallets/metamask/src/actions/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export * from './connectToDapp'
export * from './lock'
export * from './unlock'
3 changes: 3 additions & 0 deletions wallets/metamask/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
export * from './prepareExtension'
export * from './pages'
export * from './actions'
export * from './selectors'
export * from './utils/getExtensionId'

0 comments on commit 8ba7049

Please sign in to comment.