Updated on 2026-08-14

This commit is contained in:
Tangem 2025-11-05 19:38:38 +05:00
parent abd604f9f1
commit 802b914e78
8 changed files with 57 additions and 37 deletions

View file

@ -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,