Updated on 2026-08-14

This commit is contained in:
Tangem 2024-04-12 17:06:45 +08:00
parent 6bb5782d71
commit 5a42f1de5f
3 changed files with 15 additions and 4 deletions

View file

@ -65,7 +65,7 @@ import com.tangem.tap.proxy.redux.DaggerGraphState
import com.tangem.utils.coroutines.AppCoroutineDispatcherProvider
import com.tangem.wallet.BuildConfig
import dagger.hilt.EntryPoints
import kotlinx.coroutines.*
import kotlinx.coroutines.runBlocking
import org.rekotlin.Store
import timber.log.Timber
import com.tangem.tap.domain.walletconnect2.domain.WalletConnectRepository as WalletConnect2Repository
@ -198,8 +198,6 @@ abstract class TangemApplication : Application(), ImageLoaderFactory {
featureTogglesManager.init()
store.dispatch(GlobalAction.UpdateUserWalletsListManager(generalUserWalletsListManager))
blockchainSDKFactory.init()
}
val configLoader = FeaturesLocalLoader(assetReader, MoshiConverter.sdkMoshi, BuildConfig.ENVIRONMENT)