Skip to content

Commit

Permalink
restore zombienet config
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshOrndorff committed Apr 12, 2024
1 parent 18057de commit 383d694
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions zombienet.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[relaychain]
default_image = "docker.io/parity/polkadot:latest"
default_command = "../polkadot-sdk/target/release/polkadot"
default_command = "polkadot"
default_args = [ "-lparachain=debug" ]

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

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

0 comments on commit 383d694

Please sign in to comment.