Updated on 2026-08-14

This commit is contained in:
Tangem 2026-05-29 18:25:31 +02:00
parent 8b69fb70dc
commit 6a664f4a52
25 changed files with 762 additions and 7 deletions

View file

@ -328,6 +328,7 @@ sealed class AnalyticsParam {
const val WALLET_TYPE = "Wallet Type"
const val BACKUPED = "Backuped"
const val MEMO = "Memo"
const val VALUE = "Value"
}
}