diff options
author | Jimmy Hu <jimmy.hu@dexon.org> | 2019-01-10 10:14:12 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@byzantine-lab.io> | 2019-06-12 17:27:21 +0800 |
commit | 19d5586b0da682886f945dda5346972706136c55 (patch) | |
tree | 1ee77dee314a02200e7d31dc8dab7df0e7feac5b /params | |
parent | 639d2e9b39a43b532d27d0abdc87323cdd29ed8b (diff) | |
download | go-tangerine-19d5586b0da682886f945dda5346972706136c55.tar.gz go-tangerine-19d5586b0da682886f945dda5346972706136c55.tar.zst go-tangerine-19d5586b0da682886f945dda5346972706136c55.zip |
core: update testnet genesis_alloc
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 3234d5c59..1d2ec0c53 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("0x81abe3e66f63afe3806b64e7529d2a3f2ae9be7ba3e6fca2a561808bf7875a03") - TestnetGenesisHash = common.HexToHash("0x3fe7a48aca63addc5e502fe60a37a865b454c649e106d07d3cd810e086e1fc6d") + MainnetGenesisHash = common.HexToHash("0x51a59a523993e460b29a06fdc7006b354c7fdd4da44c251b0dc2e4dca5702cff") + TestnetGenesisHash = common.HexToHash("0x58f1baf44fdc971a14a105bff44b5c9337a44a68713afc1a981a38f7c59a0241") ) // TrustedCheckpoints associates each known checkpoint with the genesis hash of |