Updated on 2026-08-14
This commit is contained in:
parent
709eb125b3
commit
8dec1af7aa
21 changed files with 124 additions and 12 deletions
|
|
@ -628,7 +628,11 @@ internal class ChildFactory @Inject constructor(
|
|||
is AppRoute.YieldSupplyPromo -> {
|
||||
createComponentChild(
|
||||
context = context,
|
||||
params = YieldSupplyPromoComponent.Params(route.userWalletId, route.cryptoCurrency),
|
||||
params = YieldSupplyPromoComponent.Params(
|
||||
userWalletId = route.userWalletId,
|
||||
currency = route.cryptoCurrency,
|
||||
apy = route.apy,
|
||||
),
|
||||
componentFactory = yieldSupplyPromoComponentFactory,
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue