Skip to content

Commit

Permalink
Deploying to gh-pages from @ 71d2499 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
pepoviola committed Jul 24, 2024
1 parent 31a419d commit beb478d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions network-definition-spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,8 @@ <h2 id="relaychain"><a class="header" href="#relaychain"><code>relaychain</code>
<li><code>default_substrate_cli_args_version</code>: (0|1|2) Allow to set the substrate cli args version (see: https://github.com/paritytech/substrate/pull/13384). By default zombienet will evaluate your binary and set the correct version, but that produces a small overhead that could be skipped if you set directly with this key.</li>
<li><code>default_overrides</code>: (Array of objects) An array of overrides to upload to the nodes, objects with:
<ul>
<li><code>local_path</code>: string;</li>
<li><code>remote_name</code>: string;</li>
<li><code>local_path</code>: string.</li>
<li><code>remote_name</code>: string.</li>
</ul>
</li>
<li><code>default_resources</code>: (Object) <strong>Only</strong> available in <code>kubernetes</code>, represent the resources <code>limits</code>/<code>reservations</code> needed by the nodes by default.</li>
Expand Down Expand Up @@ -233,9 +233,9 @@ <h2 id="relaychain"><a class="header" href="#relaychain"><code>relaychain</code>
<li><code>overrides</code>: Array of <code>overrides</code> definitions.</li>
<li><code>add_to_bootnodes</code>: (Boolean, default false) Add this node to the bootnode list.</li>
<li><code>resources</code>: (Object) <strong>Only</strong> available in <code>kubernetes</code>, represent the resources <code>limits</code>/<code>reservations</code> needed by the node.</li>
<li><code>ws_port</code>: (number), WS port to use.;</li>
<li><code>rpc_port</code>: (number) RPC port to use;</li>
<li><code>prometheus_port</code>: (number) Prometheus port to use;</li>
<li><code>ws_port</code>: (number), WS port to use.</li>
<li><code>rpc_port</code>: (number) RPC port to use.</li>
<li><code>prometheus_port</code>: (number) Prometheus port to use.</li>
<li><code>prometheus_prefix</code>: A parameter for customizing the metric's prefix for the specific node. Will apply only to this node; Defaults to 'substrate'.</li>
<li><code>keystore_key_types</code>: Defines which keystore keys should be created, for more details checkout details below.</li>
</ul>
Expand Down
10 changes: 5 additions & 5 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -717,8 +717,8 @@ <h2 id="relaychain"><a class="header" href="#relaychain"><code>relaychain</code>
<li><code>default_substrate_cli_args_version</code>: (0|1|2) Allow to set the substrate cli args version (see: https://github.com/paritytech/substrate/pull/13384). By default zombienet will evaluate your binary and set the correct version, but that produces a small overhead that could be skipped if you set directly with this key.</li>
<li><code>default_overrides</code>: (Array of objects) An array of overrides to upload to the nodes, objects with:
<ul>
<li><code>local_path</code>: string;</li>
<li><code>remote_name</code>: string;</li>
<li><code>local_path</code>: string.</li>
<li><code>remote_name</code>: string.</li>
</ul>
</li>
<li><code>default_resources</code>: (Object) <strong>Only</strong> available in <code>kubernetes</code>, represent the resources <code>limits</code>/<code>reservations</code> needed by the nodes by default.</li>
Expand Down Expand Up @@ -746,9 +746,9 @@ <h2 id="relaychain"><a class="header" href="#relaychain"><code>relaychain</code>
<li><code>overrides</code>: Array of <code>overrides</code> definitions.</li>
<li><code>add_to_bootnodes</code>: (Boolean, default false) Add this node to the bootnode list.</li>
<li><code>resources</code>: (Object) <strong>Only</strong> available in <code>kubernetes</code>, represent the resources <code>limits</code>/<code>reservations</code> needed by the node.</li>
<li><code>ws_port</code>: (number), WS port to use.;</li>
<li><code>rpc_port</code>: (number) RPC port to use;</li>
<li><code>prometheus_port</code>: (number) Prometheus port to use;</li>
<li><code>ws_port</code>: (number), WS port to use.</li>
<li><code>rpc_port</code>: (number) RPC port to use.</li>
<li><code>prometheus_port</code>: (number) Prometheus port to use.</li>
<li><code>prometheus_prefix</code>: A parameter for customizing the metric's prefix for the specific node. Will apply only to this node; Defaults to 'substrate'.</li>
<li><code>keystore_key_types</code>: Defines which keystore keys should be created, for more details checkout details below.</li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

0 comments on commit beb478d

Please sign in to comment.