Skip to content

Commit

Permalink
add the new domain for constants check
Browse files Browse the repository at this point in the history
  • Loading branch information
g11tech committed Sep 20, 2022
1 parent 061d799 commit c850ac5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/beacon-node/src/api/impl/config/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ import {
DOMAIN_SYNC_COMMITTEE,
DOMAIN_SYNC_COMMITTEE_SELECTION_PROOF,
DOMAIN_CONTRIBUTION_AND_PROOF,
DOMAIN_BLS_TO_EXECUTION_CHANGE,
DOMAIN_APPLICATION_BUILDER,
TIMELY_SOURCE_FLAG_INDEX,
TIMELY_TARGET_FLAG_INDEX,
Expand Down Expand Up @@ -90,4 +91,7 @@ export const specConstants = {
// altair/validator.md
TARGET_AGGREGATORS_PER_SYNC_SUBCOMMITTEE,
SYNC_COMMITTEE_SUBNET_COUNT,

// ## Capella domain types
DOMAIN_BLS_TO_EXECUTION_CHANGE,
};

0 comments on commit c850ac5

Please sign in to comment.