Skip to content

Commit

Permalink
Merge pull request #460 from centrifuge/fix-subsquid
Browse files Browse the repository at this point in the history
Update to new subsquid endpoint
  • Loading branch information
JP Angelle committed Jul 7, 2022
2 parents 541cbcc + 495b1c6 commit c6e6191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lambda/crowdloan/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c6e6191

Please sign in to comment.