Updated on 2026-08-14

This commit is contained in:
Tangem 2025-12-12 13:16:10 +05:00
parent aa9956d69f
commit 8cee77705f
7 changed files with 80 additions and 6 deletions

View file

@ -219,4 +219,10 @@ internal object YieldSupplyDomainModule {
yieldSupplyRepository = yieldSupplyRepository,
)
}
@Provides
@Singleton
fun provideYieldSupplyGetDustMinAmountUseCase(): YieldSupplyGetDustMinAmountUseCase {
return YieldSupplyGetDustMinAmountUseCase()
}
}