Skip to content

Commit ec9de09

Browse files
committed
Remove warning about zombienet bug that is now fixed
1 parent 9ae61fd commit ec9de09

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

README.md

+1-8
Original file line numberDiff line numberDiff line change
@@ -167,18 +167,11 @@ The Tuxedo parachain node provides a convenient "dev service" that allows it to
167167

168168
When you do need, or want, a full relay-para network, it is convenient to use [zombienet](https://github.com/paritytech/zombienet) to start it. Tuxedo ships with a [zombienet config file](./zombienet.toml) to make this process easy.
169169

170-
:warning: Because of a [bug in zombienet](https://github.com/paritytech/zombienet/issues/1519), you MUST purge your local data directory before starting zombienet.
171-
172170
```sh
173-
# Purge local data directory
174-
# This is necessary until https://github.com/paritytech/zombienet/issues/1519 is resolved
175-
docker run ghcr.io/off-narrative-labs/tuxedo-parachain:latest purge-chain --dev -y
176-
177-
# Start Zombienet
178171
zombienet --provider podman spawn zombienet.toml
179172
```
180173

181-
Once your network is started, you can point the cli wallet to a local collator and perform the stame token transfers and balance checking as any other Tuxedo node.
174+
Once your network is started, you can point the cli wallet to a local collator and perform the same token transfers and balance checking as any other Tuxedo node.
182175

183176
Be advised that zombienet is changing quickly, and podman has its own platform-specific issues. If you struggle with zombienet, please open an issue, or consider using the local backend instead.
184177

0 commit comments

Comments
 (0)