Updated on 2026-08-14

This commit is contained in:
Tangem 2026-07-16 11:55:21 +03:00
commit 246ab4b47e
25 changed files with 362 additions and 3 deletions

View file

@ -558,6 +558,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")