v0.1.0-pre.011
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
//! Migration boundary for legacy crate `kb_executor_vault_carrot_defi`.
|
||||
|
||||
/// Legacy crate name retained for migration and compatibility tracking.
|
||||
pub const LEGACY_CRATE: &str = "kb_executor_vault_carrot_defi";
|
||||
const LEGACY_CRATE: &str = "kb_executor_vault_carrot_defi";
|
||||
|
||||
/// 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_vault_hylo_stability_pool`.
|
||||
|
||||
/// Legacy crate name retained for migration and compatibility tracking.
|
||||
pub const LEGACY_CRATE: &str = "kb_executor_vault_hylo_stability_pool";
|
||||
const LEGACY_CRATE: &str = "kb_executor_vault_hylo_stability_pool";
|
||||
|
||||
/// 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_vault_kamino`.
|
||||
|
||||
/// Legacy crate name retained for migration and compatibility tracking.
|
||||
pub const LEGACY_CRATE: &str = "kb_executor_vault_kamino";
|
||||
const LEGACY_CRATE: &str = "kb_executor_vault_kamino";
|
||||
|
||||
/// 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_vault_kamino_v2`.
|
||||
|
||||
/// Legacy crate name retained for migration and compatibility tracking.
|
||||
pub const LEGACY_CRATE: &str = "kb_executor_vault_kamino_v2";
|
||||
const LEGACY_CRATE: &str = "kb_executor_vault_kamino_v2";
|
||||
|
||||
/// 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_vault_kamino_yvaults`.
|
||||
|
||||
/// Legacy crate name retained for migration and compatibility tracking.
|
||||
pub const LEGACY_CRATE: &str = "kb_executor_vault_kamino_yvaults";
|
||||
const LEGACY_CRATE: &str = "kb_executor_vault_kamino_yvaults";
|
||||
|
||||
/// 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_vault_meteora`.
|
||||
|
||||
/// Legacy crate name retained for migration and compatibility tracking.
|
||||
pub const LEGACY_CRATE: &str = "kb_executor_vault_meteora";
|
||||
const LEGACY_CRATE: &str = "kb_executor_vault_meteora";
|
||||
|
||||
/// 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