contract address is null in transaction receipt #6486
Unanswered
Divyanshu-Madhav
asked this question in
Q&A
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have ran into an issue
this is my
deploy.js code
:and this is my
hardhat config file
:and this is the command I used to run the file
yarn hardhat run scripts/deploy.js --network sepolia
and this is the output I am getting :this undefined should also be not there as I want the output as the array and also my smartContract file is fully compiled and is correct.
Can anybody please help me with this issue.
Edit: after changing the
api_key
toapiKey
anddefaultNetwor
todefaultNetwork
in hardhat.config file ,I am now getting the follwing error :Beta Was this translation helpful? Give feedback.
All reactions