Skip to content

Commit

Permalink
restart indexer at 105,363,093
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlanglen committed May 6, 2024
1 parent 739df78 commit 9ecc002
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 @@ -51,7 +51,7 @@ def listen_to_near_events():
try:
# Update below with desired network & block height
# start_block = get_block_height("current_block_height")
start_block = 105_159_364 # manually setting for reindexing TODO: remove this
start_block = 105_363_093 # 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 9ecc002

Please sign in to comment.