-
I am getting this error at 08:03:50 time in video that encountered the problem
The line of code is:
@PatrickAlphaC #metamask #Alchemy |
Beta Was this translation helpful? Give feedback.
Answered by
krakxn
Aug 21, 2022
Replies: 2 comments 3 replies
-
Did you forget there lines in your deploy.js script: let wallet = new ethers.Wallet.fromEncryptedJsonSync(
encryptedJson,
process.env.PRIVATE_KEY_PASS
);
wallet = wallet.connect(provider); |
Beta Was this translation helpful? Give feedback.
1 reply
-
Problem lies here:
Make sure whether the above, .env, PRIVATE_KEY and provider are correct. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
Amey242
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem lies here:
Make sure whether the above, .env, PRIVATE_KEY and provider are correct.