From bbabe27f8cc92a85092e8d862ed8ce1cad7ae12d Mon Sep 17 00:00:00 2001 From: bigint Date: Thu, 27 Jun 2024 23:19:48 +0530 Subject: [PATCH] chore: update syncScoreToStack script --- apps/api/src/script/sync-score-to-stack.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/api/src/script/sync-score-to-stack.ts b/apps/api/src/script/sync-score-to-stack.ts index 23d354447173..3620ce03f6f9 100644 --- a/apps/api/src/script/sync-score-to-stack.ts +++ b/apps/api/src/script/sync-score-to-stack.ts @@ -5,8 +5,8 @@ import lensPg from '../db/lensPg'; const baseUrl = 'https://api.hey.xyz/score/get'; const batchSize = 5; -const limit = 10000; -const offset = 89258; +const limit = 300000; +const offset = 104600; const getProfiles = async () => { const profiles = await lensPg.query(