From 43ccc3ebecff14dd6e69c8487c53b3b49d78c256 Mon Sep 17 00:00:00 2001 From: SpinoniRaffaele Date: Fri, 29 Mar 2024 09:41:34 +0100 Subject: [PATCH] Update chronological-updates.md --- chronological-updates.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/chronological-updates.md b/chronological-updates.md index ce8192d2..9f976c63 100644 --- a/chronological-updates.md +++ b/chronological-updates.md @@ -105,6 +105,13 @@ As the previous section has highlighted, changes in the hardhat version changed Run `yarn add --dev hardhat@2.9.3` +## Importing from NPM +There are changes in the @chainlink/contracts dependency, if you install the latest version you will end up in an error: +'Error HH404: File @chainlink/contracts/src/v0.8/interfaces/AggregatorV3Interface.sol, imported fr/FundMe.sol, not found.' + +To avoid this specify the version used in the course: +`yarn add --dev @chainlink/contracts@^0.3.1` + --------- # Lesson 9