We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a30343 commit a2f313bCopy full SHA for a2f313b
1 file changed
infra/aggregation_mode/config-proof-aggregator.template.yaml
@@ -3,7 +3,7 @@ proof_aggregation_service_address: <proof_aggregation_service_address>
3
eth_rpc_url: <eth_rpc_url>
4
eth_ws_url: <eth_ws_url>
5
max_proofs_in_queue: 1000
6
-last_aggregated_block_filepath: /home/user/config/proof-aggregator.last_aggregated_block.json
+last_aggregated_block_filepath: <last_aggregated_block_filepath>
7
8
ecdsa:
9
private_key_store_path: <private_key_store_path>
0 commit comments