We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
startingBlock - 5000
1 parent f9de584 commit 50041f4Copy full SHA for 50041f4
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 ", 4434432);
+ console.log("starting block ", startingBlock - 5000);
41
return defineIndexer(StarknetStream)({
42
streamUrl: crowdfundingConfig.streamUrl || groupConfig.streamUrl,
43
finality: "accepted",
44
- startingBlock: BigInt(4434432),
+ startingBlock: BigInt(startingBlock - 5000),
45
filter: {
46
events: [
47
{
0 commit comments