mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 22:11:02 +00:00
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:
+1
-1
@@ -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]]
|
||||
|
||||
Reference in New Issue
Block a user