// Copyright 2019-2026 ChainSafe Systems
// SPDX-License-Identifier: Apache-2.0, MIT
//! This module contains the migration logic for the `NV28` upgrade.
/// Run migration for `NV28`. This should be the only exported method in this
/// module.
pub use run_migration;
use crate::;
define_system_states!;
impl_system!;
impl_verifier!;