// SPDX-License-Identifier: MIT pragma solidity >=0.8.23 <=0.8.28; /// @dev Minimum supported tree depth. uint8 constant MIN_DEPTH = 1; /// @dev Maximum supported tree depth. uint8 constant MAX_DEPTH = 32;