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