Skip to content

Commit a937683

Browse files
committed
exported init function to manually initialise the package when autoInit is false
1 parent 94148f8 commit a937683

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ export {createWeb3Auth} from './plugin'
3232

3333
export type {Chain, Options} from './types'
3434

35+
export {init} from './wc'
36+
3537
export {
3638
Chains
3739
}

0 commit comments

Comments
 (0)