Updated on 2026-08-14
This commit is contained in:
parent
2a3f3095ba
commit
417fb70159
1 changed files with 2 additions and 2 deletions
|
|
@ -41,9 +41,9 @@ class WalletConnectInteractor(
|
|||
coroutineScope {
|
||||
launch { subscribeToEvents() }
|
||||
launch { subscribeToSessions() }
|
||||
}
|
||||
|
||||
walletConnectRepository.updateSessions()
|
||||
walletConnectRepository.updateSessions()
|
||||
}
|
||||
}
|
||||
|
||||
fun setUserChains(accounts: List<Account>) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue