Errors
Deploying
Artifact for contract "HypercertMinter" not found
Error message
Error HH700: Artifact for contract "HypercertMinter" not found.
Cause
Attempting to deploy a contract with npx hardhat deploy before the contract has been compiled by hardhat. Contracts compiled by forge are currently not visible to hardhat (this could be a configuration problem).