Skip to content

Commit 44f024f

Browse files
add llm files
1 parent 8b424a9 commit 44f024f

File tree

5 files changed

+16
-16
lines changed

5 files changed

+16
-16
lines changed

.ai/categories/smart-contracts.md

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

1043210432
```bash
10433-
npm install --save-dev @parity/hardhat-polkadot@0.2.0
10433+
npm install --save-dev @parity/hardhat-polkadot@latest
1043410434
```
1043510435

1043610436
4. Create a Hardhat project:

.ai/categories/tooling.md

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

1984619846
```bash
19847-
npm install --save-dev @parity/hardhat-polkadot@0.2.0
19847+
npm install --save-dev @parity/hardhat-polkadot@latest
1984819848
```
1984919849

1985019850
4. Create a Hardhat project:

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

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

5959
```bash
60-
npm install --save-dev @parity/hardhat-polkadot@0.2.0
60+
npm install --save-dev @parity/hardhat-polkadot@latest
6161
```
6262

6363
4. Create a Hardhat project:

.ai/site-index.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2720,12 +2720,12 @@
27202720
}
27212721
],
27222722
"stats": {
2723-
"chars": 14642,
2724-
"words": 2063,
2723+
"chars": 14643,
2724+
"words": 2061,
27252725
"headings": 11,
2726-
"estimated_token_count_total": 3354
2726+
"estimated_token_count_total": 3350
27272727
},
2728-
"hash": "sha256:fd85ef400c352c7caf1221d28abb01d550d32ad89fde943ea404adbd595e2e64",
2728+
"hash": "sha256:8a04a69c6bad80db74466483ac5bdaf8d2bfe5639b220c2a5b7be9dd3eeff5c0",
27292729
"token_estimator": "heuristic-v1"
27302730
},
27312731
{

0 commit comments

Comments
 (0)