Commit e456eb8c authored by Joshua Gutow's avatar Joshua Gutow

op-proposer: Enable the balance check metric

parent 6eeb25f9
......@@ -86,6 +86,8 @@ func Main(version string) func(ctx *cli.Context) error {
l.Error("error starting metrics server", err)
}
}()
addr := l2OutputSubmitter.l2OutputService.cfg.Driver.WalletAddr()
opmetrics.LaunchBalanceMetrics(ctx, l, registry, "", l2OutputSubmitter.l2OutputService.cfg.L1Client, addr)
}
rpcCfg := cfg.RPCConfig
......
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