update ENS and Fast Sync

This commit is contained in:
chris 2017-10-16 11:02:59 -04:00
parent 58c32d9785
commit 9c901caa90
2 changed files with 2 additions and 2 deletions

View file

@ -30,7 +30,7 @@ import (
)
var (
MainNetAddress = common.HexToAddress("0x314159265dD8dbb310642f98f50C066173C1259b")
MainNetAddress = common.HexToAddress("0x2ecb508992f49c5c08ad954f19e8176eedce3e56")
TestNetAddress = common.HexToAddress("0x112234455c3a32fd11230c42e7bccd4a84e02010")
)

View file

@ -36,7 +36,7 @@ var (
DAOForkBlock: nil,
DAOForkSupport: true,
EIP150Block: big.NewInt(200000),
EIP150Hash: common.HexToHash("0x41941023680923e0fe4d74a34bdac8141f2540e3ae90623718e47d66d1ca4a2d"),
EIP150Hash: common.HexToHash("0xf387cbb657921609e7ceb59ce2163b1a5d7241eb0fdebdf605b24841cea91003"),
EIP155Block: big.NewInt(600000),
EIP158Block: big.NewInt(600000),
ByzantiumBlock: big.NewInt(800000),