Private key is not valid
comes when try to deploy on testnet
#2080
-
Hi! just already deployed it and now was working with final I have even changed the |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 45 replies
-
please push your code on github |
Beta Was this translation helpful? Give feedback.
-
Check if you have |
Beta Was this translation helpful? Give feedback.
-
try logging it in hardhat.config.js to confirm it is what you expect |
Beta Was this translation helpful? Give feedback.
-
@MasterofBlockchain : Are you still stuck in this? |
Beta Was this translation helpful? Give feedback.
-
Hey @MasterofBlockchain the error |
Beta Was this translation helpful? Give feedback.
-
Fixed the code! Evrything was okay other than |
Beta Was this translation helpful? Give feedback.
Fixed the code! Evrything was okay other than
const
keyword. i missed this one before declaring the key. it was givin me an Error and it fixed the error and the code.