-
Notifications
You must be signed in to change notification settings - Fork 0
/
incredible_config.toml
45 lines (33 loc) · 1.35 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
42
43
44
45
[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"
keystore_2_path = "crates/testing-utils/src/bls_keystore_2.json"
keystore_2_password = "test"
[operator_config]
operator_address = "0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266"
operator_id = "0xb345f720903a3ecfd59f3de456dd9d266c2ce540b05e8c909106962684d9afa3"
operator_2_address = "0x0b065a0423f076a340f37e16e1ce22e23d66caf2"
operator_2_id = "0x17a0935b43b64cc3536d48621208fddb680ef8998561f0a1669a3ccda66676be"
[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"