Updated on 2026-08-14
This commit is contained in:
parent
646d33dfa2
commit
52fa99023d
4 changed files with 18 additions and 2 deletions
|
|
@ -13,6 +13,7 @@ import com.tangem.core.navigation.url.UrlOpener
|
|||
import com.tangem.datasource.connection.NetworkConnectionManager
|
||||
import com.tangem.datasource.local.config.environment.EnvironmentConfigStorage
|
||||
import com.tangem.datasource.local.config.issuers.IssuersConfigStorage
|
||||
import com.tangem.datasource.local.logs.AppLogsStore
|
||||
import com.tangem.datasource.local.preferences.AppPreferencesStore
|
||||
import com.tangem.domain.appcurrency.repository.AppCurrencyRepository
|
||||
import com.tangem.domain.apptheme.GetAppThemeModeUseCase
|
||||
|
|
@ -125,4 +126,6 @@ interface ApplicationEntryPoint {
|
|||
fun getCoroutineDispatcherProvider(): CoroutineDispatcherProvider
|
||||
|
||||
fun getExcludedBlockchains(): ExcludedBlockchains
|
||||
|
||||
fun getAppLogsStore(): AppLogsStore
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue