Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating contract addresses #2637

Open
wants to merge 1 commit into
base: pectra-devnet-6
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions silkworm/core/protocol/param.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@ inline constexpr evmc::address kBeaconRootsAddress{0x000F3df6D732807Ef1319fB7B8b
inline constexpr auto kDepositContractAddress{0x00000000219ab540356cbb839cbe05303d7705fa_address};

// EIP-7002: Execution layer triggerable withdrawals
inline constexpr auto kWithdrawalRequestAddress{0x09Fc772D0857550724b07B850a4323f39112aAaA_address};
inline constexpr auto kWithdrawalRequestAddress{0x0c15F14308530b7CDB8460094BbB9cC28b9AaaAA_address};

// EIP-7251: Increase the MAX_EFFECTIVE_BALANCE
inline constexpr auto kConsolidationRequestAddress{0x01aBEa29659e5e97C95107F20bb753cD3e09bBBb_address};
inline constexpr auto kConsolidationRequestAddress{0x00431F263cE400f4455c2dCf564e53007Ca4bbBb_address};

// EIP-2935: Serve historical block hashes from state
inline constexpr evmc::address kHistoryStorageAddress{0x0aae40965e6800cd9b1f4b05ff21581047e3f91e_address};
Expand Down
Loading