Updated on 2026-08-14

This commit is contained in:
Tangem 2025-10-16 16:25:07 +05:00
parent 1aee51dc3b
commit 8167dab4f0
16 changed files with 223 additions and 101 deletions

View file

@ -41,7 +41,7 @@ internal class DefaultTokenDetailsRouter @Inject constructor(
router.push(
AppRoute.Staking(
userWalletId = userWalletId,
cryptoCurrencyId = cryptoCurrency.id,
cryptoCurrency = cryptoCurrency,
yieldId = yieldId,
),
)