-
Notifications
You must be signed in to change notification settings - Fork 10
/
config.yml
142 lines (122 loc) · 3.55 KB
/
config.yml
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
node_advertised_committer_rpc_endpoint: "0.0.0.0:50061"
node_committer_rpc_endpoint: "0.0.0.0:50061"
node_management_rpc_endpoint: "0.0.0.0:50091"
node_management_rpc_token: "change_me"
node_statistics_http_endpoint: "0.0.0.0:50081"
provider_endpoint: "ws://127.0.0.1:8546"
is_eigenlayer: false
chain_id: 900
controller_address: "0x5eb3Bc0a489C5A8288765d2336659EbCA68FCd00"
controller_relayer_address: "0x82e01223d51Eb87e16A03E24687EDF0F294da6f1"
adapter_address: "0x5FC8d32690cc91D4c39d9d3abcBD16989F875707"
adapter_deployed_block_height: 9600000
arpa_address: "0xa4F59C4Caf15641F32f5756E37d93912E7F96203"
data_path: "./data0.sqlite"
logger:
context_logging: false
log_file_path: log/0/
rolling_file_size: 10 gb
account:
# This is generated by anvil default account
private_key: "4c0883a69102937d6231471b5dbb6204fe5129617082792ae468d01a3f362318"
# keystore:
# password: env
# path: test.keystore
# hdwallet:
# mnemonic: env
# path: "m/44'/60'/0'/0"
# index: 0
# passphrase: "custom_password"
listeners:
- l_type: Block
interval_millis: 0
use_jitter: true
- l_type: NewRandomnessTask
interval_millis: 0
use_jitter: true
- l_type: PreGrouping
interval_millis: 0
use_jitter: true
- l_type: PostCommitGrouping
interval_millis: 10000
use_jitter: true
- l_type: PostGrouping
interval_millis: 10000
use_jitter: true
- l_type: ReadyToHandleRandomnessTask
interval_millis: 10000
use_jitter: true
- l_type: RandomnessSignatureAggregation
interval_millis: 2000
use_jitter: false
time_limits:
block_time: 3
dkg_timeout_duration: 40
randomness_task_exclusive_window: 10
listener_interval_millis: 10000
dkg_wait_for_phase_interval_millis: 10000
provider_polling_interval_millis: 10000
provider_reset_descriptor:
interval_millis: 5000
max_attempts: 17280
use_jitter: false
contract_transaction_retry_descriptor:
base: 2
factor: 1000
max_attempts: 3
use_jitter: true
contract_view_retry_descriptor:
base: 2
factor: 500
max_attempts: 5
use_jitter: true
commit_partial_signature_retry_descriptor:
base: 2
factor: 1000
max_attempts: 5
use_jitter: false
relayed_chains:
- chain_id: 901
description: "OP"
provider_endpoint: "ws://127.0.0.1:9546"
controller_oracle_address: "0xCf7Ed3AccA5a467e9e704C703E8D87F634fB0Fc9"
adapter_address: "0x5FC8d32690cc91D4c39d9d3abcBD16989F875707"
adapter_deployed_block_height: 14224644
arpa_address: "0xA129BEA1a5d9E37Eb2C505c8D302231A28B0A82b"
listeners:
- l_type: Block
interval_millis: 0
use_jitter: true
- l_type: NewRandomnessTask
interval_millis: 0
use_jitter: true
- l_type: ReadyToHandleRandomnessTask
interval_millis: 1000
use_jitter: true
- l_type: RandomnessSignatureAggregation
interval_millis: 2000
use_jitter: false
time_limits:
block_time: 2
randomness_task_exclusive_window: 10
listener_interval_millis: 1000
provider_polling_interval_millis: 1000
provider_reset_descriptor:
interval_millis: 5000
max_attempts: 17280
use_jitter: false
contract_transaction_retry_descriptor:
base: 2
factor: 1000
max_attempts: 3
use_jitter: true
contract_view_retry_descriptor:
base: 2
factor: 500
max_attempts: 5
use_jitter: true
commit_partial_signature_retry_descriptor:
base: 2
factor: 1000
max_attempts: 5
use_jitter: false