-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
To test it, run npx hardhat compile and then one more time. Caching should hit in, then. Background: We want to get rid of the remapping usages in hardhat, as it has bugs. The solution is: we just install the deps twice: once via git submodule for foundry and once via npm for hardhat. We use in the contract only the npm packages, but allow foundry to remap to submodules for its purposes. Longterm we wanna switch to hardhat tests and away from foundry
- Loading branch information
Showing
4 changed files
with
146 additions
and
125 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.