Updated on 2026-08-14

This commit is contained in:
Tangem 2026-03-11 11:11:53 +04:00
parent d4b7aa85e1
commit d84315a40c
4 changed files with 12 additions and 322 deletions

View file

@ -100,18 +100,6 @@ internal object TokensDomainModule {
)
}
@Provides
@Singleton
fun provideGetCurrencyStatusByNetworkUseCase(
currencyStatusOperations: BaseCurrencyStatusOperations,
dispatchers: CoroutineDispatcherProvider,
): GetNetworkCoinStatusUseCase {
return GetNetworkCoinStatusUseCase(
currencyStatusOperations = currencyStatusOperations,
dispatchers = dispatchers,
)
}
@Provides
@Singleton
fun provideGetFeePaidCryptoCurrencyStatusSyncUseCase(