Skip to content

Commit

Permalink
nit: Delta -> Ecotone
Browse files Browse the repository at this point in the history
  • Loading branch information
jinmel committed Aug 27, 2024
1 parent 5836c44 commit 9dfa70e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion op-node/node/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9dfa70e

Please sign in to comment.