-
On deploying my Lottery smart contract on sepolia testnet I'm facing this error |
Beta Was this translation helpful? Give feedback.
Answered by
aman879
Apr 15, 2023
Replies: 1 comment
-
I was using bracket while passing args in verify.js
correct: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
aman879
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was using bracket while passing args in verify.js
constructorArguments: [args]
correct:
constructorArguments: args