Updated on 2026-08-14
This commit is contained in:
parent
42f276c56f
commit
ca7088e2f5
14 changed files with 87 additions and 58 deletions
|
|
@ -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),
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue