Skip to content

Commit

Permalink
chore: zombienet config
Browse files Browse the repository at this point in the history
  • Loading branch information
al3mart committed Jun 7, 2024
1 parent aee6ca5 commit f77c152
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions network.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[relaychain]
chain = "rococo-local"

[[relaychain.nodes]]
name = "alice"
validator = true

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

[[parachains]]
id = 1000
default_command = "./target/release/parachain-template-node"

[[parachains.collators]]
name = "collator-01"

0 comments on commit f77c152

Please sign in to comment.