mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 23:51:01 +00:00
70852e9400
* Make zombienet tests native friendly * Update zombienet_tests/README.md Co-authored-by: Bastian Köcher <info@kchr.de> * Get rid of `{{ZOMBIENET_NATIVE_BINARY_PREFIX}}` * Remove pointless changes * add set_env helper and doc in readme * changes from feedback --------- Co-authored-by: Bastian Köcher <info@kchr.de> Co-authored-by: Javier Viola <javier@parity.io>
31 lines
600 B
TOML
31 lines
600 B
TOML
[settings]
|
|
timeout = 1000
|
|
|
|
[relaychain]
|
|
default_image = "{{ZOMBIENET_INTEGRATION_TEST_IMAGE}}"
|
|
chain = "rococo-local"
|
|
command = "polkadot"
|
|
|
|
[[relaychain.nodes]]
|
|
name = "alice"
|
|
args = [ "--alice", "-lruntime=debug,parachain=trace" ]
|
|
|
|
[[relaychain.nodes]]
|
|
name = "bob"
|
|
args = [ "--bob", "-lruntime=debug,parachain=trace" ]
|
|
|
|
[[parachains]]
|
|
id = 100
|
|
addToGenesis = false
|
|
|
|
[parachains.collator]
|
|
name = "collator01"
|
|
image = "{{COL_IMAGE}}"
|
|
command = "adder-collator"
|
|
args = [ "-lruntime=debug,parachain=trace" ]
|
|
|
|
[types.Header]
|
|
number = "u64"
|
|
parent_hash = "Hash"
|
|
post_state = "Hash"
|