Skip to content

Commit

Permalink
change last block
Browse files Browse the repository at this point in the history
  • Loading branch information
djeck1432 committed Feb 20, 2025
1 parent 055063a commit 5c5a507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/data_handler/handlers/loan_states/zklend/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}")
Expand Down

0 comments on commit 5c5a507

Please sign in to comment.