Skip to content

Commit

Permalink
feat: support factory vaults
Browse files Browse the repository at this point in the history
  • Loading branch information
wavey0x committed Jan 23, 2023
1 parent 8e91afb commit 95a1d3b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/collect_reports.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,6 @@ def main(dynamically_find_multi_harvest=False):
interval_seconds = 25

last_reported_block, last_reported_block030 = last_harvest_block()
last_reported_block = 16215519
last_reported_block030 = 16215519
print("latest block (v0.3.1+ API)",last_reported_block)
print("blocks behind (v0.3.1+ API)", chain.height - last_reported_block)
if chain.id == 1:
Expand Down

0 comments on commit 95a1d3b

Please sign in to comment.