Skip to content

Commit

Permalink
Fixed bug in configuring subsquid processor start block
Browse files Browse the repository at this point in the history
  • Loading branch information
aminlatifi committed Jun 16, 2024
1 parent f54956a commit c074b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/processor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export class Processor {
},
})
.setBlockRange({
from: START_BLOCK,
from: start_block,
})
.addLog({
address: [EAS_CONTRACT_ADDRESS],
Expand Down

0 comments on commit c074b1f

Please sign in to comment.