11 lines
406 B
Rust
11 lines
406 B
Rust
// file: kb-lib/src/decoder/amm/pump_swap.rs
|
|
// version: 2
|
|
|
|
//! Migration boundary for legacy crate `kb_decoder_amm_pump_swap`.
|
|
|
|
/// Legacy crate name retained for migration and compatibility tracking.
|
|
pub(crate) const DC_AMM_PUMP_SWAP_LEGACY_CRATE: &str = "kb_decoder_amm_pump_swap";
|
|
|
|
/// Current porting status.
|
|
pub(crate) const DC_AMM_PUMP_SWAP_MIGRATION_STATUS: &str = "source-preserved-pending-port";
|