v1.0.1
Fixed
- Dropped
remappings.txtfrom 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 nestedremappings.txtfrom 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/contractsthrough standardnode_moduleslookup.
Full Changelog: v1.0.0...v1.0.1