Skip to content

Commit

Permalink
restart at block 106388588
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlanglen committed May 10, 2024
1 parent a7de2d4 commit 1959ca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indexer_app/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def listen_to_near_events():
try:
# Update below with desired network & block height
# start_block = get_block_height("current_block_height")
start_block = 106388590 # manually setting for reindexing TODO: remove this
start_block = 106388588 # manually setting for reindexing TODO: remove this
logger.info(f"what's the start block, pray tell? {start_block-1}")
loop.run_until_complete(indexer("mainnet", start_block - 1, None))
finally:
Expand Down

0 comments on commit 1959ca0

Please sign in to comment.