-
Notifications
You must be signed in to change notification settings - Fork 41
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
Dependency conflict with Hardhat V5 #201
Comments
Thanks for reporting this. |
Does anyone have advice for getting this to work? Any workarounds? |
if you want to take care of this, we could review & merge it. While you could just edit the peer dependency specification and have The correct way to go about this would be as follows
[1]: I tried to asses the feasibility of this, and so far I had to edit many dependencies. I got it to the point where the project would compile IIRC, but tests crashed instantly, see patch below:
|
@0xteddybear do you have a branch open where you started these changes? I'd be open to checking it out and attempting to continue chipping away at this. I'm new to solidity but I came across this package in a course I was doing. would be great to have it updated. |
All the changes I tried out so far are contained in the patch above (well, sans the
If you are starting out I highly recommend to try out foundry and our re-implementation of this: https://github.com/defi-wonderland/smock-foundry . |
Describe the bug
Cannot install if using Hardhat V5 due to deps conflict with Ethers v6
Reproduction steps
Expected behavior
Should install without error.
Screenshots
System Specs:
The text was updated successfully, but these errors were encountered: