Skip to content

Commit

Permalink
Update Hardhat version error message (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
fvictorio authored Mar 4, 2024
1 parent 5e7bbc2 commit 0260969
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,13 @@ try {
ERROR
Please upgrade your hardhat version to 2.11 or above.
This error is generated by plugin "hardhat-tracer" because it is
dependent on some features available in hardhat >=2.11.0 <3.0.0.
This version of "hardhat-tracer" only works with versions of
Hardhat previous to 2.21.0.
npm i hardhat@latest
or
yarn add hardhat@latest
A new version compatible with the latest Hardhat will be released soon.
In the meantime, downgrade Hardhat to 2.20.1, or remove "hardhat-tracer"
from your Hardhat config.
`
);
process.exit(1);
Expand Down

0 comments on commit 0260969

Please sign in to comment.