diff --git a/layer/store/wallet.ts b/layer/store/wallet.ts index b035cc89..5e3fa594 100644 --- a/layer/store/wallet.ts +++ b/layer/store/wallet.ts @@ -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, }) } }