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
# Chains to monitor, with their chain identifier, Comet/Tendermint version, and the URL of their WebSocket endpoint.
[]
# The RPC endpoint URL of the CometBFT node
= "https://rpc.osmosis.zone"
# The CometBFT version run by the node
= "0.34"
# The interval at which to poll the chain for new blocks
= "500ms"
# Specify where to start backfilling blocks from.
# - A negative value indicates a relative offset from the latest block
# - A positive value indicates an absolute height at which to start backfilling
# - Leaving out the setting or specifying a value of zero disables backfilling altogether
= -100
# [chains.cosmoshub-4]
# url = "https://cosmoshub-rpc.lavenderfive.com"
# comet_version = "0.34"
# poll_interval = "500ms"
#
# [chains.neutron-1]
# url = "https://neutron-rpc.lavenderfive.com"
# comet_version = "0.34"
# poll_interval = "500ms"
[]
# Path to the SQLite database file where the metrics will be stored.
= "chainpulse.db"
[]
# Whether or not to expose the metrics as a Prometheus scrape endpoint.
= true
# The port to expose the metrics on, at /metrics.
= 3000