Skip to content

Commit

Permalink
add lots
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberhorsey committed Apr 3, 2024
1 parent 442ab70 commit 08c0f15
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/blobstorage/indexer/beaconclient.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ import (
"net/http"
"strconv"
"time"

"golang.org/x/exp/slog"
)

var (
Expand Down Expand Up @@ -64,6 +66,8 @@ func NewBeaconClient(cfg *Config, timeout time.Duration) (*BeaconClient, error)
return nil, err
}

slog.Info("beaconClientInfo", "secondsPerSlot", secondsPerSlotUint64, "genesisTime", genesisTime)

return &BeaconClient{
beaconURL: cfg.BeaconURL,
genesisTime: genesisTime,
Expand Down

0 comments on commit 08c0f15

Please sign in to comment.