New hardhat configuration reading existing hardhat config #2245
Unanswered
taetaehoho
asked this question in
Q&A
Replies: 2 comments 4 replies
-
Hey @taetaehoho what do you mean by default hardhat configuration setup? Do you mean this?
|
Beta Was this translation helpful? Give feedback.
4 replies
-
@taetaehoho I think you already have |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
gm!
I've had an issue with hardhat initialization starting from lesson 7. I will run the following commands
yarn init yarn add --dev hardhat yarn hardhat
and instead of getting the default hardhat configuration setup, I just get all the executable tasks (including deploy, etherscan/verify...etc which I've added to hardhat-config.js in other directories).
I am working out of a fresh directory.
I have tried.
rm -r current_dir
and redoing the process.But can't make it seem to work. Some alternatives I've considered are
But would love to hear what other solutions there are.
Beta Was this translation helpful? Give feedback.
All reactions