Updated on 2026-08-14
This commit is contained in:
parent
abd604f9f1
commit
802b914e78
8 changed files with 57 additions and 37 deletions
|
|
@ -169,8 +169,8 @@ internal object YieldSupplyDomainModule {
|
|||
yieldSupplyRepository: YieldSupplyRepository,
|
||||
quotesRepository: QuotesRepository,
|
||||
currenciesRepository: CurrenciesRepository,
|
||||
): YieldSupplyGetMaxFeeUseCase {
|
||||
return YieldSupplyGetMaxFeeUseCase(
|
||||
): YieldSupplyGetTokenMaxFeeUseCase {
|
||||
return YieldSupplyGetTokenMaxFeeUseCase(
|
||||
yieldSupplyRepository = yieldSupplyRepository,
|
||||
quotesRepository = quotesRepository,
|
||||
currenciesRepository = currenciesRepository,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue