Updated on 2026-08-14

This commit is contained in:
Tangem 2025-11-05 20:11:39 +05:00
parent 802b914e78
commit 506c1bb737
4 changed files with 8 additions and 8 deletions

View file

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