-
This is my directory structure:And this gives assurance that I have slither installed in my system:If I run the command
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi, and thanks for the question! crytic-compile expects hardhat projects to have a |
Beta Was this translation helpful? Give feedback.
Hi, and thanks for the question! crytic-compile expects hardhat projects to have a
hardhat.config.js
orhardhat.config.ts
config file, but you have a different extension,hardhat.config.cjs
, which appears to have been added recently to hardhat. I'll create an issue to track this in crytic-compile, but in the meantime you can useslither . --compile-force-framework hardhat
to force the use of hardhat.