Skip to content

Commit 383d694

Browse files
committed
restore zombienet config
1 parent 18057de commit 383d694

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

zombienet.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
[relaychain]
77
default_image = "docker.io/parity/polkadot:latest"
8-
default_command = "../polkadot-sdk/target/release/polkadot"
8+
default_command = "polkadot"
99
default_args = [ "-lparachain=debug" ]
1010

1111
chain = "rococo-local"
@@ -27,12 +27,12 @@ id = 2000
2727
[[parachains.collators]]
2828
name = "alice"
2929
image = "ghcr.io/off-narrative-labs/tuxedo-parachain:latest"
30-
command = "./target/debug/parachain-template-node"
30+
command = "parachain-template-node"
3131
args = ["--alice"]
3232

3333
[[parachains.collators]]
3434
name = "tuxedo-full-node"
3535
image = "ghcr.io/off-narrative-labs/tuxedo-parachain:latest"
36-
command = "./target/debug/parachain-template-node"
36+
command = "parachain-template-node"
3737
# This makes this node a full node instead of a collator (despite the schema name)
3838
validator = false

0 commit comments

Comments
 (0)