Updated on 2026-08-14

This commit is contained in:
Tangem 2025-06-27 14:41:00 +05:00
parent b51b57cf89
commit 1efdecab4a
13 changed files with 119 additions and 33 deletions

View file

@ -219,5 +219,7 @@ sealed class AnalyticsParam {
const val ACTION = "Action"
const val COLLECTIONS = "Collections"
const val NFT = "Nft"
const val STANDARD = "Standard"
const val NO_COLLECTION = "No collection"
}
}