mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 11:41:02 +00:00
5c91c70b78
* update & revamp e2e tests * add seeds as comments * ".git/.scripts/commands/fmt/fmt.sh" --------- Co-authored-by: command-bot <>
43 lines
892 B
TOML
43 lines
892 B
TOML
[relaychain]
|
|
default_command = "./bin/polkadot"
|
|
default_args = [ "-lparachain=trace", "-lxcm=trace" ]
|
|
chain = "polkadot-local"
|
|
|
|
[[relaychain.nodes]]
|
|
name = "alice"
|
|
ws_port = 9700
|
|
validator = true
|
|
args = ["--state-cache-size=0"]
|
|
|
|
[[relaychain.nodes]]
|
|
name = "bob"
|
|
ws_port = 9701
|
|
validator = true
|
|
|
|
[[relaychain.nodes]]
|
|
name = "charlie"
|
|
ws_port = 9702
|
|
validator = true
|
|
|
|
[[relaychain.nodes]]
|
|
name = "dave"
|
|
ws_port = 9703
|
|
validator = true
|
|
|
|
[[parachains]]
|
|
id = 1001
|
|
chain = "collectives-polkadot-local"
|
|
cumulus_based = true
|
|
|
|
[[parachains.collators]]
|
|
name = "collator1"
|
|
ws_port = 9710
|
|
command = "./bin/polkadot-parachain"
|
|
args = [ "-lxcm=trace", "--state-cache-size=0" ]
|
|
|
|
[[parachains.collators]]
|
|
name = "collator2"
|
|
ws_port = 9711
|
|
command = "./bin/polkadot-parachain"
|
|
args = ["-lxcm=trace"]
|