Skip to content

Commit

Permalink
chore(zombienet): update template config
Browse files Browse the repository at this point in the history
  • Loading branch information
pepoviola committed Apr 25, 2024
1 parent ac10a6a commit 65599c9
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions zombienet-config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@ default_command = "./bin/polkadot"
[[relaychain.nodes]]
name = "alice"
validator = true
ws_port = 9900
extra_args = [ "-lparachain=debug" ]
# ws_port was deprecated
rpc_port = 9900
args = [ "-lparachain=debug" ]

[[relaychain.nodes]]
name = "bob"
validator = true
extra_args = [ "-lparachain=debug" ]
args = [ "-lparachain=debug" ]

[[parachains]]
id = 1000
Expand All @@ -25,10 +26,5 @@ chain = "local"
[[parachains.collators]]
name = "frontier-parachain-collator01"
command = "./target/release/frontier-parachain-node"
ws_port = 9910
args = [""]

[types.Header]
number = "u64"
parent_hash = "Hash"
post_state = "Hash"
# ws_port was deprecated
rpc_port = 9910

0 comments on commit 65599c9

Please sign in to comment.