Lesson: 6 = (hardhat simple storage) Having issue with deployment on rinkeby #888
Answered
by
mattaereal
Rashed-web
asked this question in
Q&A
-
Every time I face this error whenever I deploy this on rinkeby. Can anyone help me? For better understanding, please check the screenshot. |
Beta Was this translation helpful? Give feedback.
Answered by
mattaereal
Jul 11, 2022
Replies: 1 comment 3 replies
-
There seems to be a misconfiguration in your Also, it seems you're misspelling "rinkeby" for "rinkbey" (not sure of this affects your code). |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
alymurtazamemon
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There seems to be a misconfiguration in your
hardhat.config.json
file. Have you checked your usingaccounts
instead ofaccount
when setting your[PRIVATE_KEY]
?Also, it seems you're misspelling "rinkeby" for "rinkbey" (not sure of this affects your code).