Updated on 2026-08-14
This commit is contained in:
parent
aa9956d69f
commit
8cee77705f
7 changed files with 80 additions and 6 deletions
|
|
@ -219,4 +219,10 @@ internal object YieldSupplyDomainModule {
|
|||
yieldSupplyRepository = yieldSupplyRepository,
|
||||
)
|
||||
}
|
||||
|
||||
@Provides
|
||||
@Singleton
|
||||
fun provideYieldSupplyGetDustMinAmountUseCase(): YieldSupplyGetDustMinAmountUseCase {
|
||||
return YieldSupplyGetDustMinAmountUseCase()
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue