From 4d4dc1b286253762d59294bfa0f3033ae71350c3 Mon Sep 17 00:00:00 2001 From: Wei-Ning Huang Date: Tue, 16 Apr 2019 20:39:02 +0800 Subject: core: update mainnet genesis allocation data and config (#369) --- 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 9d428f544..e82ae5807 100644 --- a/params/config.go +++ b/params/config.go @@ -26,7 +26,7 @@ import ( // Genesis hashes to enforce below configs on. var ( - MainnetGenesisHash = common.HexToHash("0xc8f6f69570e8eb740f3d74995702f4fc4dfa613ec56a0cebf941cc035606099b") + MainnetGenesisHash = common.HexToHash("0x8e679e17117699f969f039a1ff04b32a0e14dfd7460d927a5759904cf7307e7a") TestnetGenesisHash = common.HexToHash("0x7d8700a7a731162880adff4f21398a901c0b75d907bec8f4eac51460f94cb846") TaipeiGenesisHash = common.HexToHash("0x5929cb70fe4ba22dce821b2efca737a1874a0f5a34f3ffb9a1e157516622e20b") YilanGenesisHash = common.HexToHash("0xdcdafc044c24d728c6149ecfada746d8de6e59fc5d18063caf7950badc1df12e") @@ -36,7 +36,7 @@ var ( // MainnetChainConfig is the chain parameters to run a node on the main network. MainnetChainConfig = &ChainConfig{ ChainID: big.NewInt(237), - DMoment: 1554142300, + DMoment: 1556150400, HomesteadBlock: big.NewInt(0), DAOForkBlock: big.NewInt(0), DAOForkSupport: true, -- cgit v1.2.3