diff options
author | Wei-Ning Huang <w@dexon.org> | 2019-04-16 20:39:02 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@byzantine-lab.io> | 2019-06-15 22:09:56 +0800 |
commit | 512dd8e5a3a466c1e0eaa42647773b0231b57b58 (patch) | |
tree | 476d285accfdf035406c525946e9661616e26545 /params | |
parent | 82f1f1a5566d1870466b25545986b7c00fff105d (diff) | |
download | go-tangerine-512dd8e5a3a466c1e0eaa42647773b0231b57b58.tar go-tangerine-512dd8e5a3a466c1e0eaa42647773b0231b57b58.tar.gz go-tangerine-512dd8e5a3a466c1e0eaa42647773b0231b57b58.tar.bz2 go-tangerine-512dd8e5a3a466c1e0eaa42647773b0231b57b58.tar.lz go-tangerine-512dd8e5a3a466c1e0eaa42647773b0231b57b58.tar.xz go-tangerine-512dd8e5a3a466c1e0eaa42647773b0231b57b58.tar.zst go-tangerine-512dd8e5a3a466c1e0eaa42647773b0231b57b58.zip |
core: update mainnet genesis allocation data and config (#369)
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 eef23c215..3ec455dff 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") @@ -43,7 +43,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, |