-
| import "@chainlink/contracts/src/v0.6/interfaces/AggregatorV3Interface.sol";
import "@chainlink/contracts/src/v0.6/vendor/SafeMathChainlink.sol";
"@chainlink/contracts/src/v0.6/interfaces/AggregatorV2V3Interface.sol";I am still having no luck trying to import this way. It constantly comes with a error and cant compile, due to not found. This is in VS code and i know that youre supposed to pass through github, can someone explain how to pass through each file in the config.yaml. i have been having this issues since Lesson 3 and am now still struggling at lesson 6. I have tried flattening the code as well and this just ends up giving long run errors | 
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
| CompilerError: solc returned the following errors: contracts/tests/FundMe.sol:8:1: ParserError: Source "smartcontractkit/[email protected]/contracts/src/v0.6/interfaces/AggregatorV3Interface.sol" not found: File not found.
import "@chainlink/contracts/src/v0.6/interfaces/AggregatorV3Interface.sol";
^--------------------------------------------------------------------------^
contracts/tests/FundMe.sol:9:1: ParserError: Source "smartcontractkit/[email protected]/contracts/src/v0.6/vendor/SafeMathChainlink.sol" not found: File not found.
import "@chainlink/contracts/src/v0.6/vendor/SafeMathChainlink.sol";
^------------------------------------------------------------------^
contracts/tests/MockV3Aggregator.sol:4:1: ParserError: Source "smartcontractkit/[email protected]/contracts/src/v0.6/interfaces/AggregatorV2V3Interface.sol" not found: File not found.
import "@chainlink/contracts/src/v0.6/interfaces/AggregatorV2V3Interface.sol";
^----------------------------------------------------------------------------^
Matts-MacBook-Air:brownie_fund_me mattwilson$  | 
Beta Was this translation helpful? Give feedback.
-
| Hello @mattwilsonbmx Could you please share your brownie-config.yaml file? | 
Beta Was this translation helpful? Give feedback.
-
| I'm having a similar error, here is my yaml file. Thanks for the help | 
Beta Was this translation helpful? Give feedback.

Hello @mattwilsonbmx Could you please share your brownie-config.yaml file?