mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 23:21:02 +00:00
cd4f9abf6f
* bump zombienet version * update path for zombienet scripts * bump version and move from extra_args to args Co-authored-by: Andrei Sandu <andrei-mihail@parity.io>
31 lines
615 B
TOML
31 lines
615 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 = "/usr/local/bin/adder-collator"
|
|
args = [ "-lruntime=debug,parachain=trace" ]
|
|
|
|
[types.Header]
|
|
number = "u64"
|
|
parent_hash = "Hash"
|
|
post_state = "Hash"
|