diff options
author | Wei-Ning Huang <w@byzantine-lab.io> | 2019-08-05 17:03:09 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@byzantine-lab.io> | 2019-09-17 16:57:31 +0800 |
commit | 3430fc0db2e1b0fdba84b97924d0151e446805c9 (patch) | |
tree | 574c2858baeba61beb8149303b100424ca715d05 | |
parent | 562b8e09900cd5196922fa4d306d428b9b88e170 (diff) | |
download | go-tangerine-3430fc0db2e1b0fdba84b97924d0151e446805c9.tar.gz go-tangerine-3430fc0db2e1b0fdba84b97924d0151e446805c9.tar.zst go-tangerine-3430fc0db2e1b0fdba84b97924d0151e446805c9.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 b16bc72d7..c884b8cdc 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("0x2ab080a9ff5d0bbdcdc9e6938f4e17268b4bdd2be857cb522aa104e29e5a54b4") - TestnetGenesisHash = common.HexToHash("0x11d92f5e92bc593b7f3e7fbde0cc4f9a103f17631d816a6b0a3995566434bca7") + TestnetGenesisHash = common.HexToHash("0x456c5ee9fbae8b48d2c58756f84a2e6842e20ccead724e3328973aaed639eb3b") ) // TrustedCheckpoints associates each known checkpoint with the genesis hash of @@ -86,7 +86,7 @@ var ( // TestnetChainConfig contains the chain parameters to run a node on the Taiwan test network. TestnetChainConfig = &ChainConfig{ ChainID: big.NewInt(374), - DMoment: 1564978200, + DMoment: 1564996300, HomesteadBlock: big.NewInt(0), DAOForkBlock: nil, DAOForkSupport: true, |