Updated on 2026-08-14

This commit is contained in:
Tangem 2025-10-28 10:57:46 +03:00
parent 49b30c3318
commit 88ff064c54
2 changed files with 13 additions and 8 deletions

View file

@ -37,7 +37,7 @@ internal class MoonPay : ApiConfig() {
private fun createMockEnvironment(): ApiEnvironmentConfig {
return ApiEnvironmentConfig(
environment = ApiEnvironment.MOCK,
baseUrl = "[REDACTED_ENV_URL]", // TODO [REDACTED_TASK_KEY]
baseUrl = "[REDACTED_ENV_URL]",
)
}
}