mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 00:31:02 +00:00
2c0d7730d7
* test new version of zombienet * use default chain spec command * use commit ref to get test files * change test spec for zombienet new versionzombienet_tests/parachains/0001-parachains-smoke-test.toml * changes for new version of zombienet * use paritytech zombienet version
30 lines
510 B
TOML
30 lines
510 B
TOML
[settings]
|
|
timeout = 1000
|
|
|
|
[relaychain]
|
|
default_image = "{{ZOMBIENET_INTEGRATION_TEST_IMAGE}}"
|
|
chain = "rococo-local"
|
|
command = "polkadot"
|
|
|
|
[[relaychain.nodes]]
|
|
name = "alice"
|
|
extra_args = [ "--alice" ]
|
|
|
|
[[relaychain.nodes]]
|
|
name = "bob"
|
|
extra_args = [ "--bob" ]
|
|
|
|
[[parachains]]
|
|
id = 100
|
|
addToGenesis = false
|
|
|
|
[parachains.collator]
|
|
name = "collator01"
|
|
image = "{{COL_IMAGE}}"
|
|
command = "/usr/local/bin/adder-collator"
|
|
|
|
[types.Header]
|
|
number = "u64"
|
|
parent_hash = "Hash"
|
|
post_state = "Hash"
|