fix chain-spec path for substrate tests (#1307)

* fix chain-spec path for substrate tests

* update chain-spec path for cumulus test
This commit is contained in:
Javier Viola
2023-08-30 14:38:03 -03:00
committed by GitHub
parent 43c0c09bcb
commit af432f0fc3
4 changed files with 5 additions and 5 deletions
@@ -6,7 +6,7 @@ default_image = "{{ZOMBIENET_INTEGRATION_TEST_IMAGE}}"
default_command = "substrate"
chain = "gen-db"
chain_spec_path = "zombienet/0003-block-building-warp-sync/chain-spec.json"
chain_spec_path = "substrate/zombienet/0003-block-building-warp-sync/chain-spec.json"
#we need at least 3 nodes for warp sync
[[relaychain.nodes]]