From 68aaee85c2434c814b1e3c0d7914136e1fd71606 Mon Sep 17 00:00:00 2001 From: Melisa Anabella Rossi Date: Tue, 11 Jun 2024 17:33:24 -0300 Subject: [PATCH] feat: update land manager subgraph link (#999) --- src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.ts b/src/config.ts index 496778d0..062edee7 100644 --- a/src/config.ts +++ b/src/config.ts @@ -101,7 +101,7 @@ function getDefaultConfig(network: string): Partial { : '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'