From 495b1c651e6a80f0226dfdb77b2090c281e771e2 Mon Sep 17 00:00:00 2001 From: Miguel Hervas Date: Tue, 5 Jul 2022 21:58:10 -0700 Subject: [PATCH] Update to new subsquid endpoint Old endpoint has been deprecated, need to use a new one. --- lambda/crowdloan/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lambda/crowdloan/config.js b/lambda/crowdloan/config.js index d5600de8..bbc5a835 100644 --- a/lambda/crowdloan/config.js +++ b/lambda/crowdloan/config.js @@ -21,7 +21,7 @@ const configs = { POSTGRES_CONFIG, REFERRAL_TABLE_NAME: "centrifuge", URL_CROWDLOAN_SERVICE: - "https://app.gc.subsquid.io/beta/centrifuge-sqd5/v2/graphql", + "https://app.gc.subsquid.io/beta/centrifuge-firesquid/v1/graphql", REWARDS_BUDGET: process.env.CCL_REWARDS_BUDGET ? parseFloat(process.env.CCL_REWARDS_BUDGET)