- Added Husky pre commit hooks
- Pin hardhat to
2.14.0
to preventsetupFork
from failing - Refactored the
deploy.config
to allow forFixtureOverrides
which are type safe foraccountOverrides
andcontractOverrides
. This allows for a uniform way to globally pass overrides for fixtures for deployments and testing.
Full Changelog: v4.0.0...v4.1.0