Skip to content

Commit

Permalink
feat: add calibnet tuk tuk epoch
Browse files Browse the repository at this point in the history
  • Loading branch information
LesnyRumcajs committed Oct 14, 2024
1 parent 41fd952 commit d840f82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/networks/calibnet/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ pub static HEIGHT_INFOS: Lazy<HashMap<Height, HeightInfo>> = 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")),
])
});

Expand Down
3 changes: 1 addition & 2 deletions src/state_migration/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ where
(Height::Dragon, nv22::run_migration::<DB>),
(Height::DragonFix, nv22fix::run_migration::<DB>),
(Height::Waffle, nv23::run_migration::<DB>),
// TODO(forest): https://github.com/ChainSafe/forest/issues/4800
// (Height::TukTuk, nv24::run_migration::<DB>),
(Height::TukTuk, nv24::run_migration::<DB>),
]
}
NetworkChain::Butterflynet => {
Expand Down

0 comments on commit d840f82

Please sign in to comment.