Skip to content

Commit

Permalink
fix: update EMPTY_REQUESTS_HASH
Browse files Browse the repository at this point in the history
  • Loading branch information
j75689 committed Dec 30, 2024
1 parent 576cabc commit e1e4a2d
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 e1e4a2d

Please sign in to comment.