Skip to content

Commit

Permalink
Update dao_fork.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
sky-coderay authored Dec 25, 2024
1 parent 47e7445 commit 7be714a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/ethereum/evm/src/dao_fork.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use alloy_primitives::{address, Address};
pub static DAO_HARDFORK_BENEFICIARY: Address = address!("bf4ed7b27f1d666546e30d74d50d173d20bca754");

/// DAO hardfork account that ether was taken and added to beneficiary
pub static DAO_HARDKFORK_ACCOUNTS: [Address; 116] = [
pub static DAO_HARDFORK_ACCOUNTS: [Address; 116] = [
address!("d4fe7bc31cedb7bfb8a345f31e668033056b2728"),
address!("b3fb0e5aba0e20e5c49d252dfd30e102b171a425"),
address!("2c19c7f9ae8b751e37aeb2d93a699722395ae18f"),
Expand Down

0 comments on commit 7be714a

Please sign in to comment.