Updated on 2026-08-14

This commit is contained in:
Tangem 2023-02-06 18:28:35 +03:00
parent 39e0f93a84
commit ab8d1175d6
4 changed files with 14 additions and 6 deletions

View file

@ -76,7 +76,7 @@ private val walletStoresRepository by lazy { WalletStoresRepository.provideDefau
private val walletManagersRepository by lazy {
WalletManagersRepository.provideDefaultImplementation(
walletManagerFactory = WalletManagerFactory(
blockchainSdkConfig = store.state.globalState.configManager
config = store.state.globalState.configManager
?.config
?.blockchainSdkConfig
?: BlockchainSdkConfig(),