Skip to content

Commit

Permalink
feat: use squid new URLs (#2191)
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmahidalgo committed Mar 18, 2024
1 parent 0329bda commit b4bb110
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion webapp/src/config/env/dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion webapp/src/config/env/prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion webapp/src/config/env/stg.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit b4bb110

Please sign in to comment.