Migrate Hardhat V2 Project to V3: Understanding Hook System and HRE Usage in New Extensibility Model #7465
Unanswered
AlirezaEthDev
asked this question in
Troubleshooting
Replies: 1 comment 3 replies
-
|
Hey @AlirezaEthDev, improving the documentation is our top priority - including documenting the extensibility via the hook system. But we are not there yet (we are putting together an extensibility guide for plugins at the moment). Is it a plugin you are migrating or where you using If your project is up on github can you link it so I can take a look? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am currently working on a project using Hardhat V2, which incorporates HRE and extendEnvironment. I need to migrate this project to Hardhat V3. While reviewing the V3 documentation, I noticed the statement:
These extensibility points were replaced by the hook system. We'll add details on how to migrate them soon.How can I learn more about the hook system and how to utilize HRE in Hardhat V3?Beta Was this translation helpful? Give feedback.
All reactions