v0.1.0-pre.011
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
//! Migration boundary for legacy crate `kb_executor_clmm_byreal`.
|
||||
|
||||
/// Legacy crate name retained for migration and compatibility tracking.
|
||||
pub const LEGACY_CRATE: &str = "kb_executor_clmm_byreal";
|
||||
const LEGACY_CRATE: &str = "kb_executor_clmm_byreal";
|
||||
|
||||
/// Current porting status.
|
||||
pub const MIGRATION_STATUS: &str = "source-preserved-pending-port";
|
||||
const MIGRATION_STATUS: &str = "source-preserved-pending-port";
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
//! Migration boundary for legacy crate `kb_executor_clmm_fusion`.
|
||||
|
||||
/// Legacy crate name retained for migration and compatibility tracking.
|
||||
pub const LEGACY_CRATE: &str = "kb_executor_clmm_fusion";
|
||||
const LEGACY_CRATE: &str = "kb_executor_clmm_fusion";
|
||||
|
||||
/// Current porting status.
|
||||
pub const MIGRATION_STATUS: &str = "source-preserved-pending-port";
|
||||
const MIGRATION_STATUS: &str = "source-preserved-pending-port";
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
//! Migration boundary for legacy crate `kb_executor_clmm_orca_whirlpool`.
|
||||
|
||||
/// Legacy crate name retained for migration and compatibility tracking.
|
||||
pub const LEGACY_CRATE: &str = "kb_executor_clmm_orca_whirlpool";
|
||||
const LEGACY_CRATE: &str = "kb_executor_clmm_orca_whirlpool";
|
||||
|
||||
/// Current porting status.
|
||||
pub const MIGRATION_STATUS: &str = "source-preserved-pending-port";
|
||||
const MIGRATION_STATUS: &str = "source-preserved-pending-port";
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
//! Migration boundary for legacy crate `kb_executor_clmm_pancake_swap`.
|
||||
|
||||
/// Legacy crate name retained for migration and compatibility tracking.
|
||||
pub const LEGACY_CRATE: &str = "kb_executor_clmm_pancake_swap";
|
||||
const LEGACY_CRATE: &str = "kb_executor_clmm_pancake_swap";
|
||||
|
||||
/// Current porting status.
|
||||
pub const MIGRATION_STATUS: &str = "source-preserved-pending-port";
|
||||
const MIGRATION_STATUS: &str = "source-preserved-pending-port";
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
//! Migration boundary for legacy crate `kb_executor_clmm_raydium`.
|
||||
|
||||
/// Legacy crate name retained for migration and compatibility tracking.
|
||||
pub const LEGACY_CRATE: &str = "kb_executor_clmm_raydium";
|
||||
const LEGACY_CRATE: &str = "kb_executor_clmm_raydium";
|
||||
|
||||
/// Current porting status.
|
||||
pub const MIGRATION_STATUS: &str = "source-preserved-pending-port";
|
||||
const MIGRATION_STATUS: &str = "source-preserved-pending-port";
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
//! Migration boundary for legacy crate `kb_executor_clmm_stabble`.
|
||||
|
||||
/// Legacy crate name retained for migration and compatibility tracking.
|
||||
pub const LEGACY_CRATE: &str = "kb_executor_clmm_stabble";
|
||||
const LEGACY_CRATE: &str = "kb_executor_clmm_stabble";
|
||||
|
||||
/// Current porting status.
|
||||
pub const MIGRATION_STATUS: &str = "source-preserved-pending-port";
|
||||
const MIGRATION_STATUS: &str = "source-preserved-pending-port";
|
||||
|
||||
Reference in New Issue
Block a user