diff --git a/op-node/node/builder.go b/op-node/node/builder.go index 2a3d2c55eafc..76efd5314460 100644 --- a/op-node/node/builder.go +++ b/op-node/node/builder.go @@ -108,7 +108,7 @@ func (s *BuilderAPIClient) GetPayload(ctx context.Context, ref eth.L2BlockRef, l // selects expected data version from the optimism version. // Bedrock - Bellatrix // Canyon - Capella - // Delta - Deneb + // Ecotone - Deneb var expectedVersion spec.DataVersion if s.rollupCfg.IsEcotone(ref.Time) { expectedVersion = spec.DataVersionDeneb