Updated on 2026-08-14

This commit is contained in:
Tangem 2025-05-30 19:28:33 +05:00
parent 08da87d369
commit fc73f08b5e
12 changed files with 261 additions and 207 deletions

View file

@ -182,6 +182,9 @@ sealed class AppRoute(val path: String) : Route {
val userWalletId: UserWalletId,
) : AppRoute(path = "/wallet_settings/${userWalletId.stringValue}")
@Serializable
data object Markets : AppRoute(path = "/markets")
@Serializable
data class MarketsTokenDetails(
val token: TokenMarketParams,