From 74894e1da7ff3c6999e7ae4a0b398340dbf34bef Mon Sep 17 00:00:00 2001 From: Wei-Ning Huang Date: Tue, 27 Aug 2019 23:45:19 +0800 Subject: params: update testnet dMoment --- params/config.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'params/config.go') 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, -- cgit