Skip to content

Commit

Permalink
fix: export useTransactionManager
Browse files Browse the repository at this point in the history
  • Loading branch information
fracek committed Jul 5, 2023
1 parent 072cc64 commit 0a2eff0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion packages/core/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
export { StarknetConfig, StarknetConfigProps, StarknetProviderProps } from './providers'
export {
StarknetConfig,
StarknetConfigProps,
StarknetProviderProps,
useTransactionManager,
TransactionManagerState,
} from './providers'
export * from './hooks'
export * from './connectors'
export * from './network'

0 comments on commit 0a2eff0

Please sign in to comment.