Skip to content

Releases: DeFiFoFum/hardhat-template

v4.1.0 - Fix hardhat dependency | Refactor deploy.config variables

20 Mar 01:28
Compare
Choose a tag to compare
  1. Added Husky pre commit hooks
  2. Pin hardhat to 2.14.0 to prevent setupFork from failing
  3. Refactored the deploy.config to allow for FixtureOverrides which are type safe for accountOverrides and contractOverrides. This allows for a uniform way to globally pass overrides for fixtures for deployments and testing.

Full Changelog: v4.0.0...v4.1.0

v4.0.0

08 Mar 00:58
Compare
Choose a tag to compare

This version is still using OZ 4.9.3 due to solc v0.8.20 not being supported on all EVM chains.

The file structure in this version has changed slightly from v3. This version now uses a lib/ directory at the root to better organize the growing tools which can be used between tests, deployments and scripts.

What's Changed

Full Changelog: v3.2.0...v4.0.0

v3.2.0: Hardhat + Foundry Template

15 Nov 23:08
Compare
Choose a tag to compare

Current Support

  • Hardhat Typescript Tests & Scripts
  • Foundry Testing
  • DeployManager: Easily deploy typesafe contracts as immutable or upgradeable through the DeployManager. This also helps verify the contracts afterward and saves a deployment file for easy reference.

What's Changed

New Contributors

Full Changelog: https://github.com/DeFiFoFum/hardhat-template/commits/v3.2.0