Hey mate, Hope you're well.
Is it easy to limit the number of requests in a batch call for instance, less than 500.
For example, analyseBlock-> getBlockSyncEvents->getReceiptsBatch(transactions) is returning error due to the batch size being greater than 500.
Transaction hashes are 1200 and the node provider is limiting to 500 in a batch call.
Can we update getReceiptsBatch(hashes) function in this file ./workers/lib/scrape.block.past.js to split the hashes array into multiple as per the set size like 500 in each array.
Any thoughts please?