chore: format TOML files with taplo

This commit is contained in:
2025-12-23 02:10:16 +03:00
parent 8efb0cd08c
commit 34b4735a2a
31 changed files with 132 additions and 214 deletions
@@ -9,8 +9,8 @@ default_command = "polkadot"
default_image = "docker.io/parity/polkadot:latest"
default_db_snapshot = "https://storage.com/path/to/db_snapshot.tgz"
default_args = [
"-name=value",
"--flag",
"--flag",
"-name=value",
]
[relaychain.default_resources.requests]
@@ -6,4 +6,4 @@ default_command = "polkadot"
name = "alice"
[[relaychain.nodes]]
name = "bob"
name = "bob"
@@ -24,4 +24,4 @@ name = "charlie"
rpc_port = 9946
args = [
"-lruntime::system=debug,runtime::multiblock-election=trace,runtime::staking=debug,runtime::staking::rc-client=trace,runtime::rc-client=debug",
]
]