Skip to content

Commit

Permalink
EIP-7251: update CONSOLIDATION_REQUEST_PREDEPLOY_ADDRESS (#1836)
Browse files Browse the repository at this point in the history
* EIP-7002: update `WITHDRAWAL_REQUEST_PREDEPLOY_ADDRESS`

* remove obsolete comment
  • Loading branch information
rkrasiuk authored Dec 23, 2024
1 parent 698c7f7 commit ec5690d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions crates/eips/src/eip7251.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@
use alloy_primitives::{address, bytes, Address, Bytes, FixedBytes};

/// The address for the EIP-7251 consolidation requests contract:
/// `0x00b42dbF2194e931E80326D950320f7d9Dbeac02`
/// The address for the EIP-7251 consolidation requests contract.
pub const CONSOLIDATION_REQUEST_PREDEPLOY_ADDRESS: Address =
address!("01aBEa29659e5e97C95107F20bb753cD3e09bBBb");
address!("0046BB33B9eA028AE30BAd20702e36Ea8099BBbb");

/// The code for the EIP-7251 consolidation requests contract.
pub static CONSOLIDATION_REQUEST_PREDEPLOY_CODE: Bytes = bytes!("3373fffffffffffffffffffffffffffffffffffffffe1460cf573615156028575f545f5260205ff35b366060141561019a5760115f54807fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1461019a57600182026001905f5b5f821115608057810190830284830290049160010191906065565b90939004341061019a57600154600101600155600354806004026004013381556001015f358155600101602035815560010160403590553360601b5f5260605f60143760745fa0600101600355005b6003546002548082038060011160e3575060015b5f5b8181146101295780607402838201600402600401805490600101805490600101805490600101549260601b84529083601401528260340152906054015260010160e5565b910180921461013b5790600255610146565b90505f6002555f6003555b5f54807fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff141561017357505f5b6001546001828201116101885750505f61018e565b01600190035b5f555f6001556074025ff35b5f5ffd");
Expand Down

0 comments on commit ec5690d

Please sign in to comment.