From 972c9253f2205e82c3796cb017c7f247c1ef58b2 Mon Sep 17 00:00:00 2001 From: Javier Viola Date: Wed, 5 Feb 2025 10:57:59 +0100 Subject: [PATCH] add docs --- docs/src/network-definition-spec.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/network-definition-spec.md b/docs/src/network-definition-spec.md index ef738e9e5..107dab2f2 100644 --- a/docs/src/network-definition-spec.md +++ b/docs/src/network-definition-spec.md @@ -80,6 +80,7 @@ The network config can be provided both in `json` or `toml` format and each sect - `*id`: (Number) The id to assign to this parachain. Must be unique. - `add_to_genesis`: (Boolean, default true) flag to add parachain to genesis or register in runtime. - `cumulus_based`: (Boolean, default true) flag to use `cumulus` command generation. + - `default_args`: (Array of strings) An array of arguments to use as default to pass to the `command` side. _NOTE_: this args will be passed to the collator side and shouldn't include _args_ to the full node. - `genesis_wasm_path`: (String) Path to the wasm file to use. - `genesis_wasm_generator`: (String) Command to generate the wasm file. - `genesis_state_path`: (String) Path to the state file to use.