Skip to content

Commit

Permalink
chore: add annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
pythonberg1997 committed Jan 23, 2024
1 parent e79714d commit 7b2a5ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contracts/BC_fusion/StakeHub.sol
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ contract StakeHub is System, Initializable {
uint256 public constant BREATHE_BLOCK_INTERVAL = 1 days;

//TODO: set to the correct bytes of abi.encode({{BCExistingConsensusAddresses}}) and abi.encode({{BCExistingVoteAddresses}}) when landing on mainnet and testnet
// this will be set to proper value after the first sunset hardfork on Beacon Chain
bytes private constant INIT_BC_CONSENSUS_ADDRESSES =
hex"00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000";
bytes private constant INIT_BC_VOTE_ADDRESSES =
Expand Down

0 comments on commit 7b2a5ef

Please sign in to comment.