We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36006ef commit a8c4582Copy full SHA for a8c4582
1 file changed
ethereum/src/config/networks.rs
@@ -251,9 +251,7 @@ pub fn hoodi() -> BaseConfig {
251
fork_version: fixed_bytes!("60000910"),
252
},
253
254
- execution_forks: ForkSchedule {
255
- prague_timestamp: 1742999832,
256
- },
+ execution_forks: EthereumForkSchedule::hoodi(),
257
max_checkpoint_age: 1_209_600, // 14 days
258
#[cfg(not(target_arch = "wasm32"))]
259
data_dir: Some(data_dir(Network::Hoodi)),
0 commit comments