Lesson9:TypeError: from.toLowerCase is not a function #1368
Answered
by
alymurtazamemon
bMuhammad506
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
alymurtazamemon
Jul 28, 2022
Replies: 2 comments 4 replies
-
@bMuhammad506 Please follow this guide next time when you ask a question. How to Ask Question Guide await deploy("VRFCoordinatorV2Mock", {
contract: "VRFCoordinatorV2Mock",
from: deployer,
log: true,
args: args,
}); here from should be the address of deployer, you have given deploy function to it. |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
bMuhammad506
-
bro i solved that issue and also thanks for helping with this one and for your contribution to this community really appreciate it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@bMuhammad506 Please follow this guide next time when you ask a question. How to Ask Question Guide
here from should be the address of deployer, you have given deploy function to it.