lesson 9: cant deploy to sepolia testnet #5166
-
Beta Was this translation helpful? Give feedback.
Answered by
alymurtazamemon
Mar 26, 2023
Replies: 1 comment 1 reply
-
@thedreader Inside the 01-deploy-raffle.js file, one of the arguments you pass the deploy is |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
thedreader
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@thedreader Inside the 01-deploy-raffle.js file, one of the arguments you pass the deploy is
undefined
. You have to make sure which one is undefined. You can console.log theargs
before deploying.