Replies: 2 comments 5 replies
-
Hello @Edwinro09, Did you have your contract file inside the contracts folder? And are you working in the |
Beta Was this translation helpful? Give feedback.
4 replies
-
Hey @Edwinro09 your imports are actually different from the github repo you have posted. It should be: import {AggregatorV3Interface} from "@chainlink/contracts/src/v0.8/shared/interfaces/AggregatorV3Interface.sol"; your is: import {AggregatorV3Interface} from "@chainlink/[email protected]/src/v0.8/shared/interfaces/AggregatorV3Interface.sol"; |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm in a problem and I need to make a discussion, word it better.
I am using the code that is on github:
but it generates the following error and nothing works for me.
Beta Was this translation helpful? Give feedback.
All reactions