Updated on 2026-08-14
This commit is contained in:
parent
39a190f056
commit
f0de027151
23 changed files with 1050 additions and 2 deletions
|
|
@ -154,4 +154,10 @@ internal object NFTDomainModule {
|
|||
): ObserveAndClearNFTCacheIfNeedUseCase {
|
||||
return ObserveAndClearNFTCacheIfNeedUseCase(nftRepository, currenciesRepository)
|
||||
}
|
||||
|
||||
@Provides
|
||||
@Singleton
|
||||
fun provideGetNftCurrencyUseCase(nftRepository: NFTRepository): GetNFTCurrencyUseCase {
|
||||
return GetNFTCurrencyUseCase(nftRepository)
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue