Skip to content

Lesson 14: No arguments passed to the base constructor. Specify the arguments or mark "RandomIpfsNft" as abstract. #6245

Answered by Nlferu
Charlotte528 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @Charlotte528

I assume error comes from following package "@nomiclabs/hardhat-ethers" in your repository if you do below:
"@nomiclabs/hardhat-ethers": "npm:hardhat-deploy-ethers@^0.3.0-beta.13" -> this will be specific hardhat ethers version
If you do following:
"@nomiclabs/hardhat-ethers": "npm:hardhat-deploy-ethers", -> this is latest hardhat ethers for which syntax is different

As ethers v5 and v6 has different syntax that might be issue, so please update packages to "npm:hardhat-deploy-ethers@^0.3.0-beta.13"

I have already created pull request for this to course repo.

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@Charlotte528
Comment options

@Nlferu
Comment options

@Nlferu
Comment options

@Charlotte528
Comment options

@Nlferu
Comment options

Answer selected by Charlotte528
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants