heze boilerplate

This commit is contained in:
Eitan Seri-Levi
2026-04-27 12:51:16 +02:00
parent fae7941b2d
commit a9a9ccfad0
70 changed files with 2643 additions and 177 deletions

View File

@@ -5,6 +5,7 @@ pub mod deneb;
pub mod electra;
pub mod fulu;
pub mod gloas;
pub mod heze;
pub use altair::upgrade_to_altair;
pub use bellatrix::upgrade_to_bellatrix;
@@ -13,3 +14,4 @@ pub use deneb::upgrade_to_deneb;
pub use electra::upgrade_to_electra;
pub use fulu::upgrade_to_fulu;
pub use gloas::upgrade_to_gloas;
pub use heze::upgrade_to_heze;