chore: format TOML files with taplo
This commit is contained in:
Vendored
+2
-2
@@ -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]
|
||||
|
||||
+1
-1
@@ -6,4 +6,4 @@ default_command = "polkadot"
|
||||
name = "alice"
|
||||
|
||||
[[relaychain.nodes]]
|
||||
name = "bob"
|
||||
name = "bob"
|
||||
|
||||
Vendored
+1
-1
@@ -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",
|
||||
]
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user