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