Skip to content

Commit 6bd608a

Browse files
authored
Update Chopsticks and Zombienet versions (#393)
* Update zombienet * Update chopsticks * Update zombienet to 1.3.121 * Update llms.txt * Update llms.txt
1 parent e45e65c commit 6bd608a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

llms.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27310,7 +27310,7 @@ By the end of this tutorial, you'll be equipped to deploy and test your own bloc
2731027310

2731127311
To successfully complete this tutorial, you must ensure you've first:
2731227312

27313-
- [Installed Zombienet](/develop/toolkit/parachains/spawn-chains/zombienet/get-started/#install-zombienet){target=\_blank}
27313+
- [Installed Zombienet](/develop/toolkit/parachains/spawn-chains/zombienet/get-started/#install-zombienet){target=\_blank}. This tutorial requires Zombienet version `{{ dependencies.zombienet.version }}`. Verify that you're using the specified version to ensure compatibility with the instructions.
2731427314
- Reviewed the information in [Configure Zombienet](/develop/toolkit/parachains/spawn-chains/zombienet/get-started/#configure-zombienet){target=\_blank} and understand how to customize a spawned network
2731527315

2731627316
## Define the Network

tutorials/polkadot-sdk/testing/spawn-basic-chain.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ By the end of this tutorial, you'll be equipped to deploy and test your own bloc
1717

1818
To successfully complete this tutorial, you must ensure you've first:
1919

20-
- [Installed Zombienet](/develop/toolkit/parachains/spawn-chains/zombienet/get-started/#install-zombienet){target=\_blank}
20+
- [Installed Zombienet](/develop/toolkit/parachains/spawn-chains/zombienet/get-started/#install-zombienet){target=\_blank}. This tutorial requires Zombienet version `{{ dependencies.zombienet.version }}`. Verify that you're using the specified version to ensure compatibility with the instructions.
2121
- Reviewed the information in [Configure Zombienet](/develop/toolkit/parachains/spawn-chains/zombienet/get-started/#configure-zombienet){target=\_blank} and understand how to customize a spawned network
2222

2323
## Define the Network

variables.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ dependencies:
55
version: v1.0.0
66
chopsticks:
77
repository_url: https://github.com/AcalaNetwork/chopsticks
8-
version: 0.13.1
8+
version: 1.0.2
99
zombienet:
1010
repository_url: https://github.com/paritytech/zombienet
11-
version: v1.3.106
11+
version: v1.3.121
1212
architecture: macos-arm64
1313
asset_transfer_api:
1414
repository_url: https://github.com/paritytech/asset-transfer-api

0 commit comments

Comments
 (0)