File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
src/features/wallet-connect/components/composite/wallet-approval-view Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ import {
23
23
EIP155_CHAINS ,
24
24
extractHttpsPath ,
25
25
extractTrailingSlash ,
26
- validateAndFilterSessions ,
27
26
walletKit
28
27
} from '@features/wallet-connect/utils' ;
29
28
import { verticalScale } from '@utils' ;
@@ -107,9 +106,7 @@ export const WalletConnectApprovalView = () => {
107
106
namespaces
108
107
} ) ;
109
108
110
- const allSessions = Object . values ( walletKit . getActiveSessions ( ) ) ;
111
- const validSessions = await validateAndFilterSessions ( allSessions ) ;
112
- setActiveSessions ( validSessions ) ;
109
+ setActiveSessions ( Object . values ( walletKit . getActiveSessions ( ) ) ) ;
113
110
114
111
onDismissWalletConnectBottomSheet ( ) ;
115
112
onShowToastNotification ( ) ;
You can’t perform that action at this time.
0 commit comments