Skip to content

v1.0.1

Choose a tag to compare

@Juglipaff Juglipaff released this 04 Jul 09:57
Immutable release. Only release title and notes can be modified.
286ac8d

Fixed

  • Dropped remappings.txt from the published npm tarball. It pointed @openzeppelin/=lib/openzeppelin-contracts/, a Foundry-only path that doesn't exist inside the npm package. Hardhat 3 respects nested remappings.txt from installed packages and failed to resolve OpenZeppelin imports as a result. Foundry consumers who install via git submodule are unaffected; npm/Hardhat consumers now resolve @openzeppelin/contracts through standard node_modules lookup.

Full Changelog: v1.0.0...v1.0.1