update testnet epochs (#2189)

pull/2190/head
Rongjian Lan 5 years ago committed by GitHub
parent cae94683a4
commit b70fc6864f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      internal/params/config.go

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

Loading…
Cancel
Save