Skip to content

Commit

Permalink
simulators/ethereum/engine: Update beacon root address: 0xbEAC..7d7a (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
marioevz authored Sep 21, 2023
1 parent c225765 commit 57acfca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simulators/ethereum/engine/config/cancun/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ var (
BLOB_COMMITMENT_VERSION_KZG = byte(0x01)

// EIP 4788
BEACON_ROOTS_ADDRESS = common.HexToAddress("0xbEac00dDB15f3B6d645C48263dC93862413A222D")
BEACON_ROOTS_ADDRESS = common.HexToAddress("0xbEAC020008aFF7331c0A389CB2AAb67597567d7a")
HISTORY_BUFFER_LENGTH = uint64(98304)

// Test constants
Expand Down

0 comments on commit 57acfca

Please sign in to comment.