mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 11:41:02 +00:00
Update & revamp e2e tests (#2614)
* update & revamp e2e tests * add seeds as comments * ".git/.scripts/commands/fmt/fmt.sh" --------- Co-authored-by: command-bot <>
This commit is contained in:
@@ -0,0 +1,42 @@
|
||||
[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"]
|
||||
Reference in New Issue
Block a user