Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Avoid using Ethers.js v6.0.0? #6585

mgroovyank started this conversation in Ideas
Discussion options

I tried using ethers.js v6.0.0 with hardhat. But in Lesson 7, there were dependency compatibility issues when I tried to install plugins like
hardhat-deploy and hardhat-deploy-ethers. These plugins still don't seem to work with v6.0.0 of ethers.

I hope my analysis is right and it helps others.
Please let me know, if there is any other way to use latest version of all these dependencies.

You must be logged in to vote

Replies: 1 comment

Comment options

I'm able to use ethers.js v6.0.0 with the above mentioned plugins. This was possible due to latest release of hardhat-deploy-ether@v0.4.2. You can find the resolved issue here: #37
Here is how my package.json looks like:

{
 "devDependencies": {
 "@chainlink/contracts": "^1.1.0",
 "@nomicfoundation/hardhat-toolbox": "^5.0.0",
 "hardhat": "^2.22.3",
 "hardhat-deploy": "^0.12.4",
 "hardhat-deploy-ethers": "^0.4.2"
 }
}
You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Ideas
Labels
None yet
1 participant

AltStyle によって変換されたページ (->オリジナル) /