Skip to content

Commit

Permalink
fix(zombienet): local config
Browse files Browse the repository at this point in the history
  • Loading branch information
jmg-duarte committed Jul 25, 2024
1 parent a72178a commit 20f0776
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions zombienet/local-testnet.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
[relaychain]
chain = "rococo-local"
default_args = ["--detailed-log-output", "-lparachain=debug,xcm=trace,runtime=trace"]
default_args = [
"--detailed-log-output",
"-lparachain=debug,xcm=trace,runtime=trace",
]
default_command = "polkadot"

[[relaychain.nodes]]
Expand All @@ -24,5 +27,5 @@ id = 1000
args = ["--detailed-log-output", "-lparachain=debug,xcm=trace,runtime=trace"]
command = "target/release/polka-storage-node"
name = "charlie"
rpc_port = 42069
ws_port = 42069
validator = true

0 comments on commit 20f0776

Please sign in to comment.