diff options
author | Wei-Ning Huang <w@dexon.org> | 2019-04-18 14:50:55 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@byzantine-lab.io> | 2019-06-15 22:09:56 +0800 |
commit | ba1dc7e71b4fc8d2744364208af39cc5ba0c6679 (patch) | |
tree | 22190994e89371133e5ddcdf44f70884a001cd0e /params | |
parent | 7f9d5b1f1cb1a07e2600533a85e585c2a6dfe7bd (diff) | |
download | go-tangerine-ba1dc7e71b4fc8d2744364208af39cc5ba0c6679.tar go-tangerine-ba1dc7e71b4fc8d2744364208af39cc5ba0c6679.tar.gz go-tangerine-ba1dc7e71b4fc8d2744364208af39cc5ba0c6679.tar.bz2 go-tangerine-ba1dc7e71b4fc8d2744364208af39cc5ba0c6679.tar.lz go-tangerine-ba1dc7e71b4fc8d2744364208af39cc5ba0c6679.tar.xz go-tangerine-ba1dc7e71b4fc8d2744364208af39cc5ba0c6679.tar.zst go-tangerine-ba1dc7e71b4fc8d2744364208af39cc5ba0c6679.zip |
core: mainnet genesis allocation (#375)
Diffstat (limited to 'params')
-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 d3963fdfd..71c2318c0 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("0x55772f24c3d63f069523aad99039edf295e9e9c4a6854a6f4419d0d0f75c2d0b") + MainnetGenesisHash = common.HexToHash("0xb11ab63566eb5b6179938613ed061af3a5242b847e5762b70fa9e10f10a0bcc3") TestnetGenesisHash = common.HexToHash("0x7d8700a7a731162880adff4f21398a901c0b75d907bec8f4eac51460f94cb846") TaipeiGenesisHash = common.HexToHash("0x5929cb70fe4ba22dce821b2efca737a1874a0f5a34f3ffb9a1e157516622e20b") YilanGenesisHash = common.HexToHash("0xdcdafc044c24d728c6149ecfada746d8de6e59fc5d18063caf7950badc1df12e") |