Updated on 2026-08-14
This commit is contained in:
parent
92034d6106
commit
625cf611f2
9 changed files with 151 additions and 7 deletions
|
|
@ -468,4 +468,7 @@ sealed class AppRoute(val path: String) : Route {
|
|||
val cryptoCurrency: CryptoCurrency,
|
||||
val apy: String,
|
||||
) : AppRoute(path = "/yield_supply_active/${userWalletId.stringValue}/${cryptoCurrency.symbol}")
|
||||
|
||||
@Serializable
|
||||
data class NewsDetails(val newsId: Int) : AppRoute(path = "/news_details/$newsId")
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue