Skip to content

Commit

Permalink
Correct zombienet config
Browse files Browse the repository at this point in the history
  • Loading branch information
rzadp committed Aug 8, 2024
1 parent 58f58b2 commit 9770b89
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion zombienet.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,15 @@ name = "alice"
validator = true
ws_port = 9944

[[relaychain.nodes]]
name = "bob"
validator = true
ws_port = 9955

[[parachains]]
id = 1000

[parachains.collator]
name = "bob"
name = "charlie"
ws_port = 9988
command = "parachain-template-node"

0 comments on commit 9770b89

Please sign in to comment.