diff --git a/src/networks/calibnet/mod.rs b/src/networks/calibnet/mod.rs index 5dcbfc757d3..b4252ae495f 100644 --- a/src/networks/calibnet/mod.rs +++ b/src/networks/calibnet/mod.rs @@ -73,8 +73,8 @@ pub static HEIGHT_INFOS: Lazy> = Lazy::new(|| { make_height!(Phoenix, 1_428_094), // 2024-07-11 12:00:00Z make_height!(Waffle, 1_779_094, get_bundle_cid("v14.0.0-rc.1")), - // TODO(forest): https://github.com/ChainSafe/forest/issues/4800 - make_height!(TukTuk, i64::MAX), + // 2024-10-23T13:30:00Z + make_height!(TukTuk, 2_078_794, get_bundle_cid("v15.0.0-rc1")), ]) }); diff --git a/src/state_migration/mod.rs b/src/state_migration/mod.rs index 7850ba68470..b591df4a8f7 100644 --- a/src/state_migration/mod.rs +++ b/src/state_migration/mod.rs @@ -62,8 +62,7 @@ where (Height::Dragon, nv22::run_migration::), (Height::DragonFix, nv22fix::run_migration::), (Height::Waffle, nv23::run_migration::), - // TODO(forest): https://github.com/ChainSafe/forest/issues/4800 - // (Height::TukTuk, nv24::run_migration::), + (Height::TukTuk, nv24::run_migration::), ] } NetworkChain::Butterflynet => {