Skip to content

Commit

Permalink
address comment
Browse files Browse the repository at this point in the history
  • Loading branch information
georgehao committed Dec 4, 2024
1 parent 67d4e7e commit 164d9bb
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions crates/scroll/chainspec/src/scroll_sepolia.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
use alloc::sync::Arc;

use alloy_chains::{Chain, NamedChain};
use alloy_eips::eip1559::ETHEREUM_BLOCK_GAS_LIMIT;
use alloy_primitives::{b256, U256};
use alloy_primitives::b256;
use reth_chainspec::{once_cell_set, ChainSpec};
use reth_scroll_forks::ScrollHardfork;

Expand All @@ -20,10 +19,7 @@ pub static SCROLL_SEPOLIA: LazyLock<Arc<ScrollChainSpec>> = LazyLock::new(|| {
genesis_hash: once_cell_set(b256!(
"aa62d1a8b2bffa9e5d2368b63aae0d98d54928bd713125e3fd9e5c896c68592c"
)),
paris_block_and_final_difficulty: Some((0, U256::from(0))),
hardforks: ScrollHardfork::scroll_sepolia(),
max_gas_limit: ETHEREUM_BLOCK_GAS_LIMIT,
prune_delete_limit: 10000,
..Default::default()
},
}
Expand Down

0 comments on commit 164d9bb

Please sign in to comment.