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

Add support for Hardhat Ignition #102

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

Add support for Hardhat Ignition #102

wants to merge 9 commits into from

Conversation

zoeyTM
Copy link

@zoeyTM zoeyTM commented Dec 7, 2023

With Hardhat Ignition being added to hardhat-toolbox, we should update this boilerplate to match the tutorial.

"@nomicfoundation/hardhat-network-helpers": "^1.0.7",
"@nomicfoundation/hardhat-toolbox": "^2.0.0",
"@nomiclabs/hardhat-ethers": "^2.2.1",
"@nomicfoundation/hardhat-toolbox": "^5.0.0",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Packages 'versions need to be updated as soon as they're released

We can leverage the toolbox to pull in all the needed deps.
There is noise due to a reformat as well, but in general we should stick
to out of the box prettier rules.
This matches our usage in the sample projects.

console.log("Token address:", token.address);
// ignition is available in the global scope
Copy link

@ChristopherDedominici ChristopherDedominici Mar 4, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As soon as this issue is fixed this code used to run ignition should be changed

@kanej kanej requested a review from alcuadrado March 5, 2024 10:23
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.

3 participants