Skip to content

Commit

Permalink
fix: add missing type
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronknott committed Mar 12, 2024
1 parent 7f9bc21 commit 80b044e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/wallet-client/wallet/use-wallet.ts
Expand Up @@ -36,6 +36,7 @@ export interface UseWalletReturn {
isConnecting?: boolean;
isDisconnected?: boolean;
openConnectModal?: () => void;
connectModalOpen?: boolean;
openChainModal?: () => void;
openAccountModal?: () => void;
disconnect?: () => void;
Expand Down

0 comments on commit 80b044e

Please sign in to comment.