Skip to content

Commit

Permalink
Add multi-collator zombienet config (#457)
Browse files Browse the repository at this point in the history
  • Loading branch information
imstar15 authored Oct 23, 2023
1 parent 1cfc56a commit dc31b6e
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions zombienets/turing/turing-multi-collator.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[settings]
provider = "native"
timeout = 1000

[relaychain]
default_command = "../polkadot/target/release/polkadot"
chain = "rococo-local"

[[relaychain.nodes]]
name = "alice"
ws_port = 60613
rpc_port = 8850

[[relaychain.nodes]]
name = "bob"
ws_port = 60614
rpc_port = 8851

[[parachains]]
id = 2114
cumulus_based = true
chain = "turing-dev"

[[parachains.collator_groups]]
count = 3
command = "./target/release/oak-collator"
name = "collator"

0 comments on commit dc31b6e

Please sign in to comment.