mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-09 23:38:10 -05:00
chore(chainspec): reuse local hardforks in DEV instead of cloning again (#18557)
This commit is contained in:
@@ -211,7 +211,7 @@ pub static DEV: LazyLock<Arc<ChainSpec>> = LazyLock::new(|| {
|
||||
genesis_header: SealedHeader::seal_slow(make_genesis_header(&genesis, &hardforks)),
|
||||
genesis,
|
||||
paris_block_and_final_difficulty: Some((0, U256::from(0))),
|
||||
hardforks: DEV_HARDFORKS.clone(),
|
||||
hardforks,
|
||||
base_fee_params: BaseFeeParamsKind::Constant(BaseFeeParams::ethereum()),
|
||||
deposit_contract: None, // TODO: do we even have?
|
||||
..Default::default()
|
||||
|
||||
Reference in New Issue
Block a user