Updated on 2026-08-14

This commit is contained in:
Tangem 2024-03-27 14:40:57 +04:00
parent 2a3f3095ba
commit 417fb70159

View file

@ -41,9 +41,9 @@ class WalletConnectInteractor(
coroutineScope {
launch { subscribeToEvents() }
launch { subscribeToSessions() }
}
walletConnectRepository.updateSessions()
walletConnectRepository.updateSessions()
}
}
fun setUserChains(accounts: List<Account>) {