Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feat/cancun' into EIP-1153
Browse files Browse the repository at this point in the history
  • Loading branch information
4l0n50 committed Mar 4, 2024
2 parents 597d65d + f084287 commit 7bf1755
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions evm_arithmetization/src/cpu/kernel/constants/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -308,9 +308,9 @@ pub mod cancun_constants {

pub const HISTORY_BUFFER_LENGTH: (&str, u64) = ("HISTORY_BUFFER_LENGTH", 8191);

pub const BEACON_ROOTS_CONTRACT_CODE: [u8; 106] = hex!("60618060095f395ff33373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500");
pub const BEACON_ROOTS_CONTRACT_CODE: [u8; 97] = hex!("3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500");
pub const BEACON_ROOTS_CONTRACT_CODE_HASH: [u8; 32] =
hex!("468e991a328ab315e08296896adc222230a4960692e90cb6e096006ba6ae75d5");
hex!("f57acd40259872606d76197ef052f3d35588dadf919ee1f0e3cb9b62d3f4b02c");

pub const BEACON_ROOTS_CONTRACT_ADDRESS_HASHED: [u8; 32] =
hex!("37d65eaa92c6bc4c13a5ec45527f0c18ea8932588728769ec7aecfe6d9f32e42");
Expand Down

0 comments on commit 7bf1755

Please sign in to comment.