We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c0bf3b commit fa74516Copy full SHA for fa74516
the_last_indexer/indexers/paymesh-starknet.indexer.ts
@@ -37,12 +37,12 @@ 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-20000)
41
42
return defineIndexer(StarknetStream)({
43
streamUrl: crowdfundingConfig.streamUrl || groupConfig.streamUrl,
44
finality: "accepted",
45
- startingBlock: BigInt(startingBlock-5000),
+ startingBlock: BigInt(startingBlock-20000),
46
filter: {
47
events: [
48
{
0 commit comments