Commit b0b26517 authored by Ethen Pociask's avatar Ethen Pociask

[indexer.client] Addressing PR feedback: version note

parent 75c62315
......@@ -31,10 +31,12 @@ type API struct {
}
const (
MetricsNamespace = "op_indexer"
MetricsNamespace = "op_indexer_api"
addressParam = "{address:%s}"
// Endpoint paths
// NOTE - This can be further broken out over time as new version iterations
// are implemented
HealthPath = "/healthz"
DepositsPath = "/api/v0/deposits/"
WithdrawalsPath = "/api/v0/withdrawals/"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment