Skip to content

Commit 07b6de9

Browse files
committed
Add logging to startup
1 parent 5714b71 commit 07b6de9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cmd/server/entrypoint.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ func StartProxySvr(cliCtx *cli.Context) error {
2020
if err := cfg.Check(); err != nil {
2121
return err
2222
}
23+
24+
fmt.Printf("ETH confirmation depth set to: %d\n", cfg.EigenDAConfig.EthConfirmationDepth)
25+
2326
ctx, ctxCancel := context.WithCancel(cliCtx.Context)
2427
defer ctxCancel()
2528

0 commit comments

Comments
 (0)