Skip to content

Commit 73725d5

Browse files
committed
fixed justfile commands and updated readme
1 parent 807d34a commit 73725d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ It's only needed once after checkout or when dependencies change:
1515
#### Run individual commands for manual testing
1616
- `just ipfs-init` - Initialize IPFS (if needed),
1717
- `just ipfs-start` - Start IPFS daemon,
18-
- `just ipfs-connect` - Connect to IPFS nodes,
1918
- `just bulletin-zombienet-start` - Start zombienet,
19+
- `just ipfs-connect` - Connect to IPFS nodes,
2020
- `just ipfs-reconnect-start` - Start IPFS reconnect script,
2121
- `just papi-generate` - Generate PAPI descriptors,
2222
- `just run-example papi` - Run example with PAPI or PJS,

examples/justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ bulletin-zombienet-start:
9292
mkdir -p {{ PID_DIR }}
9393

9494
echo "⚡ Starting Bulletin chain with zombienet..."
95-
POLKADOT_BULLETIN_BINARY_PATH=../target/release/polkadot-bulletin-chain ../$(ls ../zombienet-*-*) -p native spawn ./zombienet/bulletin-polkadot-local.toml > /tmp/zombienet.log 2>&1 &
95+
POLKADOT_BULLETIN_BINARY_PATH=../target/release/polkadot-bulletin-chain ../$(ls ../zombienet-*-*) -p native spawn ../zombienet/bulletin-polkadot-local.toml > /tmp/zombienet.log 2>&1 &
9696
ZOMBIENET_PID=$!
9797
echo $ZOMBIENET_PID > {{ PID_DIR }}/zombienet.pid
9898
echo " Zombienet PID: $ZOMBIENET_PID"

0 commit comments

Comments
 (0)