PatrickAlphaC / hardhat-simple-storage-fcc

74 stars 88 forks source link

Hardhat Plugin Update #22

Open alymurtazamemon opened 2 years ago

alymurtazamemon commented 2 years ago

Hello @PatrickAlphaC,

Hardhat has updated its plugins and move all its plugin to one plugin called @nomicfoundation/hardhat-toolbox. Now when people are installing the packages they are facing issues due to these plugin updates, because they also require changes in the hardhat.config.js file.

I have read the hardhat docs and tried that update on this project (has a similar setup for other projects), and now it is working correctly. I would like to update the projects with new hardhat plugin.

Should I send the pull request?

PatrickAlphaC commented 2 years ago

Yes please! I'll do a review...

We'll have to update the updates file... We should figure out a clear and easy path for people to migrate to the new stuff.

Devansh-kajve commented 1 year ago

@PatrickAlphaC To migrate people, maybe we should leave a note at the readme of this repo that explains the new changes with the updated steps they have to follow now

defih commented 1 year ago

Hello @PatrickAlphaC,

Hardhat has updated its plugins and move all its plugin to one plugin called @nomicfoundation/hardhat-toolbox. Now when people are installing the packages they are facing issues due to these plugin updates, because they also require changes in the hardhat.config.js file.

I have read the hardhat docs and tried that update on this project (has a similar setup for other projects), and now it is working correctly. I would like to update the projects with new hardhat plugin.

Should I send the pull request?

i am having a similar issue . tried a lot of different stuff still unable to fix it. how should i fix it? hh600

alymurtazamemon commented 1 year ago

@defih Please post your issue in the discussions tab, will guide you to the solution.