-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to incorporate into hardhat project. #44
Comments
OS: MacOS 13.5 Version information:
|
I just cloned, added key + mnemonic to .env, and was able to deploy this market 🤔 Are you sure you're using the latest version of hardhat.config.ts? The output here seems to be missing the dependency array aave-v3-deploy/hardhat.config.ts Line 152 in f032945
|
Hi there @defispartan . Thanks for looking into this. I can also run aave-v3-deploy as expected when I clone. I am running into issues when attempting to add it as a dependency to another hardhat project following these instructions: https://github.com/aave/aave-v3-deploy#how-to-integrate-in-your-hardhat-project In my case
|
I have the same issue, when I reach the point of https://github.com/aave/aave-v3-deploy/blob/main/deploy/01-after-deploy.ts#L26 and run the task in the https://github.com/aave/aave-v3-deploy/blob/main/tasks/misc/review-rate-strategies.ts#L78 it doesn't find the artifact of DefaultReserveInterestRateStrategy and throws an error halting the entire deploy. |
I would like to include aave-v3-deploy in my project in order to integrate with the aave-v3 contracts.
I followed the steps in the README: How to integrate in your Hardhat project
Reproduction steps
I have tried many things but am unable to get past this.
Would appreciate any assistance
The text was updated successfully, but these errors were encountered: