-
Notifications
You must be signed in to change notification settings - Fork 18
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
Access default hardhat compile
and test
while still using this plugin
#88
Comments
compile
and test
while still using this plugin
Similarly, it seems if I try to run
|
One suggestion here might be to add a flag for compilation and testing. Something like |
+1 one on this, if anyone has any workarounds this would be great. Looking to transition to forge as a drop in compiler for local dev while slowly migrating from hardhat to forge on-chain. However, the ability to use the default impl would be super helpful. Edit:
|
Is there some way to still access the native hardhat calls using this plugin?
I really like how this cleanly integrates into hardhat and replaces the compilation pipeline with forge and hardhat node with anvil as it gives a huge performance boost. And because it generates hardhat artifacts, all the hardhat scripts work well with foundry under the hood.
However, it would still be useful to do the default
hardhat compile
from time to time to be able to generate typechain artifacts that I can pass to the front-end. And similarly, I can't seem to figure out a way to run the native hardhat tests, ashardhat test
only looks for forge tests.The text was updated successfully, but these errors were encountered: