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 .github/workflows/zombienet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:

- name: Install Polkadot binaries
run: |
POLKADOT_VERSION="v1.15.2"
POLKADOT_VERSION="stable2509-2"

# Download polkadot binary
wget -q https://github.com/paritytech/polkadot-sdk/releases/download/polkadot-${POLKADOT_VERSION}/polkadot || exit 1
Expand Down
4 changes: 2 additions & 2 deletions scripts/zombienet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ The tests verify:
chmod +x zombienet

# Polkadot
curl -L -o polkadot https://github.com/paritytech/polkadot-sdk/releases/download/polkadot-v1.15.2/polkadot
curl -L -o polkadot https://github.com/paritytech/polkadot-sdk/releases/download/polkadot-stable2509-2/polkadot
chmod +x polkadot

# Polkadot-Parachain (for AssetHub)
curl -L -o polkadot-parachain https://github.com/paritytech/polkadot-sdk/releases/download/polkadot-v1.15.2/polkadot-parachain
curl -L -o polkadot-parachain https://github.com/paritytech/polkadot-sdk/releases/download/polkadot-stable2509-2/polkadot-parachain
chmod +x polkadot-parachain
```

Expand Down
2 changes: 1 addition & 1 deletion scripts/zombienet/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ PROJECT_ROOT="$(cd "${SCRIPT_DIR}/../.." && pwd)"

# Configuration
ZOMBIENET_VERSION="v1.3.106"
POLKADOT_VERSION="v1.15.2"
POLKADOT_VERSION="stable2509-2"
ZOMBIENET_BIN="${SCRIPT_DIR}/bin/zombienet"
POLKADOT_BIN="${SCRIPT_DIR}/bin/polkadot"
POLKADOT_PARACHAIN_BIN="${SCRIPT_DIR}/bin/polkadot-parachain"
Expand Down