Skip to content

Commit

Permalink
update start block to 114037338
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlanglen committed May 22, 2024
1 parent fc024b9 commit a7f097a
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 = 114027103
start_block = 114037338
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 a7f097a

Please sign in to comment.