"mocks/token/..." folder not in soldeer openzeppelin-contracts
Closed this issue · 2 comments
sergio-27 commented
mario-eth commented
hey, unfortunately that is not present in the official release on npm. After some discussions with the OZ team, they said that the mocks should not be used and they are present just on github and not on the official release so that people don't use them in production.
If you really want to use them you can use the git way of installing this, something like:
forge soldeer install @openzeppelin-mocks~5.0.2 https://github.com/OpenZeppelin/openzeppelin-contracts.git
And now you have a specific oz version from git that has the mocks that can be used only for testing
sergio-27 commented
Okey, make sense, its just what i did, thanks for replying!!