diff --git a/config-files/config-operator-hoodi.yaml b/config-files/config-operator-hoodi.yaml new file mode 100644 index 0000000000..1be384d17f --- /dev/null +++ b/config-files/config-operator-hoodi.yaml @@ -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: '' + private_key_store_password: '' + +## BLS Configurations +bls: + private_key_store_path: '' + private_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: '' + earnings_receiver_address: '' #Can be the same as the operator. + delegation_approver_address: '0x0000000000000000000000000000000000000000' + staker_opt_out_window_blocks: 0 + 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