Skip to content

Commit

Permalink
feat: update land manager subgraph link (#999)
Browse files Browse the repository at this point in the history
  • Loading branch information
Melisa Anabella Rossi authored Jun 11, 2024
1 parent 4d91e77 commit 68aaee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ function getDefaultConfig(network: string): Partial<DCLInfo> {
: '0x369a7fbe718c870c79f99fb423882e8dd8b20486',
catalystUrl: isMainnet ? 'https://peer.decentraland.org' : 'https://peer-ue-2.decentraland.zone',
dclApiUrl: isMainnet
? 'https://api.thegraph.com/subgraphs/name/decentraland/land-manager'
? 'https://subgraph.decentraland.org/land-manager'
: 'https://api.studio.thegraph.com/query/49472/land-manager-sepolia/version/latest',
segmentKey:
isStableVersion() && !isDevelopment() ? 'sFdziRVDJo0taOnGzTZwafEL9nLIANZ3' : 'mjCV5Dc4VAKXLJAH5g7LyHyW1jrIR3to'
Expand Down

0 comments on commit 68aaee8

Please sign in to comment.