// file: kb-lib/src/decoder/lending/marginfi_v2.rs // version: 2 //! Migration boundary for legacy crate `kb_decoder_lending_marginfi_v2`. /// Legacy crate name retained for migration and compatibility tracking. pub(crate) const DC_LENDING_MARGINFI_V2_LEGACY_CRATE: &str = "kb_decoder_lending_marginfi_v2"; /// Current porting status. pub(crate) const DC_LENDING_MARGINFI_V2_MIGRATION_STATUS: &str = "source-preserved-pending-port";