Updated on 2026-08-14

This commit is contained in:
Tangem 2022-10-06 15:12:52 +05:00
parent b5adbe0325
commit 8e552d9ed3
5 changed files with 205 additions and 0 deletions

View file

@ -13,5 +13,6 @@ object NetworkLogConfig {
val mercuryoService: Boolean = false
val moonPayService: Boolean = false
val tangemTechService: Boolean = BuildConfig.DEBUG
val paymentologyApiService: Boolean = BuildConfig.DEBUG
val blockchainSdkNetwork: Boolean = BuildConfig.DEBUG
}