mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 08:11:03 +00:00
5c91c70b78
* update & revamp e2e tests * add seeds as comments * ".git/.scripts/commands/fmt/fmt.sh" --------- Co-authored-by: command-bot <>
73 lines
1.4 KiB
TOML
73 lines
1.4 KiB
TOML
[relaychain]
|
|
default_command = "./bin/polkadot"
|
|
default_args = [ "-lparachain=debug", "-lxcm=trace" ]
|
|
chain = "polkadot-local"
|
|
|
|
[[relaychain.nodes]]
|
|
name = "alice"
|
|
ws_port = 9800
|
|
validator = true
|
|
args = ["--state-cache-size=0"]
|
|
|
|
[[relaychain.nodes]]
|
|
name = "bob"
|
|
ws_port = 9801
|
|
validator = true
|
|
|
|
[[relaychain.nodes]]
|
|
name = "charlie"
|
|
ws_port = 9802
|
|
validator = true
|
|
|
|
[[relaychain.nodes]]
|
|
name = "dave"
|
|
ws_port = 9803
|
|
validator = true
|
|
|
|
[[parachains]]
|
|
id = 1000
|
|
chain = "statemint-local"
|
|
cumulus_based = true
|
|
|
|
[[parachains.collators]]
|
|
name = "collator1"
|
|
ws_port = 9810
|
|
command = "./bin/polkadot-parachain"
|
|
args = [ "-lxcm=trace", "--state-cache-size=0" ]
|
|
|
|
[[parachains.collators]]
|
|
name = "collator2"
|
|
ws_port = 9811
|
|
command = "./bin/polkadot-parachain"
|
|
args = [ "-lxcm=trace" ]
|
|
|
|
|
|
[[parachains]]
|
|
id = 2000
|
|
chain = "penpal-polkadot-2000"
|
|
cumulus_based = true
|
|
|
|
[[parachains.collators]]
|
|
name = "collator3"
|
|
ws_port = 9820
|
|
command = "./bin/polkadot-parachain"
|
|
args = [ "-lxcm=trace", "--state-cache-size=0" ]
|
|
|
|
[[parachains.collators]]
|
|
name = "collator4"
|
|
ws_port = 9821
|
|
command = "./bin/polkadot-parachain"
|
|
args = [ "-lxcm=trace" ]
|
|
|
|
# [[hrmpChannels]]
|
|
# sender = 1000
|
|
# recipient = 2000
|
|
# maxCapacity = 8
|
|
# maxMessageSize = 8192
|
|
|
|
# [[hrmpChannels]]
|
|
# sender = 2000
|
|
# recipient = 1000
|
|
# maxCapacity = 8
|
|
# maxMessageSize = 8192
|