Skip to content

Commit

Permalink
Merge pull request #209 from hyunsooda/eip2935-storagecontract-change
Browse files Browse the repository at this point in the history
params: Update EIP-2935 Historical blockhash contract
  • Loading branch information
hyunsooda authored Jan 15, 2025
2 parents bd99e3b + 8103dc4 commit b7bec0c
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 @@ -232,8 +232,8 @@ var (
SystemAddress = common.HexToAddress("0xfffffffffffffffffffffffffffffffffffffffe")

// EIP-2935 - Serve historical block hashes from state
HistoryStorageAddress = common.HexToAddress("0x0aae40965e6800cd9b1f4b05ff21581047e3f91e")
HistoryStorageCode = common.FromHex("3373fffffffffffffffffffffffffffffffffffffffe1460575767ffffffffffffffff5f3511605357600143035f3511604b575f35612000014311604b57611fff5f3516545f5260205ff35b5f5f5260205ff35b5f5ffd5b5f35611fff60014303165500")
HistoryStorageAddress = common.HexToAddress("0x0F792be4B0c0cb4DAE440Ef133E90C0eCD48CCCC")
HistoryStorageCode = common.FromHex("3373fffffffffffffffffffffffffffffffffffffffe14604657602036036042575f35600143038111604257611fff81430311604257611fff9006545f5260205ff35b5f5ffd5b5f35611fff60014303065500")
)

// Parameters for execution time limit
Expand Down

0 comments on commit b7bec0c

Please sign in to comment.