Updated on 2026-08-14
This commit is contained in:
parent
709eb125b3
commit
8dec1af7aa
21 changed files with 124 additions and 12 deletions
|
|
@ -410,5 +410,6 @@ sealed class AppRoute(val path: String) : Route {
|
|||
data class YieldSupplyPromo(
|
||||
val userWalletId: UserWalletId,
|
||||
val cryptoCurrency: CryptoCurrency,
|
||||
val apy: String,
|
||||
) : AppRoute(path = "/yield_supply_promo/${userWalletId.stringValue}/${cryptoCurrency.symbol}")
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue