From 19e1916b187388cb7b73f919d8e6daf5b7f5188a Mon Sep 17 00:00:00 2001 From: Lachlan Glen <54282009+lachlanglen@users.noreply.github.com> Date: Wed, 22 May 2024 13:21:48 -0400 Subject: [PATCH] update start block to 113284717 --- indexer_app/tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indexer_app/tasks.py b/indexer_app/tasks.py index 0af92e7..e78ac36 100644 --- a/indexer_app/tasks.py +++ b/indexer_app/tasks.py @@ -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 = 113155075 + start_block = 113284717 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: