Lesson 7. @Chainlink/contracts Bug #674
-
Hey Guys, I'm getting this Error. Pls help me out. Can't compile my code. I'm on the 10:43:52 (timestamp) of the video: |
Beta Was this translation helpful? Give feedback.
Answered by
alymurtazamemon
Jul 1, 2022
Replies: 1 comment 1 reply
-
@DevABDee This is a duplicate question. You should search next time in the discussions for any errors before opening a new one. Set the compiler version as this: solidity: {
compilers: [{ version: "0.8.8" }, { version: "0.6.6" }],
}, |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
TradMod
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@DevABDee This is a duplicate question. You should search next time in the discussions for any errors before opening a new one.
Set the compiler version as this: