Skip to content

Commit

Permalink
style: taplo
Browse files Browse the repository at this point in the history
  • Loading branch information
jmg-duarte committed Jul 25, 2024
1 parent 936e708 commit ce25aeb
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions zombienet/local-testnet.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
[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 @@ -27,5 +24,5 @@ id = 1000
args = ["--detailed-log-output", "-lparachain=debug,xcm=trace,runtime=trace"]
command = "target/release/polka-storage-node"
name = "charlie"
ws_port = 42069
validator = true
ws_port = 42069

0 comments on commit ce25aeb

Please sign in to comment.