Updated on 2026-08-14

This commit is contained in:
Tangem 2025-07-28 14:59:35 +05:00
commit 7de53d6b0c
20 changed files with 257 additions and 43 deletions

View file

@ -431,6 +431,7 @@ internal class ChildFactory @Inject constructor(
params = ChooseManagedTokensComponent.Params(
userWalletId = route.userWalletId,
initialCurrency = route.initialCurrency,
selectedCurrency = route.selectedCurrency,
source = ChooseManagedTokensComponent.Source.valueOf(route.source.name),
),
componentFactory = chooseManagedTokensComponentFactory,