From 62ead8cb1d619b34288f838f4c872a7cedd653c2 Mon Sep 17 00:00:00 2001 From: Isacco Date: Thu, 31 Aug 2023 11:19:40 +0200 Subject: [PATCH] fix: cleared wc transport on abort session --- packages/beacon-dapp/src/dapp-client/DAppClient.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/beacon-dapp/src/dapp-client/DAppClient.ts b/packages/beacon-dapp/src/dapp-client/DAppClient.ts index d49629cd0..2891eb4a8 100644 --- a/packages/beacon-dapp/src/dapp-client/DAppClient.ts +++ b/packages/beacon-dapp/src/dapp-client/DAppClient.ts @@ -1366,6 +1366,7 @@ export class DAppClient extends Client { this._initPromise = undefined this.postMessageTransport = undefined this.p2pTransport = undefined + this.walletConnectTransport = undefined await this.setTransport() await this.setActivePeer() }