Commit f6d49f0e authored by Hamdi Allam's avatar Hamdi Allam

typo

parent 1b5d57d2
...@@ -116,7 +116,7 @@ func NewMetrics(registry *prometheus.Registry) Metricer { ...@@ -116,7 +116,7 @@ func NewMetrics(registry *prometheus.Registry) Metricer {
txWithdrawnETH: factory.NewCounter(prometheus.CounterOpts{ txWithdrawnETH: factory.NewCounter(prometheus.CounterOpts{
Namespace: MetricsNamespace, Namespace: MetricsNamespace,
Name: "tx_withdrawn_eth", Name: "tx_withdrawn_eth",
Help: "amount of eth withdrawan from l2", Help: "amount of eth withdrawn from l2",
}), }),
provenWithdrawals: factory.NewCounter(prometheus.CounterOpts{ provenWithdrawals: factory.NewCounter(prometheus.CounterOpts{
Namespace: MetricsNamespace, Namespace: MetricsNamespace,
......
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