From eaf0cf32a03824944ff62bb265de953162cc8f6b Mon Sep 17 00:00:00 2001 From: Lachlan Glen <54282009+lachlanglen@users.noreply.github.com> Date: Mon, 20 May 2024 10:29:46 -0400 Subject: [PATCH] update start block to 112461673 --- 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 5ed211e..75e30da 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 = 112158850 + start_block = 112461673 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: