-
Notifications
You must be signed in to change notification settings - Fork 0
/
incredible_config.toml
41 lines (29 loc) · 1.11 KB
/
incredible_config.toml
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
[rpc_config]
chain_id = 31337
http_rpc_url = "http://localhost:8545"
ws_rpc_url = "ws://localhost:8545"
signer = "0x2a871d0798f97d79848a013d4936a73bf4cc922c825d33c1cf7073dff6d409c6"
[ecdsa_config]
keystore_path = "crates/testing-utils/src/ecdsakeystore.json"
keystore_password = "test"
[bls_config]
keystore_path = "crates/testing-utils/src/blskeystore.json"
keystore_password = "testpassword"
[operator_config]
operator_address = "0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266"
operator_id = "0xb345f720903a3ecfd59f3de456dd9d266c2ce540b05e8c909106962684d9afa3"
[aggregator_config]
ip_address = "127.0.0.1:8080"
[operator_registration_config]
register_operator = true
operator_pvt_key = "0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80"
operator_to_avs_registration_sig_salt = "b345f720903a3ecfd59f3de456dd9d266c2ce540b05e8c909106962684d9afa3"
quorum_number = "00"
sig_expiry = "10"
socket = "incredible"
[metrics_config]
port_address = "127.0.0.1:9001"
[node_config]
node_port_address = "127.0.0.1:8085"
[task_manager_config]
signer = "0x59c6995e998f97a5a0044966f0945389dc9e86dae88c7a8412f4603b6b78690d"