Updated on 2026-08-14

This commit is contained in:
Tangem 2026-02-04 12:09:36 +03:00
parent 184c94d9d3
commit 2938fda36e
12 changed files with 83 additions and 67 deletions

View file

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