Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
🌱 Implement ccu on mainchain
Browse files Browse the repository at this point in the history
  • Loading branch information
ishantiw committed May 12, 2022
1 parent 8060c5d commit 9bc3847
Show file tree
Hide file tree
Showing 5 changed files with 471 additions and 10 deletions.
2 changes: 2 additions & 0 deletions framework/src/modules/interoperability/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ export const MAINCHAIN_NETWORK_ID = Buffer.from(
'03693f3126b9d0df3096c4ebd59e5c42af4a7f0e313cd7c96a07b6e9f8f54924',
'hex',
); // TBD
export const VALID_BLS_KEY_LENGTH = 48;
export const SMT_KEY_LENGTH = 38;
export const NUMBER_MAINCHAIN_VALIDATORS = 101;
export const TAG_CHAIN_REG_MESSAGE = 'LSK_CHAIN_REGISTRATION';
export const LIVENESS_LIMIT = 2592000; // 30*24*3600
Expand Down
Loading

0 comments on commit 9bc3847

Please sign in to comment.