Updated on 2026-08-14

This commit is contained in:
Tangem 2024-08-13 17:05:35 +03:00
parent 42f276c56f
commit ca7088e2f5
14 changed files with 87 additions and 58 deletions

View file

@ -74,7 +74,7 @@ internal class DefaultBlockchainSDKFactory(
return@launch
}
Timber.d("Update BlockchainSDKConfig")
Timber.i("Update BlockchainSDKConfig")
configStore.store(
value = BlockchainSDKConfigConverter.convert(value = config),
@ -91,7 +91,7 @@ internal class DefaultBlockchainSDKFactory(
return@launch
}
Timber.d("Update BlockchainProviderTypes")
Timber.i("Update BlockchainProviderTypes")
blockchainProviderTypesStore.store(
value = BlockchainProviderTypesConverter.convert(response),

View file

@ -27,7 +27,7 @@ internal class WalletManagerFactoryCreator @Inject constructor(
) {
fun create(config: BlockchainSdkConfig, blockchainProviderTypes: BlockchainProviderTypes): WalletManagerFactory {
Timber.d("Create WalletManagerFactory")
Timber.i("Create WalletManagerFactory")
return WalletManagerFactory(
config = config,