Skip to content

Commit acea575

Browse files
committed
fix block start
1 parent 593d20e commit acea575

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

the_last_indexer/indexers/paymesh-starknet.indexer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export default function (runtimeConfig: ApibaraRuntimeConfig) {
4242
return defineIndexer(StarknetStream)({
4343
streamUrl: crowdfundingConfig.streamUrl || groupConfig.streamUrl,
4444
finality: "accepted",
45-
startingBlock: BigInt(startingBlock) - BigInt(1000),
45+
startingBlock: BigInt(startingBlock) - BigInt(5000),
4646
filter: {
4747
events: [
4848
{

0 commit comments

Comments
 (0)