Search code examples
visual-studio-codesoliditychainlinkbrownie

Chain link AggregatorV2V3Interface Interface error?


I'm following a Solidity tutorial that implements Chain Link's AggregatorV2V3Interface. An error is popping on VSCode 2 while compiling the code with the brownie compile command

Here is the error : Compilation Error

I'm very new to Solidity and still trying to figure out how that works.


Solution

  • Changing the VSCode compiler to v0.6.6+ and setting FundMe.sol solidity version to pragma solidity ^0.6.6; is what worked for me