// SPDX-License-Identifier: GPL-3.0-or-later // solhint-disable no-unused-import pragma solidity >=0.8.22; import { MerkleInstant } from "./MerkleInstant.sol"; import { MerkleLL } from "./MerkleLL.sol"; import { MerkleLT } from "./MerkleLT.sol"; import { MerkleVCA } from "./MerkleVCA.sol"; /** * This file has been deprecated and is only kept for backward compatibility. Please use the individual type files * instead: * * - MerkleInstant -> MerkleInstant.sol * - MerkleLL -> MerkleLL.sol * - MerkleLT -> MerkleLT.sol * - MerkleVCA -> MerkleVCA.sol */