Updated on 2026-08-14

This commit is contained in:
Tangem 2025-10-10 12:56:47 +05:00
parent cfd8ae2957
commit 3ff7d4b050

View file

@ -43,7 +43,7 @@ internal class TangemPay(
private fun createProdEnvironment(): ApiEnvironmentConfig = ApiEnvironmentConfig(
environment = ApiEnvironment.PROD,
baseUrl = "https://api.paera.com/bff/",
baseUrl = "https://api.us.paera.com/bff/",
headers = createHeaders(),
)