Updated on 2026-08-14

This commit is contained in:
Tangem 2024-03-27 11:23:19 +00:00
commit 16e064c9fd

View file

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