Skip to content

Commit

Permalink
Merge pull request #167 from macrocosm-os/if_eval_block_bump
Browse files Browse the repository at this point in the history
Bump start block for if eval v2.
  • Loading branch information
Sid-Data-Universe authored Dec 17, 2024
2 parents a9dba57 + 7b58fc1 commit 23cad3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion constants/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
}

INSTRUCT_8B_BLOCK = 4_451_695
IF_EVAL_V2_BLOCK = 4_503_159
IF_EVAL_V2_BLOCK = 4_523_592

# Schedule of competitions by block.
COMPETITION_SCHEDULE_BY_BLOCK: List[Tuple[int, List[Competition]]] = [
Expand Down

0 comments on commit 23cad3a

Please sign in to comment.