Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions cumulus/zombienet/tests/0007-full_node_warp_sync.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ default_image = "{{RELAY_IMAGE}}"
default_command = "polkadot"
default_args = [ "-lparachain=debug" ]
chain = "rococo-local"
chain_spec_path = "cumulus/zombienet/tests/0007-warp-sync-relaychain-spec.json"
chain_spec_path = "0007-warp-sync-relaychain-spec.json"

[[relaychain.nodes]]
name = "alice"
Expand All @@ -28,7 +28,7 @@ chain_spec_path = "cumulus/zombienet/tests/0007-warp-sync-relaychain-spec.json"
[[parachains]]
id = 2000
cumulus_based = true
chain_spec_path = "cumulus/zombienet/tests/0007-warp-sync-parachain-spec.json"
chain_spec_path = "0007-warp-sync-parachain-spec.json"
add_to_genesis = false

# Run 'dave' as parachain collator.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ default_image = "{{ZOMBIENET_INTEGRATION_TEST_IMAGE}}"
default_command = "substrate"

chain = "gen-db"
chain_spec_path = "substrate/zombienet/0001-basic-warp-sync/chain-spec.json"
chain_spec_path = "chain-spec.json"

[[relaychain.nodes]]
name = "alice"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ default_image = "{{ZOMBIENET_INTEGRATION_TEST_IMAGE}}"
default_command = "substrate"

chain = "gen-db"
chain_spec_path = "substrate/zombienet/0002-validators-warp-sync/chain-spec.json"
chain_spec_path = "chain-spec.json"

[[relaychain.nodes]]
name = "alice"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ default_image = "{{ZOMBIENET_INTEGRATION_TEST_IMAGE}}"
default_command = "substrate"

chain = "gen-db"
chain_spec_path = "substrate/zombienet/0003-block-building-warp-sync/chain-spec.json"
chain_spec_path = "chain-spec.json"

#we need at least 3 nodes for warp sync
[[relaychain.nodes]]
Expand Down