Chain link AggregatorV2V3Interface Interface error?

188 Views Asked by At

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.

1

There are 1 best solutions below

0
On BEST ANSWER

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