Updated on 2026-08-14
This commit is contained in:
parent
60b76fb8fd
commit
98b8c6b58e
10 changed files with 706 additions and 0 deletions
|
|
@ -79,6 +79,16 @@ object MarketsDomainModule {
|
|||
)
|
||||
}
|
||||
|
||||
@Provides
|
||||
@Singleton
|
||||
fun provideGetTokenMarketCryptoCurrency(
|
||||
marketsTokenRepository: MarketsTokenRepository,
|
||||
): GetTokenMarketCryptoCurrency {
|
||||
return GetTokenMarketCryptoCurrency(
|
||||
marketsTokenRepository = marketsTokenRepository,
|
||||
)
|
||||
}
|
||||
|
||||
@Provides
|
||||
@Singleton
|
||||
fun provideFilterNetworksUseCase(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue