-
Notifications
You must be signed in to change notification settings - Fork 69
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
Fix hardhat "uninitialized provider" issue #19
Comments
I am aware of this and didn't find any workaround for now. Let's just use 2.15. |
@MerlinEgalite is proposing a temporary workaround in #35 |
Not closing this, as it would be better to find a fix and use the last version of HH |
NB: v2.16.0 of hardhat touches to providers so I'm not surprised. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When using the latest version of hardhat and dependencies,
yarn test
is failing with this:It is fixed by using a modified
yarn.lock
file, but we should find a fix to use the latest version of hardhat.Working yarn file: yarn.lock.txt
Diff: diff.txt
The text was updated successfully, but these errors were encountered: