-
Notifications
You must be signed in to change notification settings - Fork 25
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
hardhat-deploy-ethers not compatible with hardhat-toolbox when using npm #27
Comments
@wottpal yes most likely, The blocker is on hardhat repo : NomicFoundation/hardhat#1040 |
Ok, but definitely thanks for the quick follow-up here. It's nice to know that you are on it :) |
Hi! Is there any workaround while the 1040 issue is fixed? |
@wighawag any updates on this? can we help? |
Really nice. Had a look, but unfortunately it's really only the function interfaces that seem to be in the PR yet. |
hardhat-deploy-ethers@next has been released It is now an extension to hardhat-ethers so you need both But note that that new version do not support external artifact if you were using them |
Hi,
I am unable to install hardhat-deploy-ethers when I have hardhat-toolbox in my dependencies. My package.json dependencies look like:
I've tested with npm v.8.11.0 (which is bundled with Node 16LTS) as well as the latest v8.15.0. The error received is:
I could technically fix it by forcing the dependencies or using legacy-peer-deps but thought it might be good to raise this issue.
The text was updated successfully, but these errors were encountered: