Skip to content

Commit

Permalink
feat: add mising subgraph url (#1970)
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmahidalgo authored Aug 11, 2023
1 parent 0e61d4b commit c053937
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion webapp/src/config/env/dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
3 changes: 2 additions & 1 deletion webapp/src/config/env/prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
3 changes: 2 additions & 1 deletion webapp/src/config/env/stg.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit c053937

Please sign in to comment.