mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 09:57:56 +00:00
b80db21988
* adding parachains integration tests * final integration-tests * Update parachains/integration-tests/statemine/xcm/2_ump.yml Co-authored-by: Chevdor <chevdor@users.noreply.github.com> * Update parachains/integration-tests/statemine/xcm/1_dmp.yml Co-authored-by: Chevdor <chevdor@users.noreply.github.com> * Update parachains/integration-tests/statemine/xcm/4_hrmp.yml Co-authored-by: Chevdor <chevdor@users.noreply.github.com> * Update parachains/integration-tests/statemint/xcm/1_dmp.yml Co-authored-by: Chevdor <chevdor@users.noreply.github.com> * Update parachains/integration-tests/statemint/xcm/2_ump.yml Co-authored-by: Chevdor <chevdor@users.noreply.github.com> * Update parachains/integration-tests/statemint/xcm/4_hrmp.yml Co-authored-by: Chevdor <chevdor@users.noreply.github.com> * Update parachains/integration-tests/statemine/xcm/3_hrmp-open-channels.yml Co-authored-by: Chevdor <chevdor@users.noreply.github.com> * Update parachains/integration-tests/statemint/xcm/3_hrmp-open-channels.yml Co-authored-by: Chevdor <chevdor@users.noreply.github.com> * clean up & trailling spaces * leftovers Co-authored-by: Chevdor <chevdor@users.noreply.github.com>
50 lines
874 B
TOML
50 lines
874 B
TOML
[relaychain]
|
|
default_command = "./bin/polkadot"
|
|
default_args = [ "-lparachain=debug" ]
|
|
chain = "kusama-local"
|
|
|
|
[[relaychain.nodes]]
|
|
name = "alice"
|
|
ws_port = 9900
|
|
validator = true
|
|
|
|
[[relaychain.nodes]]
|
|
name = "bob"
|
|
validator = true
|
|
|
|
[[relaychain.nodes]]
|
|
name = "charlie"
|
|
validator = true
|
|
|
|
[[relaychain.nodes]]
|
|
name = "dave"
|
|
validator = true
|
|
|
|
[[parachains]]
|
|
id = 1000
|
|
chain = "statemine-local"
|
|
cumulus_based = true
|
|
|
|
[[parachains.collators]]
|
|
name = "collator1"
|
|
ws_port = 9910
|
|
command = "./bin/polkadot-parachain"
|
|
|
|
[[parachains.collators]]
|
|
name = "collator2"
|
|
command = "./bin/polkadot-parachain"
|
|
|
|
[[parachains]]
|
|
id = 2000
|
|
chain = "penpal-kusama-2000"
|
|
cumulus_based = true
|
|
|
|
[[parachains.collators]]
|
|
name = "collator3"
|
|
ws_port = 9920
|
|
command = "./bin/polkadot-parachain"
|
|
|
|
[[parachains.collators]]
|
|
name = "collator4"
|
|
command = "./bin/polkadot-parachain"
|