mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-16 17:03:46 +00:00
update ENS and Fast Sync
This commit is contained in:
parent
58c32d9785
commit
9c901caa90
2 changed files with 2 additions and 2 deletions
|
|
@ -30,7 +30,7 @@ import (
|
|||
)
|
||||
|
||||
var (
|
||||
MainNetAddress = common.HexToAddress("0x314159265dD8dbb310642f98f50C066173C1259b")
|
||||
MainNetAddress = common.HexToAddress("0x2ecb508992f49c5c08ad954f19e8176eedce3e56")
|
||||
TestNetAddress = common.HexToAddress("0x112234455c3a32fd11230c42e7bccd4a84e02010")
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Reference in a new issue