Skip to content

Commit

Permalink
chore: keep wallet connect status on logout
Browse files Browse the repository at this point in the history
  • Loading branch information
shane-moore committed Mar 27, 2024
1 parent bb53b8e commit 57e050a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion layer/store/wallet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -472,9 +472,11 @@ export const useSharedWalletStore = defineStore('sharedWallet', {
walletStore.$patch({
...initialStateFactory(),
queueStatus: StatusType.Idle,
phantomInstalled: walletStore.phantomInstalled,
metamaskInstalled: walletStore.metamaskInstalled,
okxWalletInstalled: walletStore.okxWalletInstalled,
walletConnectStatus: WalletConnectStatus.disconnected
walletConnectStatus: WalletConnectStatus.disconnected,
trustWalletInstalled: walletStore.trustWalletInstalled,
})
}
}
Expand Down

0 comments on commit 57e050a

Please sign in to comment.