Skip to content

Commit

Permalink
add zombienet config for a local setup
Browse files Browse the repository at this point in the history
  • Loading branch information
clangenb authored and DidacSF committed Mar 11, 2024
1 parent db97363 commit a514356
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions zombienet/rococo-local-with-bajun.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
[settings]
timeout = 10000

[relaychain]
chain = "rococo-local"
default_command = "~/bin/polkadot"
default_args = ["-lparachain=debug,xcm=trace"]

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

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

[[relaychain.nodes]]
name = "charlie"
validator = true
ws_port = 9977

[[parachains]]
id = 2119
addToGenesis = true
cumulus_based = true
chain = "template-rococo"

[[parachains.collators]]
name = "bajun-collator01"
command = "./target/release/bajun-node"
args = ["-lxcm=trace,runtime=debug"]
ws_port = 9944

[[parachains.collators]]
name = "bajun-collator02"
command = "./target/release/bajun-node"
args = ["-lxcm=trace,runtime=debug"]
ws_port = 9945

0 comments on commit a514356

Please sign in to comment.