Skip to content

Commit

Permalink
fix(deps): update deps for hooks v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Inukares committed Sep 5, 2024
1 parent 6d98350 commit ae5fd0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/state/connectedWalletStarknetkitNext.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ export const useWalletAccountChange = () => {
wallet?.off("accountsChanged", accountChangeHandler)
wallet?.off("networkChanged", networkChangeHandler)
return
}, [accountChangeHandler, networkChangeHandler])
}, [wallet, accountChangeHandler, networkChangeHandler])
}

0 comments on commit ae5fd0e

Please sign in to comment.