From 32106b8eb6fc4d3300d4daf1edfcb2ef92c31c2d Mon Sep 17 00:00:00 2001 From: Joseph Zhao Date: Tue, 24 Dec 2024 00:05:12 +0800 Subject: [PATCH] init modify --- crates/eips/src/eip2935.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/eips/src/eip2935.rs b/crates/eips/src/eip2935.rs index d6aa67e9afe..296c98984d1 100644 --- a/crates/eips/src/eip2935.rs +++ b/crates/eips/src/eip2935.rs @@ -5,7 +5,7 @@ use alloy_primitives::{address, bytes, Address, Bytes}; /// The address for the EIP-2935 history storage contract. -pub const HISTORY_STORAGE_ADDRESS: Address = address!("0aae40965e6800cd9b1f4b05ff21581047e3f91e"); +pub const HISTORY_STORAGE_ADDRESS: Address = address!("0F792be4B0c0cb4DAE440Ef133E90C0eCD48CCCC"); /// The code for the EIP-2935 history storage contract. -pub static HISTORY_STORAGE_CODE: Bytes = bytes!("3373fffffffffffffffffffffffffffffffffffffffe1460575767ffffffffffffffff5f3511605357600143035f3511604b575f35612000014311604b57611fff5f3516545f5260205ff35b5f5f5260205ff35b5f5ffd5b5f35611fff60014303165500"); +pub static HISTORY_STORAGE_CODE: Bytes = bytes!("3373fffffffffffffffffffffffffffffffffffffffe14604657602036036042575f35600143038111604257611fff81430311604257611fff9006545f5260205ff35b5f5ffd5b5f35611fff60014303065500");