diff options
author | Wei-Ning Huang <w@byzantine-lab.io> | 2019-08-26 23:12:14 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@byzantine-lab.io> | 2019-09-17 16:57:31 +0800 |
commit | d626d8feb05b259edb87f210904cc004521dcfaa (patch) | |
tree | 729e67585292909005afdeb3245277ecef79759f /params | |
parent | 757817cc1587a00cf00463b7c0b71aadad5c0336 (diff) | |
download | go-tangerine-d626d8feb05b259edb87f210904cc004521dcfaa.tar go-tangerine-d626d8feb05b259edb87f210904cc004521dcfaa.tar.gz go-tangerine-d626d8feb05b259edb87f210904cc004521dcfaa.tar.bz2 go-tangerine-d626d8feb05b259edb87f210904cc004521dcfaa.tar.lz go-tangerine-d626d8feb05b259edb87f210904cc004521dcfaa.tar.xz go-tangerine-d626d8feb05b259edb87f210904cc004521dcfaa.tar.zst go-tangerine-d626d8feb05b259edb87f210904cc004521dcfaa.zip |
params: update testnet dMoment
Diffstat (limited to 'params')
-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 bd3769697..b385b9576 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("0x456c5ee9fbae8b48d2c58756f84a2e6842e20ccead724e3328973aaed639eb3b") + TestnetGenesisHash = common.HexToHash("0x47e768aa90234a72fc757e7efd95afd3fb8601798d1af318f5149a3c871f74af") ) // 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: 1564996300, + DMoment: 1566832900, HomesteadBlock: big.NewInt(0), DAOForkBlock: big.NewInt(0), DAOForkSupport: true, |