0 Passing #6062
Answered
by
honxsinatra
honxsinatra
asked this question in
Q&A
0 Passing
#6062
-
Beta Was this translation helpful? Give feedback.
Answered by
honxsinatra
Aug 28, 2023
Replies: 1 comment 4 replies
-
What am i missing out? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks @alfaqi for your concern, i realised that instead of;
const sendvalue = ethers.utils.parseEther("1")
...supposed to be;
const sendValue =
ethers.parseEther("1")`It worked out for me and there are no more errors!