ethers latest version does not work #4305
Unanswered
luislucena16
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Can you please more specific? Also, have you followed the instructions on the migration guide? I have a feeling you just need to remove the |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
ethers version
6.6.7
Search Terms
rpc, versions, package, ethers
Describe the Problem
The error is about the latest version of
ethers
, it generates some conflicts with the test, changing the version to5.0.0
works fine.Code Snippet
currently I have modified some things in my test and I have the following error:
Contract ABI
no available..
Errors
Message error is: `TypeError: Cannot read properties of undefined (reading 'JsonRpcProvider')`
Environment
Hardhat, npm
Environment (Other)
JavaScript, chai
Beta Was this translation helpful? Give feedback.
All reactions