-
Notifications
You must be signed in to change notification settings - Fork 66
/
README.md.gotmpl
47 lines (31 loc) · 919 Bytes
/
README.md.gotmpl
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
{{ template "chart.header" . }}
{{ template "chart.deprecationWarning" . }}
{{ template "chart.versionBadge" . }}{{ template "chart.typeBadge" . }}
{{ template "chart.description" . }}
{{ template "chart.homepageLine" . }}
{{ template "chart.sourcesSection" . }}
{{ template "chart.requirementsSection" . }}
{{ template "chart.valuesSection" . }}
# Examples
## Setting the configuration file
```yaml
config: |
[network]
name = "pithos"
etherscan_api_key = "some-etherscan-api-key"
[consensus_chain]
seconds_per_slot = 12
slots_per_epoch = 32
genesis_time = 1634213100
[weak_subjectivity]
provider_endpoint = "http://eth2-ws-provider_eth2_ws_server_1:80"
[monitor]
output_dir = "public"
port = 8080
[[monitor.endpoints]]
consensus = "http://beacon-node:4000"
execution = "Geth"
[[monitor.endpoints]]
consensus = "http://beacon-node2:4000"
execution = "Nethermind"
```