polytope-labs / solidity-merkle-trees

The most advanced solidity library for merkle (multi) proof verification of different kinds of merkle trees
Apache License 2.0
183 stars 33 forks source link

0.2.1 issue Error HH411: The library openzeppelin, imported from @polytope-labs/solidity-merkle-trees/src/trie/substrate/SubstrateTrieDB.sol, is not installed. Try installing it using npm. For more info go to https://hardhat.org/HH411 or run Hardhat with --show-stack-traces #36

Closed GalaxySciTech closed 1 year ago

GalaxySciTech commented 1 year ago

Error HH411: The library openzeppelin, imported from @polytope-labs/solidity-merkle-trees/src/trie/substrate/SubstrateTrieDB.sol, is not installed. Try installing it using npm.

For more info go to https://hardhat.org/HH411 or run Hardhat with --show-stack-traces

when use. import {MerklePatricia} from "@polytope-labs/solidity-merkle-trees/src/MerklePatricia.sol";

GalaxySciTech commented 1 year ago

https://github.com/polytope-labs/solidity-merkle-trees/pull/37

@seunlanlege pr pls review