Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update chronological-updates.md #6530

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions chronological-updates.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,13 @@ As the previous section has highlighted, changes in the hardhat version changed

Run `yarn add --dev [email protected]`

## 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
Expand Down