Skip to content
This repository has been archived by the owner on Jan 9, 2022. It is now read-only.

Commit

Permalink
Update command buidler to hardhat
Browse files Browse the repository at this point in the history
We're now using hardhat instead of buidler
  • Loading branch information
feulf authored Jan 23, 2021
1 parent e74598b commit 26852f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Clone this repository, then install the dependencies with `npm install`. Build e

### Run Contract Tests & Get Callstacks

In one terminal run `npx buidler node`
In one terminal run `npx hardhat node`

Then in another run `npm run test`

Expand Down

0 comments on commit 26852f6

Please sign in to comment.