diff --git a/webapp/src/config/env/dev.json b/webapp/src/config/env/dev.json index a8c10a188..42d7ce06a 100644 --- a/webapp/src/config/env/dev.json +++ b/webapp/src/config/env/dev.json @@ -38,5 +38,6 @@ "EXPLORER_URL": "https://play.decentraland.zone", "MARKETPLACE_URL": "https://market.decentraland.zone", "PROFILE_URL": "https://profile.decentraland.zone", - "SSO_URL": "https://id.decentraland.zone" + "SSO_URL": "https://id.decentraland.zone", + "SUBGRAPH_WORKER": "https://subgraph.decentraland.zone" } diff --git a/webapp/src/config/env/prod.json b/webapp/src/config/env/prod.json index 121a4e841..8b68dfc1c 100644 --- a/webapp/src/config/env/prod.json +++ b/webapp/src/config/env/prod.json @@ -38,5 +38,6 @@ "EXPLORER_URL": "https://play.decentraland.org", "MARKETPLACE_URL": "https://market.decentraland.org", "PROFILE_URL": "https://profile.decentraland.org", - "SSO_URL": "https://id.decentraland.org" + "SSO_URL": "https://id.decentraland.org", + "SUBGRAPH_WORKER": "https://subgraph.decentraland.org" } diff --git a/webapp/src/config/env/stg.json b/webapp/src/config/env/stg.json index 400df8196..d99cd8372 100644 --- a/webapp/src/config/env/stg.json +++ b/webapp/src/config/env/stg.json @@ -38,5 +38,6 @@ "EXPLORER_URL": "https://play.decentraland.org", "MARKETPLACE_URL": "https://market.decentraland.today", "PROFILE_URL": "https://profile.decentraland.today", - "SSO_URL": "https://id.decentraland.today" + "SSO_URL": "https://id.decentraland.today", + "SUBGRAPH_WORKER": "https://subgraph.decentraland.today" }