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
I'm very new to Solidity and still trying to figure out how that works.
CodePudding user response:
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