Lesson 4
#6303
Replies: 1 comment
-
Hey there, I have encountered the same problem too because they have changed to directory for the AggregatorV3Interface.sol file on the repo. It's now in v0.7/interfaces folder so importing it like that and changing the compiler version to ^0.7.0 should solve your problem. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
import "@chainlink/contracts/src/v0.8/interfaces/AggregatorV3Interface.sol";
not able to find this " AggregatorV3Interface" on chainlink repo
(,int price,,,)=priceFeed.latestRoundData();
not understood this right hand side latestRoundData is returning value so it will be stored in price as there is several , commas
can anyone please help me out .
Beta Was this translation helpful? Give feedback.
All reactions