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