diff options
author | Wei-Ning Huang <w@byzantine-lab.io> | 2020-03-15 16:57:47 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@byzantine-lab.io> | 2020-03-15 17:27:38 +0800 |
commit | e7a77563aeb3bbe7368801247b6a24849bc1ca92 (patch) | |
tree | 18b23d8517db9ae46c5642fb1d27c7ba51f60610 | |
parent | 2a2b218ecea3ba85249c15fa55dc154f3fed3478 (diff) | |
download | go-tangerine-e7a77563aeb3bbe7368801247b6a24849bc1ca92.tar.gz go-tangerine-e7a77563aeb3bbe7368801247b6a24849bc1ca92.tar.zst go-tangerine-e7a77563aeb3bbe7368801247b6a24849bc1ca92.zip |
params: update testnet dMoment
-rw-r--r-- | params/config.go | 4 |
1 files changed, 2 insertions, 2 deletions
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, |