Lesson 7 : Fund Me #5225
Closed
mrtechnostart
started this conversation in
General
Replies: 1 comment 2 replies
-
Hello @mrtechnostart Just add below to hardhat.config.js: networks: {
hardhat: {
chainId: 31337,
blockConfirmations: 1,
},
localhost: {
chainId: 31337,
blockConfirmations: 1,
}, As you are using |
Beta Was this translation helpful? Give feedback.
2 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.
-
Unable To Deploy Mocks
00-deploy-mocks.js
hardhat.config.js
On Running
It says nothing to compile
Beta Was this translation helpful? Give feedback.
All reactions