mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 23:21:02 +00:00
substrate: chain-spec paths corrected in zombienet tests (#1362)
* substrate: chain-spec paths corrected in zombienet tests * fix chain-spec path in cumulus test * disable beefy on validator --------- Co-authored-by: Javier Viola <javier@parity.io>
This commit is contained in:
committed by
GitHub
parent
3f92be2cc2
commit
2c3e869c38
+1
-1
@@ -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]]
|
||||
|
||||
Reference in New Issue
Block a user