We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a30092a commit 377d240Copy full SHA for 377d240
polkadot/zombienet_tests/functional/0005-parachains-disputes-past-session.toml
@@ -40,7 +40,7 @@ cumulus_based = true
40
41
[parachains.collator]
42
name = "collator"
43
- command = "polkadot-parachain"
44
- image = "docker.io/parity/polkadot-parachain:latest"
45
- # image = "{{COL_IMAGE}}"
+ command = "test-parachain"
+ validator = true
+ image = "{{COL_IMAGE}}"
46
args = ["-lparachain=debug"]
0 commit comments