Lesson - 5, Type Error while deploying SimpleStorage.sol in Ganache #6547
Waseem-Baig
started this conversation in
General
Replies: 1 comment
-
Hi @Waseem-Baig Just change the code from this const binary = fs.readFileSync(
"SimpleStorage_sol_SimpleStorage.abi",
"utf-8"
); To this const binary = fs.readFileSync(
"SimpleStorage_sol_SimpleStorage.bin",
"utf-8"
); |
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
-
My code is
Error is
Beta Was this translation helpful? Give feedback.
All reactions