Updated on 2026-08-14

This commit is contained in:
Tangem 2026-01-26 21:41:59 +07:00
commit eb9eed8d6c
43 changed files with 1296 additions and 131 deletions

View file

@ -12,5 +12,7 @@ object DeeplinkConst {
const val DERIVATION_PATH_KEY = "derivation_path"
const val TRANSACTION_ID_KEY = "transaction_id"
const val PROMO_CODE_KEY = "promo_code"
const val REF_KEY = "ref"
const val CAMPAIGN_KEY = "campaign"
const val NAME_KEY = "name"
}