Skip to content

Commit 8b424a9

Browse files
use latest flag for hardhat plugin
1 parent c4044c2 commit 8b424a9

File tree

1 file changed

+1
-1
lines changed
  • develop/smart-contracts/dev-environments

1 file changed

+1
-1
lines changed

develop/smart-contracts/dev-environments/hardhat.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Before getting started, ensure you have:
5353
3. To interact with Polkadot, Hardhat requires the following plugin to compile contracts and to spawn a local node for testing:
5454

5555
```bash
56-
npm install --save-dev @parity/hardhat-polkadot@0.2.0
56+
npm install --save-dev @parity/hardhat-polkadot@latest
5757
```
5858

5959
4. Create a Hardhat project:

0 commit comments

Comments
 (0)