LESSON 14: HELP w/UNIT TEST #3049
Unanswered
DorianDaSilva
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
as per discussion: #2981 I am still in need of help to solve the error. (Link to repo available as requested - I am aware everyone is dealing with their own issues as well but would appreciate the help)
It also seems to be affecting my
RandomIpfsNft.sol
contract - All tests passed when running before Svg contract but now returninginvalid consumer ( )
Another detail is that I had to include a hardcoded version of
MockV3Aggregator
(Compiles properly) as well as its imports because the compiler is set tov0.8.9
and despite editing properly the config file to includev0.6.6
I still get a compiler error when using a version different tov0.8.9
. Still trying to figure out why this keeps happening.Thank you!
Beta Was this translation helpful? Give feedback.
All reactions