Skip to content

Commit

Permalink
chore: add annotation (#474)
Browse files Browse the repository at this point in the history
* chore: add annotation

* chore: add annotation
  • Loading branch information
pythonberg1997 authored Jan 23, 2024
1 parent 592b3fe commit 32b126f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contracts/BC_fusion/StakeHub.sol
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ contract StakeHub is System, Initializable {

uint256 public constant BREATHE_BLOCK_INTERVAL = 1 days;

//TODO
//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 32b126f

Please sign in to comment.