Skip to content

Conversation

@0xemrekaya
Copy link

Description:
This Pull Request includes the following changes to use the new deploy features of Hardhat v2.0.0^:

  • The deployContract() function is used instead of the old getContractFactory() and deploy() functions.
  • getContractFactory() and deploy() functions are deprecated.
  • address is deprecated, instead use target.

In Hardhat v2.0.0^, a number of changes were made to the deploy process. So, the old code was not working, I updated it with the new version.

BTW the old code has a error:
image

If you need more information about Hardhat v2.0.0^ check this guides: https://hardhat.org/hardhat-runner/docs/guides/deploying

@0xemrekaya 0xemrekaya changed the title Update deploy.ts for new Hardhat version fix: error in hardhat deployed func, use new Hardhat deploy func Mar 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant