Skip to content

Lesson 7: I'm unable to deploy my project #4963

Answered by Nlferu
Cointerior asked this question in Q&A
Discussion options

You must be logged in to vote

Hello @Cointerior

As @paulcoffee85 said you should use deploy instead of deploying. There is also another error coming from missing data in your hardhat.config.js as you are not having there following:

  1. Missing networks setup for Goerli and Sepolia, no PRIVATE_KEY, GOERLI_RPC_URL, chainId and blockconfirmations
  2. Missing namedAccounts setup...

Just visit course repository for this lesson and compare it's code with yours it shoulkd solve your problems.

If you see only compiling in console that is because script you are running has some errors and it is not working properly.

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
2 replies
@Cointerior
Comment options

@paulcoffee85
Comment options

Comment options

You must be logged in to vote
3 replies
@Cointerior
Comment options

@paulcoffee85
Comment options

@Cointerior
Comment options

Answer selected by Cointerior
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants