-
i got this error while following lesson 6 i have tried all possible means to fix it, please can someone help me out? from brownie import FundMe, MockV3Aggregator, network, config |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hello @chioke07 As I can see you do not even have Check your dependencies:
# - <organization/repo>@<version>
- smartcontractkit/chainlink-brownie-contracts@1.1.1
compiler:
solc:
remappings:
- '@chainlink=smartcontractkit/chainlink-brownie-contracts@1.1.1' |
Beta Was this translation helpful? Give feedback.
Hello @chioke07
As I can see you do not even have
MockV3Aggregator
under yourcontracts
->test
folder. It should be as below:Check your
brownie-config.yaml
also if it looks like this and if you have no typo there: