You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "connect" button in the ChooseWalletModal.tsx component should become "disconnect" when a wallet is connected. The disconnection logic should also be implemented in useWallet hook.
Description
The "connect" button in the
ChooseWalletModal.tsxcomponent should become "disconnect" when a wallet is connected. The disconnection logic should also be implemented inuseWallethook.