Updated on 2026-08-14

This commit is contained in:
Tangem 2025-10-09 16:00:52 +07:00
parent 60b76fb8fd
commit 98b8c6b58e
10 changed files with 706 additions and 0 deletions

View file

@ -79,6 +79,16 @@ object MarketsDomainModule {
)
}
@Provides
@Singleton
fun provideGetTokenMarketCryptoCurrency(
marketsTokenRepository: MarketsTokenRepository,
): GetTokenMarketCryptoCurrency {
return GetTokenMarketCryptoCurrency(
marketsTokenRepository = marketsTokenRepository,
)
}
@Provides
@Singleton
fun provideFilterNetworksUseCase(