Updated on 2026-08-14

This commit is contained in:
Tangem 2026-02-05 17:35:20 +03:00
parent fcc17181ad
commit 5b3b19f3ee
11 changed files with 123 additions and 37 deletions

View file

@ -284,6 +284,7 @@ sealed class AnalyticsParam {
const val ENS = "ENS"
const val ENS_ADDRESS = "ENS Address"
const val ACCOUNT_DERIVATION_FROM = "Account Derivation (from)"
const val ACCOUNT_DERIVATION_TO = "Account Derivation (to)"
const val FEE_TOKEN = "Fee Token"
const val ACCOUNT_DERIVATION = "Account Derivation"
}