File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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,
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments