Skip to content

Commit d2a6815

Browse files
feat: introduce operational dispatch class for specific calls (galacticcouncil#952)
1 parent ea8fb61 commit d2a6815

19 files changed

+179965
-89
lines changed

integration-tests/creds_empty_file

Whitespace-only changes.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
[settings]
2+
timeout = 300
3+
4+
[relaychain]
5+
chain = "rococo-local"
6+
default_command = "polkadot"
7+
default_image = "paritypr/polkadot-debug:master"
8+
9+
[[relaychain.nodes]]
10+
name = "alice"
11+
command = "polkadot"
12+
args = ["--validator"]
13+
14+
[[relaychain.nodes]]
15+
name = "bob"
16+
command = "polkadot"
17+
args = ["--validator"]
18+
19+
[[parachains]]
20+
id = 2034
21+
add_to_genesis = true
22+
23+
[parachains.collator]
24+
name = "hydradx-collator"
25+
command = "hydradx"
26+
# Only specify top-level collator arguments (do not include --parachain-id)
27+
args = ["--collator"]

0 commit comments

Comments
 (0)