Skip to content

Commit a8c4582

Browse files
committed
Fix incorrect conflict resolution
1 parent 36006ef commit a8c4582

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

ethereum/src/config/networks.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -251,9 +251,7 @@ pub fn hoodi() -> BaseConfig {
251251
fork_version: fixed_bytes!("60000910"),
252252
},
253253
},
254-
execution_forks: ForkSchedule {
255-
prague_timestamp: 1742999832,
256-
},
254+
execution_forks: EthereumForkSchedule::hoodi(),
257255
max_checkpoint_age: 1_209_600, // 14 days
258256
#[cfg(not(target_arch = "wasm32"))]
259257
data_dir: Some(data_dir(Network::Hoodi)),

0 commit comments

Comments
 (0)