Skip to content

Commit

Permalink
Fix zombienet (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggwpez authored Aug 8, 2024
1 parent 1f5af25 commit 770971b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zombienet.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[relaychain]
default_command = "polkadot"
chain = "dev"
chain = "rococo-local"

[[relaychain.nodes]]
name = "alice"
Expand All @@ -11,6 +11,6 @@ ws_port = 9944
id = 1000

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

0 comments on commit 770971b

Please sign in to comment.