Skip to content

Commit 8ed124b

Browse files
authored
BlockHash EIP-2935 changes for pectra-devnet-5 (#13349) (#13369)
Cherry pick #13349
1 parent d486491 commit 8ed124b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

params/protocol_params.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ const (
174174
P256VerifyGas uint64 = 3450
175175

176176
// EIP-2935: Historical block hashes in state
177-
BlockHashHistoryServeWindow uint64 = 8192
177+
BlockHashHistoryServeWindow uint64 = 8191
178178
BlockHashOldWindow uint64 = 256
179179

180180
// EIP-7702
@@ -187,7 +187,7 @@ var DelegatedDesignationPrefix = []byte{0xef, 0x01, 0x00}
187187
var BeaconRootsAddress = common.HexToAddress("0x000F3df6D732807Ef1319fB7B8bB8522d0Beac02")
188188

189189
// EIP-2935: Historical block hashes in state
190-
var HistoryStorageAddress = common.HexToAddress("0x0aae40965e6800cd9b1f4b05ff21581047e3f91e")
190+
var HistoryStorageAddress = common.HexToAddress("0x0F792be4B0c0cb4DAE440Ef133E90C0eCD48CCCC")
191191

192192
// EIP-7002: Execution layer triggerable withdrawals
193193
var WithdrawalRequestAddress = common.HexToAddress("0x09Fc772D0857550724b07B850a4323f39112aAaA")

0 commit comments

Comments
 (0)