Skip to content

Commit

Permalink
BlockHash EIP-2935 changes for pectra-devnet-5 (#13349)
Browse files Browse the repository at this point in the history
See: ethereum/EIPs#9144
Issue board: #12401
  • Loading branch information
somnathb1 authored Jan 9, 2025
1 parent 18d5754 commit 808b44e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions params/protocol_params.go
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ const (
P256VerifyGas uint64 = 3450

// EIP-2935: Historical block hashes in state
BlockHashHistoryServeWindow uint64 = 8192
BlockHashHistoryServeWindow uint64 = 8191
BlockHashOldWindow uint64 = 256

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

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

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

0 comments on commit 808b44e

Please sign in to comment.