Skip to content

Commit

Permalink
feat: bump tree size to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
DhairyaSethi committed May 10, 2024
1 parent 3a8d25c commit aa036d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/StateReceiver.sol
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ contract StateReceiver is System {
address public rootSetter;
uint256 public leafCount;
uint256 public replayCount;
uint256 public constant TREE_DEPTH = 7;
uint256 public constant TREE_DEPTH = 16;

event StateCommitted(uint256 indexed stateId, bool success);
event StateSyncReplay(uint256 indexed stateId);
Expand Down

0 comments on commit aa036d5

Please sign in to comment.