From e7a77563aeb3bbe7368801247b6a24849bc1ca92 Mon Sep 17 00:00:00 2001 From: Wei-Ning Huang Date: Sun, 15 Mar 2020 16:57:47 +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 b1f79dd67..724d8c6cb 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("0xcbfc86c8cf68d0207a1dff32b7397d9ecfef91371af0725509d78d9d578b405d") - TestnetGenesisHash = common.HexToHash("0x5f3764f4188f17d4b3f0dcfc0ac183f49bc5b862491a0bf00d5f7719a63c3150") + TestnetGenesisHash = common.HexToHash("0x4ba864ae999f302dc999b881eebe194820498a3c82605fb8a0c69711218d3e29") ) // 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: 1569913393, + DMoment: 1584264500, HomesteadBlock: big.NewInt(0), DAOForkBlock: big.NewInt(0), DAOForkSupport: true, -- cgit