Skip to content

Commit

Permalink
fix: ENS subgraph endopoint (#3136)
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmahidalgo authored Jul 5, 2024
1 parent 66f1e98 commit e3e607d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/config/env/prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"SENTRY_DSN": "https://428e8d298fb3f0fbcea645314a4a388c@o4504361728212992.ingest.sentry.io/4505748381564928",
"DCL_LISTS_SERVER": "https://dcl-lists.decentraland.org",
"INSPECTOR_CONTENT_URL": "https://builder-items.decentraland.org",
"ENS_SUBGRAPH_URL": "https://api.thegraph.com/subgraphs/name/ensdomains/ens",
"ENS_SUBGRAPH_URL": "https://subgraph.decentraland.org/ens",
"DCL_NAME_STATS_URL": "https://dcl-name-stats.decentraland.org",
"ENS_DOMAINS_URL": "https://ens.domains",
"INSPECTOR_SEGMENT_API_KEY": "8PrGcB0XsogabYgo02gXqfqVM20KKzva",
Expand Down
2 changes: 1 addition & 1 deletion src/config/env/stg.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"SENTRY_DSN": "https://428e8d298fb3f0fbcea645314a4a388c@o4504361728212992.ingest.sentry.io/4505748381564928",
"DCL_LISTS_SERVER": "https://dcl-lists.decentraland.today",
"INSPECTOR_CONTENT_URL": "https://builder-items.decentraland.zone",
"ENS_SUBGRAPH_URL": "https://api.thegraph.com/subgraphs/name/ensdomains/ens",
"ENS_SUBGRAPH_URL": "https://subgraph.decentraland.org/ens",
"DCL_NAME_STATS_URL": "https://dcl-name-stats.decentraland.org",
"ENS_DOMAINS_URL": "https://ens.domains",
"INSPECTOR_SEGMENT_API_KEY": "8PrGcB0XsogabYgo02gXqfqVM20KKzva",
Expand Down

0 comments on commit e3e607d

Please sign in to comment.