[]
# The list of chains to monitor, with their chain identifier, Comet/Tendermint version, and the URL of their WebSocket endpoint.
= [
{ = "neutron-1", = "0.34", = "wss://neutron-rpc.lavenderfive.com/websocket" },
{ = "osmosis-1", = "0.34", = "wss://rpc.osmosis.zone/websocket" },
]
[]
# Path to the SQLite database file where the metrics will be stored.
= "data.db"
[]
# Whether or not to expose the metrics as a Prometheus scrape endpoint.
= true
# The port to expose the metrics on, at /metrics.
= 3000
# Whether or not to monitor packets stuck on IBC channels
# where either the source or destination chain is part of the
# list of chains to monitor.
= true