Commit 383d694 1 parent 18057de commit 383d694 Copy full SHA for 383d694
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
6
6
[relaychain ]
7
7
default_image = " docker.io/parity/polkadot:latest"
8
- default_command = " ../polkadot-sdk/target/release/ polkadot"
8
+ default_command = " polkadot"
9
9
default_args = [ " -lparachain=debug" ]
10
10
11
11
chain = " rococo-local"
@@ -27,12 +27,12 @@ id = 2000
27
27
[[parachains .collators ]]
28
28
name = " alice"
29
29
image = " ghcr.io/off-narrative-labs/tuxedo-parachain:latest"
30
- command = " ./target/debug/ parachain-template-node"
30
+ command = " parachain-template-node"
31
31
args = [" --alice" ]
32
32
33
33
[[parachains .collators ]]
34
34
name = " tuxedo-full-node"
35
35
image = " ghcr.io/off-narrative-labs/tuxedo-parachain:latest"
36
- command = " ./target/debug/ parachain-template-node"
36
+ command = " parachain-template-node"
37
37
# This makes this node a full node instead of a collator (despite the schema name)
38
38
validator = false
You can’t perform that action at this time.
0 commit comments