Skip to content

Lesson 6: Error Compiling MockV3Aggregator #831

Answered by karlMoreno
karlMoreno asked this question in Q&A
Discussion options

You must be logged in to vote

Issue resolved when in brownie-config.yaml file i set

solc:
version 0.6.6

and in the the MockV3Aggregator file I changed from:

pragma solidity ^0.6.0;

to:

pragma solidity >=0.6.0;

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
2 replies
@karlMoreno
Comment options

@karlMoreno
Comment options

Comment options

You must be logged in to vote
1 reply
@cromewar
Comment options

Answer selected by karlMoreno
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants