Lesson 9 Error: invalid BigNumber value #2024
Answered
by
SatamSai
SidharthK2
asked this question in
Q&A
-
|
Beta Was this translation helpful? Give feedback.
Answered by
SatamSai
Aug 24, 2022
Replies: 2 comments 6 replies
-
Push to GitHub, I will look into it |
Beta Was this translation helpful? Give feedback.
3 replies
-
In 01-deploy-raffle.js |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
SidharthK2
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In 01-deploy-raffle.js
line 43 is incorrect. Replace const interval = networkConfig[chainId["interval"]] with const interval = networkConfig[chainId]["interval"]