Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions config-files/config-operator-hoodi.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Common variables for all the services
# 'production' only prints info and above. 'development' also prints debug
environment: 'production'
aligned_layer_deployment_config_file_path: './contracts/script/output/hoodi/alignedlayer_deployment_output.json'
eigen_layer_deployment_config_file_path: './contracts/script/output/hoodi/eigenlayer_deployment_output.json'
eth_rpc_url: 'https://ethereum-hoodi-rpc.publicnode.com' # DO NOT USE PUBLIC NODE IN PRODUCTION
eth_rpc_url_fallback: 'https://ethereum-hoodi-rpc.publicnode.com'
eth_ws_url: 'wss://ethereum-hoodi-rpc.publicnode.com' # DO NOT USE PUBLIC NODE IN PRODUCTION
eth_ws_url_fallback: 'wss://ethereum-hoodi-rpc.publicnode.com'
eigen_metrics_ip_port_address: 'localhost:9090'

## ECDSA Configurations
ecdsa:
private_key_store_path: '<ecdsa_key_store_location_path>'
private_key_store_password: '<ecdsa_key_store_password>'

## BLS Configurations
bls:
private_key_store_path: '<bls_key_store_location_path>'
private_key_store_password: '<bls_key_store_password>'

## Operator Configurations
operator:
aggregator_rpc_server_ip_port_address: hoodi.aggregator.alignedlayer.com:8090
operator_tracker_ip_port_address: https://hoodi.telemetry.alignedlayer.com
address: '<operator_address>'
earnings_receiver_address: '<earnings_receiver_address>' #Can be the same as the operator.
delegation_approver_address: '0x0000000000000000000000000000000000000000'
staker_opt_out_window_blocks: 0
metadata_url: <metadata_url>
enable_metrics: true
metrics_ip_port_address: localhost:9092
max_batch_size: 268435456 # 256 MiB
last_processed_batch_filepath: 'config-files/operator.last_processed_batch.json'
poll_latest_batch_interval: 20s # Optional: The interval to poll for latest batches. Default: 20s if not specified