diff --git a/pkg/cannon/ethereum/services/duties.go b/pkg/cannon/ethereum/services/duties.go index e18fa706..ff126914 100644 --- a/pkg/cannon/ethereum/services/duties.go +++ b/pkg/cannon/ethereum/services/duties.go @@ -123,7 +123,7 @@ func (m *DutiesService) FetchBeaconCommittee(ctx context.Context, stateID string m.log.WithField("epoch", epoch).Debug("Fetching beacon committee") - committees, err := m.beacon.FetchBeaconCommittees(ctx, xatuethv1.EpochAsString(epoch), nil) + committees, err := m.beacon.FetchBeaconCommittees(ctx, xatuethv1.StateIDFinalized, &epoch) if err != nil { m.log.WithError(err).Error("Failed to fetch beacon committees")