Updated on 2026-08-14

This commit is contained in:
Tangem 2026-07-15 14:51:10 +03:00
parent 1cfaf5a283
commit 23f864b18d
25 changed files with 304 additions and 1 deletions

View file

@ -556,6 +556,11 @@ sealed class AppRoute(val path: String) : Route {
val apy: String,
) : AppRoute(path = "/yield_supply_entry/${userWalletId.stringValue}/${cryptoCurrency.symbol}")
@Serializable
data class Polymarket(
val userWalletId: UserWalletId,
) : AppRoute(path = "/polymarket/${userWalletId.stringValue}")
@Serializable
data class NewsDetails(val newsId: Int) : AppRoute(path = "/news_details/$newsId")