Skip to content

Commit

Permalink
f3 activation epoch
Browse files Browse the repository at this point in the history
  • Loading branch information
LesnyRumcajs committed Oct 14, 2024
1 parent c8fd0d1 commit e6173bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/networks/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,8 @@ impl ChainConfig {
breeze_gas_tamping_duration: BREEZE_GAS_TAMPING_DURATION,
// 3 days on calibnet
fip0081_ramp_duration_epochs: 3 * EPOCHS_IN_DAY as u64,
f3_bootstrap_epoch: -1,
// 2024-10-24T13:30:00Z
f3_bootstrap_epoch: 2_081_674,
f3_initial_power_table: Default::default(),
f3_manifest_server: Some(
"12D3KooWS9vD9uwm8u2uPyJV32QBAhKAmPYwmziAgr3Xzk2FU1Mr"
Expand Down

0 comments on commit e6173bc

Please sign in to comment.