You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement the npx hardhat flatten task in the v3 command line:
Hardhat version 2.22.8
Usage: hardhat [GLOBAL OPTIONS] flatten [...files]
POSITIONAL ARGUMENTS:
files The files to flatten
flatten: Flattens and prints contracts and their dependencies. If no file is passed, all the contracts in the project will be flattened.
For global options help run: hardhat help
This task will take advantage of the new build system.
The text was updated successfully, but these errors were encountered:
Implement the
npx hardhat flatten
task in the v3 command line:This task will take advantage of the new build system.
The text was updated successfully, but these errors were encountered: