Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberhorsey committed May 23, 2024
1 parent 5d96997 commit c4e5bff
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ func InitFromConfig(ctx context.Context, h *HealthChecker, cfg *Config) (err err
return err
}

slog.Info("guardianProverContractAddress", "addr", common.HexToAddress(cfg.GuardianProverContractAddress))

guardianProverContract, err := guardianprover.NewGuardianProver(
common.HexToAddress(cfg.GuardianProverContractAddress),
l1EthClient,
Expand Down

0 comments on commit c4e5bff

Please sign in to comment.