We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50041f4 commit a6620d0Copy full SHA for a6620d0
the_last_indexer/indexers/paymesh-starknet.indexer.ts
@@ -37,11 +37,11 @@ export default function (runtimeConfig: ApibaraRuntimeConfig) {
37
38
console.log("Crowd Funding Cache: ", crowd_funding_cache);
39
console.log("Group Cache: ", group_cache);
40
- console.log("starting block ", startingBlock - 5000);
+ console.log("starting block ", startingBlock - 10000);
41
return defineIndexer(StarknetStream)({
42
streamUrl: crowdfundingConfig.streamUrl || groupConfig.streamUrl,
43
finality: "accepted",
44
- startingBlock: BigInt(startingBlock - 5000),
+ startingBlock: BigInt(startingBlock - 10000),
45
filter: {
46
events: [
47
{
0 commit comments