From 6e16fb37345b81fc78554d0c1ed06dc5fe402dca Mon Sep 17 00:00:00 2001 From: Sven Date: Thu, 22 Feb 2024 14:14:29 +0100 Subject: [PATCH] set connected connector when connecting with walletconnect --- packages/core/src/controllers/ConnectionController.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/core/src/controllers/ConnectionController.ts b/packages/core/src/controllers/ConnectionController.ts index 1678ddadb7..3e4b2ed89d 100644 --- a/packages/core/src/controllers/ConnectionController.ts +++ b/packages/core/src/controllers/ConnectionController.ts @@ -71,6 +71,7 @@ export const ConnectionController = { state.wcUri = uri state.wcPairingExpiry = CoreHelperUtil.getPairingExpiry() }) + StorageUtil.setConnectedConnector('WALLET_CONNECT') }, async connectExternal(options: ConnectExternalOptions) {