Skip to content

Commit eea5a67

Browse files
Nemanya8nhussein11
andauthored
[FIX] - remove specific version of hardhat (#818)
* [FIX] - remove specific version of hardhat * Update develop/smart-contracts/dev-environments/hardhat.md * fix: llms * fix: llms --------- Co-authored-by: Nicolás Hussein <[email protected]> Co-authored-by: nhussein11 <[email protected]>
1 parent fecdb9b commit eea5a67

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Before getting started, ensure you have:
5151
3. To interact with Polkadot, Hardhat requires the following plugin to compile contracts to PolkaVM bytecode and to spawn a local node compatible with PolkaVM:
5252

5353
```bash
54-
npm install --save-dev @parity/[email protected].5
54+
npm install --save-dev @parity/[email protected].8
5555
```
5656

5757
4. Create a Hardhat project:

llms.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7625,7 +7625,7 @@ Before getting started, ensure you have:
76257625
3. To interact with Polkadot, Hardhat requires the following plugin to compile contracts to PolkaVM bytecode and to spawn a local node compatible with PolkaVM:
76267626

76277627
```bash
7628-
npm install --save-dev @parity/[email protected].5
7628+
npm install --save-dev @parity/[email protected].8
76297629
```
76307630

76317631
4. Create a Hardhat project:

0 commit comments

Comments
 (0)