-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
60 lines (60 loc) · 1.36 KB
/
config.yaml
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
data:
type: fs
path: ../data # pwd is ./notebooks
notebooks:
xatu-public-contributors:
enabled: true
schedule_hours: 1
description: "Analyzes public Xatu contributor data and client versions"
networks:
- mainnet
- sepolia
- holesky
time_windows:
- file: "last_90_days"
step: "3d"
label: "Last 90d"
range: "-90d"
- file: "last_30_days"
step: "1d"
label: "Last 30d"
range: "-30d"
- file: "last_1_day"
step: "1h"
label: "Last 1d"
range: "-1d"
- file: "last_6h"
step: "5m"
label: "Last 6h"
range: "-6h"
# mev-relays:
# enabled: false
# schedule_hours: 1
# description: "Analyzes MEV relays"
# networks:
# - mainnet
beacon-chain-timings:
enabled: true
schedule_hours: 1
description: "Analyzes beacon chain timings"
networks:
- mainnet
- sepolia
- holesky
time_windows:
- file: "last_30_days"
step: "6h"
label: "Last 30d"
range: "-30d"
- file: "last_90_days"
step: "1d"
label: "Last 90d"
range: "-90d"
# - file: "last_1_day"
# step: "5m"
# label: "Last 1d"
# range: "-1d"
# - file: "last_year"
# step: "1d"
# label: "Last 1y"
# range: "-365d"