File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @web3-onboard/core" ,
3- "version" : " 2.2.9 " ,
3+ "version" : " 2.2.10 " ,
44 "scripts" : {
55 "build" : " rollup -c" ,
66 "dev" : " rollup -c -w" ,
Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ export type {
4242} from './types'
4343
4444export type { EIP1193Provider } from '@web3-onboard/common'
45+ export { connectWallet$ } from './streams'
4546
4647function init ( options : InitOptions ) : OnboardAPI {
4748 if ( typeof window === 'undefined' ) return API
Original file line number Diff line number Diff line change 192192 connectionRejected = true
193193 if (autoSelect ) {
194194 walletToAutoSelect = null
195+
196+ if (autoSelect .disableModals ) {
197+ connectWallet$ .next ({ inProgress: false })
198+ }
195199 }
196200 return
197201 }
You can’t perform that action at this time.
0 commit comments