You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -552,7 +552,7 @@ Here is a list of the available parameters for the serve command:
552
552
|`cardano_node_socket_path`| - | - |`CARDANO_NODE_SOCKET_PATH`| Path of the socket opened by the Cardano node | - |`/ipc/node.socket`|:heavy_check_mark:|
|`chain_observer_type`| - | - |`CHAIN_OBSERVER_TYPE`| Chain observer type that can be `cardano-cli`, `pallas` or `fake`. |`pallas`| - |:heavy_check_mark:|
555
-
|`network`| - | - |`NETWORK`| Cardano network | - |`testnet` or `mainnet` or `devnet`|:heavy_check_mark:|
555
+
|`network`| - | - |`NETWORK`| Cardano network | - |`mainnet` or `preprod` or `devnet`|:heavy_check_mark:|
556
556
|`network_magic`| - | - |`NETWORK_MAGIC`| Cardano network magic number (for `testnet` and `devnet`) | - |`1097911063` or `42`| - |
557
557
558
558
`genesis export` command:
@@ -564,7 +564,7 @@ Here is a list of the available parameters for the serve command:
564
564
|`cardano_node_socket_path`| - | - |`CARDANO_NODE_SOCKET_PATH`| Path of the socket opened by the Cardano node | - |`/ipc/node.socket`|:heavy_check_mark:|
|`chain_observer_type`| - | - |`CHAIN_OBSERVER_TYPE`| Chain observer type that can be `cardano-cli`, `pallas` or `fake`. |`pallas`| - |:heavy_check_mark:|
567
-
|`network`| - | - |`NETWORK`| Cardano network | - |`testnet` or `mainnet` or `devnet`|:heavy_check_mark:|
567
+
|`network`| - | - |`NETWORK`| Cardano network | - |`mainnet` or `preprod` or `devnet`|:heavy_check_mark:|
568
568
|`network_magic`| - | - |`NETWORK_MAGIC`| Cardano network magic number (for `testnet` and `devnet`) | - |`1097911063` or `42`| - |
569
569
570
570
`genesis import` command:
@@ -577,7 +577,7 @@ Here is a list of the available parameters for the serve command:
577
577
|`cardano_node_socket_path`| - | - |`CARDANO_NODE_SOCKET_PATH`| Path of the socket opened by the Cardano node | - |`/ipc/node.socket`|:heavy_check_mark:|
|`chain_observer_type`| - | - |`CHAIN_OBSERVER_TYPE`| Chain observer type that can be `cardano-cli`, `pallas` or `fake`. |`pallas`| - |:heavy_check_mark:|
580
-
|`network`| - | - |`NETWORK`| Cardano network | - |`testnet` or `mainnet` or `devnet`|:heavy_check_mark:|
580
+
|`network`| - | - |`NETWORK`| Cardano network | - |`mainnet` or `preprod` or `devnet`|:heavy_check_mark:|
581
581
|`network_magic`| - | - |`NETWORK_MAGIC`| Cardano network magic number (for `testnet` and `devnet`) | - |`1097911063` or `42`| - |
|`cardano_node_socket_path`| - | - |`CARDANO_NODE_SOCKET_PATH`| Path of the socket opened by the Cardano node | - |`/ipc/node.socket`| :heavy_check_mark: |
240
240
|`db_directory`|`--db-directory`| - |`DB_DIRECTORY`| Directory to snapshot from the **Cardano node**|`/db`| - | :heavy_check_mark: |
241
-
|`network`| - | - |`NETWORK`| Cardano network | - |`testnet` or `mainnet` or `devnet`| :heavy_check_mark: |
241
+
|`network`| - | - |`NETWORK`| Cardano network | - |`mainnet` or `preprod` or `devnet`| :heavy_check_mark: |
242
242
|`network_magic`| - | - |`NETWORK_MAGIC`| Cardano network magic number (for `testnet` and `devnet`) | - |`1097911063` or `42`| - |
243
243
|`party_id`| - | - |`PARTY_ID`| Party Id of the signer, usually the `Pool Id` of the SPO | - |`pool1pxaqe80sqpde7902er5kf6v0c7y0sv6d5g676766v2h829fvs3x`| Mandatory in`pool Id declaration mode` where the owner is not verified (decommissioned, only available when built with `allow_skip_signer_certification` feature, fortest only) |
244
244
|`run_interval`| - | - |`RUN_INTERVAL`| Interval between two runtime cycles in ms | - |`60000`| :heavy_check_mark: |
0 commit comments