Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pepoviola committed Jan 14, 2024
1 parent 4f58cb2 commit 9c34e12
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/src/network-definition-spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The network config can be provided both in `json` or `toml` format and each sect
- `random_nominators_count`: (number, optional), if is set _and the stacking pallet is enabled_ zombienet will generate `x` nominators and will be injected in the genesis.
- `max_nominations`: (number, default 24), the max allowed number of nominations by a nominator. This should match the value set in the runtime (e.g Kusama is 24 and Polkadot 16).
- `nodes`:
- `*name`: (String) Name of the node.
- `*name`: (String) Name of the node. *Note*: Any whitespace in the name will be replaced with a dash (e.g 'new alice' -> 'new-alice').
- `image`: (String) Override default docker image to use for this node.
- `command`: (String) Override default command.
- `command_with_args`: (String) Override default command and args.
Expand All @@ -59,7 +59,7 @@ The network config can be provided both in `json` or `toml` format and each sect
- `prometheus_prefix`: A parameter for customizing the metric's prefix for the specific node. Will apply only to this node; Defaults to 'substrate'.
- `keystore_key_types`: Defines which keystore keys should be created, for more details checkout details below.
- `node_groups`:
- `*name`: (String) Group name, used for naming the nodes (e.g name-1)
- `*name`: (String) Group name, used for naming the nodes (e.g name-1) *Note*: Any whitespace in the name will be replaced with a dash (e.g 'new group' -> 'new-group').
- `*count` (Number), Number of `nodes` to launch for this group.
- `image`: (String) Override default docker image to use for this node.
- `command`: (String) Override default command.
Expand All @@ -86,7 +86,7 @@ The network config can be provided both in `json` or `toml` format and each sect
- `prometheus_prefix`: A parameter for customizing the metric's prefix for the specific node. Will apply only to all parachain nodes/collators; Defaults to 'substrate'.
- `collator`:

- `*name`: (String) Name of the collator.
- `*name`: (String) Name of the collator. *Note*: Any whitespace in the name will be replaced with a dash (e.g 'new alice' -> 'new-alice').
- `image`: (String) Image to use.
- `command`: (String, default `polkadot-parachain`) Command to run.
- `args`: (Array of strings) An array of arguments to use as default to pass to the `command`.
Expand All @@ -99,7 +99,7 @@ The network config can be provided both in `json` or `toml` format and each sect

- `collator_groups`:

- `*name`: (String) Name of the collator.
- `*name`: (String) Name of the collator. *Note*: Any whitespace in the name will be replaced with a dash (e.g 'new alice' -> 'new-alice').
- `*count`: (Number) Number of `collators` to launch for this group.
- `image`: (String) Image to use.
- `command`: (String, default `polkadot-parachain`) Command to run.
Expand Down

0 comments on commit 9c34e12

Please sign in to comment.