Updated on 2026-08-14

This commit is contained in:
Tangem 2026-01-15 12:44:45 +02:00
parent 7703758e56
commit 65840babb1
5 changed files with 21 additions and 1 deletions

View file

@ -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 {