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
@@ -527,7 +527,7 @@ Here is a list of the available parameters for the serve command:
527
527
|`era_reader_adapter_type`|`--era-reader-adapter-type`| - |`ERA_READER_ADAPTER_TYPE`| Era reader adapter type that can be `cardano-chain`, `file` or `bootstrap`. |`bootstrap`| - | - |
528
528
|`era_reader_adapter_params`|`--era-reader-adapter-params`| - |`ERA_READER_ADAPTER_PARAMS`| Era reader adapter params that is an optional JSON encoded parameters structure that is expected depending on the `era_reader_adapter_type` parameter | - | - | - |
529
529
|`ancillary_files_signer_config`| - | - |`ANCILLARY_FILES_SIGNER_CONFIG`| Configuration of the ancillary files signer<br/><br/>Can either be a secret key or a key stored in a Google Cloud Platform KMS account.<br/><br/>**IMPORTANT**: The cryptographic scheme used is ED25519 | - | - secret-key:<br/>`{ "type": "secret-key", "secret_key": "136372c3138312c3138382c3130352c3233312c3135" }`<br/>- Gcp kms:<br/>`{ "type": "gcp-kms", "resource_name": "projects/project_name/locations/_location_name/keyRings/key_ring_name/cryptoKeys/key_name/cryptoKeyVersions/key_version" }`| - |
530
-
|`signed_entity_types`|`--signed-entity-types`| - |`SIGNED_ENTITY_TYPES`| Signed entity types parameters (discriminants names in an ordered comma separated list) | - |`MithrilStakeDistribution,CardanoImmutableFilesFull,CardanoStakeDistribution`| - |
530
+
|`signed_entity_types`|`--signed-entity-types`| - |`SIGNED_ENTITY_TYPES`| Signed entity types parameters (discriminants names in an ordered comma separated list) | - |`MithrilStakeDistribution,CardanoImmutableFilesFull,CardanoStakeDistribution,CardanoDatabase,CardanoTransactions`| - |
531
531
|`snapshot_compression_algorithm`|`--snapshot-compression-algorithm`| - |`SNAPSHOT_COMPRESSION_ALGORITHM`| Compression algorithm of the snapshot archive |`zstandard`|`gzip` or `zstandard`| - |
532
532
|`zstandard_parameters`| - | - |`ZSTANDARD_PARAMETERS__LEVEL` and `ZSTANDARD_PARAMETERS__NUMBER_OF_WORKERS`| Zstandard specific parameters | - |`{ level: 9, number_of_workers: 4 }`| - |
533
533
|`allow_unparsable_block`|`--allow-unparsable-block`| - |`ALLOW_UNPARSABLE_BLOCK`| If set no error is returned in case of unparsable block and an error log is written instead. Will be ignored on (pre)production networks. |`false`| - | - |
@@ -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`| - |
0 commit comments