From f1a3f3a8f39d5490f4320591def9c2866d866bc4 Mon Sep 17 00:00:00 2001 From: Sonic Date: Mon, 25 Feb 2019 16:41:05 +0800 Subject: core: set oracle contract's code (#209) So that other contract can call oracle contract. --- params/config.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'params/config.go') diff --git a/params/config.go b/params/config.go index c109e6ac7..937234c84 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("0x09fd8e9d8db083831e0793a41643721d5becc0f9742b5344021a06b20b5a7fed") - TestnetGenesisHash = common.HexToHash("0x713fca1f1a31ad516f05945ae9bc1455c39d442db57c9f3c85ee593cc40ea239") + MainnetGenesisHash = common.HexToHash("0x6c59132f64eae33054c0390e4d8f8ea5f0df1642b3a084c94388c44fe5eff70d") + TestnetGenesisHash = common.HexToHash("0x31847855ec3c1ba9a03ac3311f283775a70d7b0422b525c335aa094e5b81c902") ) // TrustedCheckpoints associates each known checkpoint with the genesis hash of -- cgit v1.2.3