Updated on 2026-08-14

This commit is contained in:
Tangem 2020-09-01 10:21:18 +03:00
parent 12b5d855bd
commit 0b75473cb6
29 changed files with 617 additions and 75 deletions

View file

@ -0,0 +1,6 @@
package com.tangem.tap
object TapConfig {
const val usePayId: Boolean = true
const val coinMarketCapKey = "f6622117-c043-47a0-8975-9d673ce484de"
}