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",