-
1.i am getting error after running command "yarn hardhat deploy --tags mocks"
code file is
|
Beta Was this translation helpful? Give feedback.
Answered by
Nlferu
Jan 20, 2023
Replies: 1 comment 7 replies
-
Hello @haris4121 Your code seems to be fine. Could you please confirm if your const DECIMALS = "8"
const INITIAL_ANSWER = "200000000000" |
Beta Was this translation helpful? Give feedback.
7 replies
Answer selected by
haris4121
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello @haris4121
Your code seems to be fine. Could you please confirm if your
DECIMALS
andINITIAL_ANSWER
are defined as below?