Lesson14: Compiler Version Problem! #864
Answered
by
ZahraaHawie
ZahraaHawie
asked this question in
Q&A
-
Hello.. I have a problem in my compiler version.. MockV3Aggregator.sol needs a compiler of 0.6.0 version and it's always getting error although I updated solidity compilers in hardhat.config.js but it is not working with double compilers.. hardhat.config.js
MockV3Aggregator.sol
Other contracts are working normally Any help of why I cant work with double compilers? |
Beta Was this translation helpful? Give feedback.
Answered by
ZahraaHawie
Jul 10, 2022
Replies: 1 comment
-
It worked when I updated MockV3Aggregator to |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ZahraaHawie
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It worked when I updated MockV3Aggregator to
pragma solidity >=0.6.0 <0.9.0;