juice-contracts-v1
juice-contracts-v1 copied to clipboard
How to flatten contracts?
When I use npx hardhat flatten the example contract, an error encountered.
npx hardhat flatten YourContract.sol
Error HH603: Hardhat flatten doesn't support cyclic dependencies.
How could I solve this problem? Thank you.