Updated on 2026-08-14

This commit is contained in:
Tangem 2026-05-19 10:06:50 +03:00
parent 4ce200b8d4
commit 0cceaf3110

View file

@ -10,9 +10,6 @@ internal object Constants {
const val GAS_LIMIT = 500_000_000L
const val PRIVATE_KEY_LENGTH = 32
const val VISA_API_PROD_URL = "https://payapi.tangem-tech.com/api/v1/"
const val VISA_API_DEV_URL = "[REDACTED_ENV_URL]"
const val NETWORK_TIMEOUT_SECONDS = 65L
const val NETWORK_LOGS_TAG = "VisaNetworkLogs"
}