aboutsummaryrefslogtreecommitdiffstats
path: root/params/config.go
diff options
context:
space:
mode:
authorWei-Ning Huang <w@dexon.org>2019-04-16 20:39:02 +0800
committerWei-Ning Huang <w@dexon.org>2019-04-16 20:57:08 +0800
commit4d4dc1b286253762d59294bfa0f3033ae71350c3 (patch)
tree7fe038583974e8095219936d1069acd3b9027844 /params/config.go
parent1719b6f97213b4b9a7a2bb1804713b584c312106 (diff)
downloaddexon-4d4dc1b286253762d59294bfa0f3033ae71350c3.tar
dexon-4d4dc1b286253762d59294bfa0f3033ae71350c3.tar.gz
dexon-4d4dc1b286253762d59294bfa0f3033ae71350c3.tar.bz2
dexon-4d4dc1b286253762d59294bfa0f3033ae71350c3.tar.lz
dexon-4d4dc1b286253762d59294bfa0f3033ae71350c3.tar.xz
dexon-4d4dc1b286253762d59294bfa0f3033ae71350c3.tar.zst
dexon-4d4dc1b286253762d59294bfa0f3033ae71350c3.zip
core: update mainnet genesis allocation data and config (#369)
Diffstat (limited to 'params/config.go')
-rw-r--r--params/config.go4
1 files changed, 2 insertions, 2 deletions
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,