Closed nseguias closed 6 months ago
Please make a pr with this enhancement to the docs, and I will merge it :D
Someone submitted this PR back in January for this issue. Please merge so that others won't have to hunt for this interface (like I did) in the Chainlink repo. Thanks! https://github.com/Cyfrin/foundry-full-course-f23/pull/1361
Done!
Describe the enhancement
When trying to follow along the video there's no AggregatorV3Interface.sol file in the chainlink repo. You can find it here (https://github.com/smartcontractkit/chainlink/blob/develop/contracts/src/v0.7/interfaces/AggregatorV3Interface.sol) instead (not in v08 though) but I'm not sure if they're the same.
Interfaces ⌨️ (4:37:08) | Interfaces
For reference - ChainLink Interface's Repo