Skip to content

Fix broken tests and failed lint after dependency update

  1. Fixes the breaking tests on npx hardhat commands due to updated dependencies. Specifically the tomorrow var in lockable needed to be moved to twoDays instead for some tests due to changed internals. Sometimes these tests would work and sometimes fail, but with twoDays it seems they always work now.
  2. Fixes the resulting linter error that results on npx hardhat check in the Lockable contract.
  3. Fixes issue with tenderly hardhat plugin breaking tests.
Edited by Richard T. Carback III

Merge request reports

Loading