Updated on 2026-08-14
This commit is contained in:
parent
c5e437586b
commit
c5de0ebfdc
13 changed files with 452 additions and 2 deletions
|
|
@ -382,4 +382,10 @@ sealed class AppRoute(val path: String) : Route {
|
|||
data class TangemPayOnboarding(
|
||||
val deeplink: String,
|
||||
) : AppRoute(path = "/tangem_pay_onboarding/$deeplink")
|
||||
|
||||
@Serializable
|
||||
data class YieldSupplyPromo(
|
||||
val userWalletId: UserWalletId,
|
||||
val cryptoCurrency: CryptoCurrency,
|
||||
) : AppRoute(path = "/yield_supply_promo/${userWalletId.stringValue}/${cryptoCurrency.symbol}")
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue