Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: error in hardhat deployed func, use new Hardhat deploy func #12

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

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