Skip to content

Commit 2a9af3c

Browse files
committed
fix: remove stage commands
1 parent 4252cb3 commit 2a9af3c

3 files changed

Lines changed: 2 additions & 5 deletions

File tree

infra/aggregation_mode/aggregation_mode.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,9 @@ systemctl --user start aggregation_mode.timer
113113

114114
# Run the proof_aggregator manually if you want
115115
systemctl --user start aggregation_mode.service
116-
systemctl --user start aggregation_mode_stage.service
117116

118117
# Check timer status
119118
systemctl --user status aggregation_mode.timer
120119

121120
# Check logs
122121
journalctl -xfeu aggregation_mode.service --user -n10
123-
journalctl -xfeu aggregation_mode_stage.service --user -n10

infra/aggregation_mode/config-proof-aggregator.template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ proof_aggregation_service_address: <proof_aggregation_service_address>
33
eth_rpc_url: <eth_rpc_url>
44
eth_ws_url: <eth_ws_url>
55
max_proofs_in_queue: 1000
6-
last_aggregated_block_filepath: <last_aggregated_block_filepath>
6+
last_aggregated_block_filepath: ~/config/proof-aggregator.last_aggregated_block.json
77

88
ecdsa:
99
private_key_store_path: <private_key_store_path>

infra/aggregation_mode/config_file.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ prompt_and_replace "<aligned_service_manager_address>" "Aligned Service Manager
3232
prompt_and_replace "<proof_aggregation_service_address>" "Proof Aggregation Service Address"
3333
prompt_and_replace "<eth_rpc_url>" "Ethereum RPC URL"
3434
prompt_and_replace "<eth_ws_url>" "Ethereum WebSocket URL"
35-
prompt_and_replace "<last_aggregated_block_filepath>" "Last Aggregated Block Filepath"
36-
prompt_and_replace "<private_key_store_path>" "ECDSA Private Key Store Path"
35+
prompt_and_replace "<private_key_store_path>" "ECDSA Private Key Store Path (~/.keystores/proof_aggregation.keystore)"
3736
prompt_and_replace "<private_key_store_password>" "ECDSA Private Key Store Password"
3837

3938
# Create destination directory if it doesn't exist

0 commit comments

Comments
 (0)