Updated on 2026-08-14
This commit is contained in:
parent
7703758e56
commit
65840babb1
5 changed files with 21 additions and 1 deletions
|
|
@ -167,6 +167,11 @@ sealed class StakingAnalyticsEvent(
|
|||
event = "Button - Activate",
|
||||
params = mapOf(AnalyticsParam.TOKEN_PARAM to token),
|
||||
)
|
||||
|
||||
data class NotEnoughFee(val token: String) : StakingAnalyticsEvent(
|
||||
event = "Notice - Not Enough Fee",
|
||||
params = mapOf(AnalyticsParam.TOKEN_PARAM to token),
|
||||
)
|
||||
}
|
||||
|
||||
enum class StakeScreenSource {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue