aboutsummaryrefslogtreecommitdiffstats
path: root/params
diff options
context:
space:
mode:
authorJimmy Hu <jimmy.hu@dexon.org>2018-12-21 12:03:28 +0800
committerWei-Ning Huang <w@dexon.org>2019-04-09 21:32:55 +0800
commit0c9666161c9630edf8eca571e7c93db7d21dfba3 (patch)
tree600f05c67b7e7f1241bc67ea1fbd4653e6681786 /params
parentcb681396102175b1651363b3060c5b759a3ee9b2 (diff)
downloaddexon-0c9666161c9630edf8eca571e7c93db7d21dfba3.tar
dexon-0c9666161c9630edf8eca571e7c93db7d21dfba3.tar.gz
dexon-0c9666161c9630edf8eca571e7c93db7d21dfba3.tar.bz2
dexon-0c9666161c9630edf8eca571e7c93db7d21dfba3.tar.lz
dexon-0c9666161c9630edf8eca571e7c93db7d21dfba3.tar.xz
dexon-0c9666161c9630edf8eca571e7c93db7d21dfba3.tar.zst
dexon-0c9666161c9630edf8eca571e7c93db7d21dfba3.zip
core: vm: Add `MPKReady` to governance (#97)
* core/vm: Add DKGMPKReady * param: update GenesisHash * vendor: sync to latest core
Diffstat (limited to 'params')
-rw-r--r--params/config.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/params/config.go b/params/config.go
index 5bedf9772..5e528dda4 100644
--- a/params/config.go
+++ b/params/config.go
@@ -26,8 +26,8 @@ import (
// Genesis hashes to enforce below configs on.
var (
- MainnetGenesisHash = common.HexToHash("0x5fc1fdb2eca492d256600c0d96a2ca7bdfd9412ac8557bcab54e05332260e26b")
- TestnetGenesisHash = common.HexToHash("0x252c41c125e4a9137a39a20b810ddcd33a8023c407cac863ad2326a521375d0f")
+ MainnetGenesisHash = common.HexToHash("0x48fd77589c2a011fdc764237b9f071577799b7dcc618f25a74fca05dc0b1ad2e")
+ TestnetGenesisHash = common.HexToHash("0x3d5427dc4d3674194d217307ae4db88886a826b6343b6b903efe0b446317ee15")
)
var (