Schedule Pangaea staking epochs

- Pre-staking starts at epoch 5256, around 2019-12-05T17:46:17Z
- Staking     starts at epoch 5328, around 2019-12-06T05:46:17Z
pull/1969/head
Eugene Kim 5 years ago
parent 2158d4d828
commit 858739d01c
  1. 4
      internal/params/config.go

@ -37,8 +37,8 @@ var (
ChainID: TestnetChainID,
CrossTxEpoch: big.NewInt(0),
CrossLinkEpoch: big.NewInt(2),
StakingEpoch: big.NewInt(3),
PreStakingEpoch: big.NewInt(0),
StakingEpoch: big.NewInt(5328), // around 2019-12-06T05:46:17Z
PreStakingEpoch: big.NewInt(5256), // around 2019-12-05T17:46:17Z
EIP155Epoch: big.NewInt(0),
S3Epoch: big.NewInt(0),
}

Loading…
Cancel
Save