Skip to content

Commit

Permalink
Update system contract addresses according to latest spec (#1112)
Browse files Browse the repository at this point in the history
  • Loading branch information
gumb0 authored Jan 22, 2025
2 parents 623655b + ff4bf7e commit 6b7305e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,9 @@ jobs:
prague/eip2537_bls_12_381_precompiles
prague/eip2935_historical_block_hashes_from_state
prague/eip6110_deposits
prague/eip7002_el_triggerable_withdrawals
prague/eip7251_consolidations
prague/eip7685_general_purpose_el_requests
- collect_coverage_gcc
- upload_coverage:
flags: execution_spec_tests
Expand Down
4 changes: 2 additions & 2 deletions test/state/system_contracts.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ constexpr auto BEACON_ROOTS_ADDRESS = 0x000F3df6D732807Ef1319fB7B8bB8522d0Beac02
constexpr auto HISTORY_STORAGE_ADDRESS = 0x0F792be4B0c0cb4DAE440Ef133E90C0eCD48CCCC_address;

/// The address of the system contract processing EL-triggerable withdrawals (EIP-7002).
constexpr auto WITHDRAWAL_REQUEST_ADDRESS = 0x09Fc772D0857550724b07B850a4323f39112aAaA_address;
constexpr auto WITHDRAWAL_REQUEST_ADDRESS = 0x0c15F14308530b7CDB8460094BbB9cC28b9AaaAA_address;

/// The address of the system contract processing consolidations (EIP-7251).
constexpr auto CONSOLIDATION_REQUEST_ADDRESS = 0x01aBEa29659e5e97C95107F20bb753cD3e09bBBb_address;
constexpr auto CONSOLIDATION_REQUEST_ADDRESS = 0x00431F263cE400f4455c2dCf564e53007Ca4bbBb_address;

struct BlockInfo;
struct StateDiff;
Expand Down

0 comments on commit 6b7305e

Please sign in to comment.