From 5c5a507b3e998c5b7d85a5904cbaa3f81145a4ed Mon Sep 17 00:00:00 2001 From: djeck1432 Date: Thu, 20 Feb 2025 15:05:28 +0100 Subject: [PATCH] change last block --- apps/data_handler/handlers/loan_states/zklend/run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/data_handler/handlers/loan_states/zklend/run.py b/apps/data_handler/handlers/loan_states/zklend/run.py index 85e0d08d..4e86b5f3 100644 --- a/apps/data_handler/handlers/loan_states/zklend/run.py +++ b/apps/data_handler/handlers/loan_states/zklend/run.py @@ -144,7 +144,7 @@ def run(self) -> None: """ max_retries = 10000 retry = 0 - self.last_block = 269603 # FIXME change it after first run on the server + self.last_block = 336603 # FIXME change it after first run on the server zklend_protocol_address = self.PROTOCOL_ADDRESSES logger.info(f"Default last block: {self.last_block}")