-
Notifications
You must be signed in to change notification settings - Fork 396
Expand file tree
/
Copy pathconfig-operator-docker.yaml
More file actions
42 lines (39 loc) · 1.89 KB
/
config-operator-docker.yaml
File metadata and controls
42 lines (39 loc) · 1.89 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# 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/devnet/alignedlayer_deployment_output.json"
eigen_layer_deployment_config_file_path: "./contracts/script/output/devnet/eigenlayer_deployment_output.json"
eth_rpc_url: "http://anvil:8545"
eth_rpc_url_fallback: "http://anvil:8545"
eth_ws_url: "ws://anvil:8545"
eth_ws_url_fallback: "ws://anvil:8545"
eigen_metrics_ip_port_address: "localhost:9090"
## ECDSA Configurations
ecdsa:
private_key_store_path: "config-files/anvil.ecdsa.key.json"
private_key_store_password: ""
## BLS Configurations
bls:
private_key_store_path: "config-files/anvil.bls.key.json"
private_key_store_password: ""
## Operator Configurations
operator:
aggregator_rpc_server_ip_port_address: aggregator:8090
operator_tracker_ip_port_address: http://localhost:3030
address: '0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266'
earnings_receiver_address: '0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266'
delegation_approver_address: "0x0000000000000000000000000000000000000000"
staker_opt_out_window_blocks: 0
metadata_url: "https://yetanotherco.github.io/operator_metadata/metadata.json"
enable_metrics: true
metrics_ip_port_address: localhost:9092
max_batch_size: 268435456 # 256 MiB
max_proof_size: 10485760 # 10 MiB (default if not specified)
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
# Operators variables needed for register it in EigenLayer
el_delegation_manager_address: "0xCf7Ed3AccA5a467e9e704C703E8D87F634fB0Fc9"
private_key_store_path: config-files/anvil.ecdsa.key.json
bls_private_key_store_path: config-files/anvil.bls.key.json
signer_type: local_keystore
chain_id: 31337