Skip to content

Commit

Permalink
Merge pull request #15 from bnb-chain/fix/empty_requst_hash
Browse files Browse the repository at this point in the history
fix: update EMPTY_REQUESTS_HASH
  • Loading branch information
unclezoro authored Jan 2, 2025
2 parents 576cabc + e1e4a2d commit 93b373e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/eips/src/eip7685.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use derive_more::{Deref, DerefMut, From, IntoIterator};
///
/// This is equivalent to `sha256(sha256(0) ++ sha256(1) ++ sha256(2))`
pub const EMPTY_REQUESTS_HASH: B256 =
b256!("6036c41849da9c076ed79654d434017387a88fb833c2856b32e18218b3341c5f");
b256!("e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855");

/// A list of opaque EIP-7685 requests.
#[derive(Debug, Clone, PartialEq, Eq, Default, Hash, Deref, DerefMut, From, IntoIterator)]
Expand Down

0 comments on commit 93b373e

Please sign in to comment.