diff --git a/packages/imt.sol/contracts/README.md b/packages/imt.sol/contracts/README.md index 5f28d01aa..d62facf14 100644 --- a/packages/imt.sol/contracts/README.md +++ b/packages/imt.sol/contracts/README.md @@ -34,6 +34,11 @@ +> [!WARNING] +> If you are looking for the first version of this package, please visit this [link](https://github.com/privacy-scaling-explorations/zk-kit/tree/imt-v1/packages/incremental-merkle-tree.sol). + +--- + ## Libraries ✔️ [BinaryIMT](https://github.com/privacy-scaling-explorations/zk-kit/blob/main/packages/imt.sol/contracts/BinaryIMT.sol) (Poseidon)\ @@ -41,9 +46,6 @@ ✔️ [LazyIMT](https://github.com/privacy-scaling-explorations/zk-kit/blob/main/packages/imt.sol/contracts/LazyIMT.sol) (Poseidon)\ ✔️ [LeanIMT](https://github.com/privacy-scaling-explorations/zk-kit/blob/main/packages/imt.sol/contracts/LeanIMT.sol) (Poseidon) -> [!WARNING] -> If you are looking for the first version of this package, please visit this [link](https://github.com/privacy-scaling-explorations/zk-kit/tree/imt-v1/packages/incremental-merkle-tree.sol). - ## 🛠 Install ### npm or yarn diff --git a/packages/imt/README.md b/packages/imt/README.md index af61dc738..ffbc799e7 100644 --- a/packages/imt/README.md +++ b/packages/imt/README.md @@ -115,7 +115,7 @@ tree.verifyProof(proof) // true new IMT(poseidon2, depth, zeroValue, arity, [1, 2, 3]) ``` -### LeanIMT ([doc](https://zkkit.pse.dev/classes/_zk_kit_lean-imt.LeanIMT.html)) +### LeanIMT ([doc](https://zkkit.pse.dev/classes/_zk_kit_imt.LeanIMT.html)) ```typescript import { LeanIMT } from "@zk-kit/imt"