aboutsummaryrefslogtreecommitdiffstats
path: root/params
diff options
context:
space:
mode:
authorWei-Ning Huang <w@dexon.org>2019-04-23 09:59:11 +0800
committerGitHub <noreply@github.com>2019-04-23 09:59:11 +0800
commit3d09a2650959463ace37c9cc705e408ab48b4ef6 (patch)
treebd93f5e2d68c94b793f90718c03a82eb12502298 /params
parent4056d794eb09c9eee2ab8353a0c93ac34c601b28 (diff)
downloaddexon-3d09a2650959463ace37c9cc705e408ab48b4ef6.tar
dexon-3d09a2650959463ace37c9cc705e408ab48b4ef6.tar.gz
dexon-3d09a2650959463ace37c9cc705e408ab48b4ef6.tar.bz2
dexon-3d09a2650959463ace37c9cc705e408ab48b4ef6.tar.lz
dexon-3d09a2650959463ace37c9cc705e408ab48b4ef6.tar.xz
dexon-3d09a2650959463ace37c9cc705e408ab48b4ef6.tar.zst
dexon-3d09a2650959463ace37c9cc705e408ab48b4ef6.zip
core: update mainnet genesis alloc (#389)
Diffstat (limited to 'params')
-rw-r--r--params/config.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/params/config.go b/params/config.go
index 90c4379f1..bf14e4815 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("0xb6ed1ad6b6956e91f5c2dfe4f94f6fb3d2c708a5e25161210995bb5d1f667e4b")
+ MainnetGenesisHash = common.HexToHash("0xbf6205d44edb3fa90bde182c647f360e5e1e3438e4315489db405d43a2ef44c2")
TestnetGenesisHash = common.HexToHash("0x7d8700a7a731162880adff4f21398a901c0b75d907bec8f4eac51460f94cb846")
TaipeiGenesisHash = common.HexToHash("0x5929cb70fe4ba22dce821b2efca737a1874a0f5a34f3ffb9a1e157516622e20b")
YilanGenesisHash = common.HexToHash("0xdcdafc044c24d728c6149ecfada746d8de6e59fc5d18063caf7950badc1df12e")