aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWei-Ning Huang <w@byzantine-lab.io>2019-08-27 23:45:19 +0800
committerWei-Ning Huang <w@byzantine-lab.io>2019-09-17 16:57:31 +0800
commit74894e1da7ff3c6999e7ae4a0b398340dbf34bef (patch)
tree816fccb3966f8617b92fdf4b4f55496b717ef7c8
parent0c18330437a5efc236602fb6f9ede57e6f17828b (diff)
downloadgo-tangerine-74894e1da7ff3c6999e7ae4a0b398340dbf34bef.tar
go-tangerine-74894e1da7ff3c6999e7ae4a0b398340dbf34bef.tar.gz
go-tangerine-74894e1da7ff3c6999e7ae4a0b398340dbf34bef.tar.bz2
go-tangerine-74894e1da7ff3c6999e7ae4a0b398340dbf34bef.tar.lz
go-tangerine-74894e1da7ff3c6999e7ae4a0b398340dbf34bef.tar.xz
go-tangerine-74894e1da7ff3c6999e7ae4a0b398340dbf34bef.tar.zst
go-tangerine-74894e1da7ff3c6999e7ae4a0b398340dbf34bef.zip
params: update testnet dMoment
-rw-r--r--params/config.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/params/config.go b/params/config.go
index b385b9576..13c161855 100644
--- a/params/config.go
+++ b/params/config.go
@@ -27,7 +27,7 @@ import (
// Genesis hashes to enforce below configs on.
var (
MainnetGenesisHash = common.HexToHash("0x756c14f977abb9fee60f55684c0407190ac79eba77b2155b1d654a59b27002ca")
- TestnetGenesisHash = common.HexToHash("0x47e768aa90234a72fc757e7efd95afd3fb8601798d1af318f5149a3c871f74af")
+ TestnetGenesisHash = common.HexToHash("0xf13824fa7d40d1697a37248c8b03d6e026079b108ad2d1916e74da41e1b6f877")
)
// TrustedCheckpoints associates each known checkpoint with the genesis hash of
@@ -85,7 +85,7 @@ var (
// TestnetChainConfig contains the chain parameters to run a node on the Taiwan test network.
TestnetChainConfig = &ChainConfig{
ChainID: big.NewInt(374),
- DMoment: 1566832900,
+ DMoment: 1566921300,
HomesteadBlock: big.NewInt(0),
DAOForkBlock: big.NewInt(0),
DAOForkSupport: true,