bump zombienet version (#5225)

* bump zombienet version

* update path for zombienet scripts

* bump version and move from  extra_args to args

Co-authored-by: Andrei Sandu <andrei-mihail@parity.io>
This commit is contained in:
Javier Viola
2022-04-04 09:07:50 -03:00
committed by GitHub
parent eafbb813dd
commit cd4f9abf6f
4 changed files with 25 additions and 25 deletions
@@ -8,11 +8,11 @@ command = "polkadot"
[[relaychain.nodes]]
name = "alice"
extra_args = [ "--alice", "-lruntime=debug,parachain=trace" ]
args = [ "--alice", "-lruntime=debug,parachain=trace" ]
[[relaychain.nodes]]
name = "bob"
extra_args = [ "--bob", "-lruntime=debug,parachain=trace" ]
args = [ "--bob", "-lruntime=debug,parachain=trace" ]
[[parachains]]
id = 100