Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion llms.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27310,7 +27310,7 @@ By the end of this tutorial, you'll be equipped to deploy and test your own bloc

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

- [Installed Zombienet](/develop/toolkit/parachains/spawn-chains/zombienet/get-started/#install-zombienet){target=\_blank}
- [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.
- 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

## Define the Network
Expand Down
2 changes: 1 addition & 1 deletion tutorials/polkadot-sdk/testing/spawn-basic-chain.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ By the end of this tutorial, you'll be equipped to deploy and test your own bloc

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

- [Installed Zombienet](/develop/toolkit/parachains/spawn-chains/zombienet/get-started/#install-zombienet){target=\_blank}
- [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.
- 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

## Define the Network
Expand Down
4 changes: 2 additions & 2 deletions variables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ dependencies:
version: v1.0.0
chopsticks:
repository_url: https://github.com/AcalaNetwork/chopsticks
version: 0.13.1
version: 1.0.2
zombienet:
repository_url: https://github.com/paritytech/zombienet
version: v1.3.106
version: v1.3.121
architecture: macos-arm64
asset_transfer_api:
repository_url: https://github.com/paritytech/asset-transfer-api
Expand Down
Loading