Bump Pangaea CrossLink epoch from 2 to 5256

Epoch 2 has already passed on Pangaea.
pull/1969/head
Eugene Kim 5 years ago
parent f590b30f73
commit 89f4db859a
  1. 2
      internal/params/config.go

@ -36,7 +36,7 @@ var (
TestnetChainConfig = &ChainConfig{ TestnetChainConfig = &ChainConfig{
ChainID: TestnetChainID, ChainID: TestnetChainID,
CrossTxEpoch: big.NewInt(0), CrossTxEpoch: big.NewInt(0),
CrossLinkEpoch: big.NewInt(2), CrossLinkEpoch: big.NewInt(5256),
StakingEpoch: big.NewInt(5328), // around 2019-12-06T05:46:17Z StakingEpoch: big.NewInt(5328), // around 2019-12-06T05:46:17Z
PreStakingEpoch: big.NewInt(5256), // around 2019-12-05T17:46:17Z PreStakingEpoch: big.NewInt(5256), // around 2019-12-05T17:46:17Z
EIP155Epoch: big.NewInt(0), EIP155Epoch: big.NewInt(0),

Loading…
Cancel
Save