Updated on 2026-08-14

This commit is contained in:
Tangem 2026-01-29 12:24:07 +04:00
parent eacf096c6f
commit 933003fac6
7 changed files with 112 additions and 63 deletions

View file

@ -204,6 +204,16 @@ internal object YieldSupplyDomainModule {
)
}
@Provides
@Singleton
fun provideYieldSupplyEnterStatusFlowUseCase(
yieldSupplyRepository: YieldSupplyRepository,
): YieldSupplyEnterStatusFlowUseCase {
return YieldSupplyEnterStatusFlowUseCase(
yieldSupplyRepository = yieldSupplyRepository,
)
}
@Provides
@Singleton
fun provideYieldSupplyGetShouldShowMainPromoUseCase(