Skip to content

Commit

Permalink
feat: deprecate hosted service URLs (#3121)
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmahidalgo committed Jun 11, 2024
1 parent f323180 commit 59d29f2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/config/env/prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"MARKETPLACE_URL": "https://api.decentraland.org/v1",
"MARKETPLACE_API": "https://marketplace-api.decentraland.org/v1",
"MARKETPLACE_WEB_URL": "https://decentraland.org/marketplace",
"LAND_MANAGER_GRAPH_URL": "https://api.thegraph.com/subgraphs/name/decentraland/land-manager",
"MARKETPLACE_GRAPH_URL": "https://api.thegraph.com/subgraphs/name/decentraland/marketplace",
"RENTALS_GRAPH_URL": "https://api.thegraph.com/subgraphs/name/decentraland/rentals-ethereum-mainnet",
"LAND_MANAGER_GRAPH_URL": "https://subgraph.decentraland.org/land-manager",
"MARKETPLACE_GRAPH_URL": "https://subgraph.decentraland.org/marketplace",
"RENTALS_GRAPH_URL": "https://subgraph.decentraland.org/rentals-ethereum-mainnet",
"SHARE_SCENE_URL": "https://share.decentraland.org/b",
"INTERCOM_APP_ID": "z0h94kay",
"SEGMENT_API_KEY": "ZxBQcII46wT0TURGQczWYK7tyBq8BEmt",
Expand Down
6 changes: 3 additions & 3 deletions src/config/env/stg.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"MARKETPLACE_URL": "https://api.decentraland.org/v1",
"MARKETPLACE_API": "https://marketplace-api.decentraland.org/v1",
"MARKETPLACE_WEB_URL": "https://decentraland.today/marketplace",
"LAND_MANAGER_GRAPH_URL": "https://api.thegraph.com/subgraphs/name/decentraland/land-manager",
"MARKETPLACE_GRAPH_URL": "https://api.thegraph.com/subgraphs/name/decentraland/marketplace",
"RENTALS_GRAPH_URL": "https://api.thegraph.com/subgraphs/name/decentraland/rentals-ethereum-mainnet",
"LAND_MANAGER_GRAPH_URL": "https://subgraph.decentraland.org/land-manager",
"MARKETPLACE_GRAPH_URL": "https://subgraph.decentraland.org/marketplace",
"RENTALS_GRAPH_URL": "https://subgraph.decentraland.org/rentals-ethereum-mainnet",
"SHARE_SCENE_URL": "https://share.decentraland.org/b",
"INTERCOM_APP_ID": "z0h94kay",
"SEGMENT_API_KEY": "H21EgRI4eYwICDZf5uW6ek2BiykIR6wA",
Expand Down

0 comments on commit 59d29f2

Please sign in to comment.