diff options
-rw-r--r-- | params/config.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/params/config.go b/params/config.go index 3197bf1ef..1635e8124 100644 --- a/params/config.go +++ b/params/config.go @@ -82,7 +82,7 @@ var ( // TestnetChainConfig contains the chain parameters to run a node on the Taiwan test network. TestnetChainConfig = &ChainConfig{ ChainID: big.NewInt(238), - DMoment: 1548318000, + DMoment: 1548348360, HomesteadBlock: big.NewInt(0), DAOForkBlock: nil, DAOForkSupport: true, |