Skip to content

Commit

Permalink
Set default steps to 2**23
Browse files Browse the repository at this point in the history
  • Loading branch information
ignasirv committed Sep 30, 2022
1 parent a161217 commit d18677b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/constants.zkasm
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ CONST %SSTORE_RESET_GAS = 2900
CONST %SSTORE_CLEARS_SCHEDULE = 15000

; COUNTERS
CONST %MAX_CNT_STEPS = 2**21
CONST %MAX_CNT_STEPS = 2**23

CONST %MAX_CNT_ARITH = %MAX_CNT_STEPS / 32
CONST %MAX_CNT_BINARY = %MAX_CNT_STEPS / 32
Expand Down

0 comments on commit d18677b

Please sign in to comment.