ens-contracts
ens-contracts copied to clipboard
I have error while deploying contract
I got error missing argument: in Contract constructor
Does anybody know what is the problem?

The problem is missing 2 args.
Would recommend pinning the @ensdomains/ens-contracts npm package version to 0.0.7 as the private chain docs haven't been updated for the latest contract versions yet
is there any update regarding this issue i'm facing the same problem @khelaia @eliomain @mdehoog ..?
is there any update regarding this issue i'm facing the same problem @khelaia @eliomain @mdehoog ..?
I deployed manually
you have deployed this https://docs.ens.domains/deploying-ens-on-a-private-chain#script-deploy.js
Deploying ENS in a single transaction
is this the file you deployed manually..? @khelaia
Link above is no longer available.
Is there any documentation on how to deploy ENS to a hardhat private chain?
I used to use the package @ethereum-waffle/ens, but it's outdated.