Cannot deploy mocks...unknown error #5273
-
The error
depoy mocks
hardhat config
helper hardhat config
|
Beta Was this translation helpful? Give feedback.
Answered by
darshilmistry
Apr 11, 2023
Replies: 2 comments 2 replies
-
@darshilmistry use -const { deployer } = getNamedAccounts()
+const { deployer } = await getNamedAccounts() |
Beta Was this translation helpful? Give feedback.
2 replies
-
I removed the network section and it started working... Then I removed localhost and replaced it with ganache but now the ganache network is not connecting even if its active. however the deployments are happening on the default hardhat chain. so it can be called solved, I suppose... |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
darshilmistry
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I removed the network section and it started working... Then I removed localhost and replaced it with ganache but now the ganache network is not connecting even if its active. however the deployments are happening on the default hardhat chain. so it can be called solved, I suppose...