Skip to content

Commit

Permalink
update start block to 113613466
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlanglen committed May 22, 2024
1 parent 93db4c0 commit ee1827d
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 @@ -59,7 +59,7 @@ def listen_to_near_events():
try:
# Update below with desired network & block height
# start_block = get_block_height("current_block_height")
start_block = 113455493
start_block = 113613466
logger.info(f"what's the start block, pray tell? {start_block-1}")
loop.run_until_complete(indexer("mainnet", start_block - 1, None))
except WorkerLostError:
Expand Down

0 comments on commit ee1827d

Please sign in to comment.