From b4bb110c6ff925945f68187c21ec56ebd4a8b22b Mon Sep 17 00:00:00 2001 From: Juanma Hidalgo Date: Mon, 18 Mar 2024 13:30:07 +0100 Subject: [PATCH] feat: use squid new URLs (#2191) --- webapp/src/config/env/dev.json | 2 +- webapp/src/config/env/prod.json | 2 +- webapp/src/config/env/stg.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/webapp/src/config/env/dev.json b/webapp/src/config/env/dev.json index a84ea9347..e1936ad7d 100644 --- a/webapp/src/config/env/dev.json +++ b/webapp/src/config/env/dev.json @@ -43,7 +43,7 @@ "PROFILE_URL": "https://decentraland.zone/profile", "SUBGRAPH_WORKER": "https://subgraph.decentraland.zone", "SENTRY_DSN": "https://1dc401149e1c819b8477565c9cdd9b70@o4504361728212992.ingest.sentry.io/4505743351676928", - "SQUID_API_URL": "https://testnet.v2.api.squidrouter.com/", + "SQUID_API_URL": "https://apiplus.squidrouter.com", "SQUID_RETRY_DELAY": "2000", "DCL_LISTS_SERVER": "https://dcl-lists.decentraland.zone", "AUTH_URL": "/auth", diff --git a/webapp/src/config/env/prod.json b/webapp/src/config/env/prod.json index 4f71cc4c7..d4170df30 100644 --- a/webapp/src/config/env/prod.json +++ b/webapp/src/config/env/prod.json @@ -43,7 +43,7 @@ "PROFILE_URL": "https://decentraland.org/profile", "SUBGRAPH_WORKER": "https://subgraph.decentraland.org", "SENTRY_DSN": "https://1dc401149e1c819b8477565c9cdd9b70@o4504361728212992.ingest.sentry.io/4505743351676928", - "SQUID_API_URL": "https://apiplus.squidrouter.com/api", + "SQUID_API_URL": "https://apiplus.squidrouter.com", "SQUID_RETRY_DELAY": "2000", "DCL_LISTS_SERVER": "https://dcl-lists.decentraland.org", "AUTH_URL": "/auth", diff --git a/webapp/src/config/env/stg.json b/webapp/src/config/env/stg.json index ba6d7cfff..467b068a3 100644 --- a/webapp/src/config/env/stg.json +++ b/webapp/src/config/env/stg.json @@ -43,7 +43,7 @@ "PROFILE_URL": "https://decentraland.today/profile", "SUBGRAPH_WORKER": "https://subgraph.decentraland.today", "SENTRY_DSN": "https://1dc401149e1c819b8477565c9cdd9b70@o4504361728212992.ingest.sentry.io/4505743351676928", - "SQUID_API_URL": "https://apiplus.squidrouter.com/api", + "SQUID_API_URL": "https://apiplus.squidrouter.com", "SQUID_RETRY_DELAY": "2000", "DCL_LISTS_SERVER": "https://dcl-lists.decentraland.org", "AUTH_URL": "/auth",