0.5.1-pre.003
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// file: ks-lib/src/executor/amm/aldrin_v1.rs
|
||||
// version: 4
|
||||
// version: 5
|
||||
|
||||
//! Reserved executor for `amm_aldrin_v1`.
|
||||
|
||||
@@ -9,7 +9,7 @@ pub struct ExAmmAldrinV1Executor;
|
||||
|
||||
impl crate::ExApiInstructionExecutor for crate::ExAmmAldrinV1Executor {
|
||||
fn executor_name(&self) -> &'static str {
|
||||
return "kb-lib.executor.amm.aldrin_v1";
|
||||
return "ks-lib-executor.amm.aldrin_v1";
|
||||
}
|
||||
|
||||
fn executor_version(&self) -> &'static str {
|
||||
@@ -41,7 +41,7 @@ impl crate::ExApiInstructionExecutor for crate::ExAmmAldrinV1Executor {
|
||||
std::result::Result::Err(error) => return std::result::Result::Err(error),
|
||||
};
|
||||
return std::result::Result::Ok(crate::ExApiExecutionPlan {
|
||||
executor_name: "kb-lib.executor.amm.aldrin_v1".to_string(),
|
||||
executor_name: "ks-lib-executor.amm.aldrin_v1".to_string(),
|
||||
instruction_count: 0,
|
||||
payload_json,
|
||||
});
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// file: ks-lib/src/executor/amm/aldrin_v2.rs
|
||||
// version: 4
|
||||
// version: 5
|
||||
|
||||
//! Reserved executor for `amm_aldrin_v2`.
|
||||
|
||||
@@ -9,7 +9,7 @@ pub struct ExAmmAldrinV2Executor;
|
||||
|
||||
impl crate::ExApiInstructionExecutor for crate::ExAmmAldrinV2Executor {
|
||||
fn executor_name(&self) -> &'static str {
|
||||
return "kb-lib.executor.amm.aldrin_v2";
|
||||
return "ks-lib-executor.amm.aldrin_v2";
|
||||
}
|
||||
|
||||
fn executor_version(&self) -> &'static str {
|
||||
@@ -41,7 +41,7 @@ impl crate::ExApiInstructionExecutor for crate::ExAmmAldrinV2Executor {
|
||||
std::result::Result::Err(error) => return std::result::Result::Err(error),
|
||||
};
|
||||
return std::result::Result::Ok(crate::ExApiExecutionPlan {
|
||||
executor_name: "kb-lib.executor.amm.aldrin_v2".to_string(),
|
||||
executor_name: "ks-lib-executor.amm.aldrin_v2".to_string(),
|
||||
instruction_count: 0,
|
||||
payload_json,
|
||||
});
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// file: ks-lib/src/executor/amm/alphaq.rs
|
||||
// version: 4
|
||||
// version: 5
|
||||
|
||||
//! Reserved executor for `amm_alphaq`.
|
||||
|
||||
@@ -9,7 +9,7 @@ pub struct ExAmmAlphaqExecutor;
|
||||
|
||||
impl crate::ExApiInstructionExecutor for crate::ExAmmAlphaqExecutor {
|
||||
fn executor_name(&self) -> &'static str {
|
||||
return "kb-lib.executor.amm.alphaq";
|
||||
return "ks-lib-executor.amm.alphaq";
|
||||
}
|
||||
|
||||
fn executor_version(&self) -> &'static str {
|
||||
@@ -41,7 +41,7 @@ impl crate::ExApiInstructionExecutor for crate::ExAmmAlphaqExecutor {
|
||||
std::result::Result::Err(error) => return std::result::Result::Err(error),
|
||||
};
|
||||
return std::result::Result::Ok(crate::ExApiExecutionPlan {
|
||||
executor_name: "kb-lib.executor.amm.alphaq".to_string(),
|
||||
executor_name: "ks-lib-executor.amm.alphaq".to_string(),
|
||||
instruction_count: 0,
|
||||
payload_json,
|
||||
});
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// file: ks-lib/src/executor/amm/believe.rs
|
||||
// version: 4
|
||||
// version: 5
|
||||
|
||||
//! Reserved executor for `amm_believe`.
|
||||
|
||||
@@ -9,7 +9,7 @@ pub struct ExAmmBelieveExecutor;
|
||||
|
||||
impl crate::ExApiInstructionExecutor for crate::ExAmmBelieveExecutor {
|
||||
fn executor_name(&self) -> &'static str {
|
||||
return "kb-lib.executor.amm.believe";
|
||||
return "ks-lib-executor.amm.believe";
|
||||
}
|
||||
|
||||
fn executor_version(&self) -> &'static str {
|
||||
@@ -41,7 +41,7 @@ impl crate::ExApiInstructionExecutor for crate::ExAmmBelieveExecutor {
|
||||
std::result::Result::Err(error) => return std::result::Result::Err(error),
|
||||
};
|
||||
return std::result::Result::Ok(crate::ExApiExecutionPlan {
|
||||
executor_name: "kb-lib.executor.amm.believe".to_string(),
|
||||
executor_name: "ks-lib-executor.amm.believe".to_string(),
|
||||
instruction_count: 0,
|
||||
payload_json,
|
||||
});
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// file: ks-lib/src/executor/amm/bonk_swap.rs
|
||||
// version: 4
|
||||
// version: 5
|
||||
|
||||
//! Reserved executor for `amm_bonk_swap`.
|
||||
|
||||
@@ -9,7 +9,7 @@ pub struct ExAmmBonkSwapExecutor;
|
||||
|
||||
impl crate::ExApiInstructionExecutor for crate::ExAmmBonkSwapExecutor {
|
||||
fn executor_name(&self) -> &'static str {
|
||||
return "kb-lib.executor.amm.bonk_swap";
|
||||
return "ks-lib-executor.amm.bonk_swap";
|
||||
}
|
||||
|
||||
fn executor_version(&self) -> &'static str {
|
||||
@@ -41,7 +41,7 @@ impl crate::ExApiInstructionExecutor for crate::ExAmmBonkSwapExecutor {
|
||||
std::result::Result::Err(error) => return std::result::Result::Err(error),
|
||||
};
|
||||
return std::result::Result::Ok(crate::ExApiExecutionPlan {
|
||||
executor_name: "kb-lib.executor.amm.bonk_swap".to_string(),
|
||||
executor_name: "ks-lib-executor.amm.bonk_swap".to_string(),
|
||||
instruction_count: 0,
|
||||
payload_json,
|
||||
});
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// file: ks-lib/src/executor/amm/fluxbeam.rs
|
||||
// version: 4
|
||||
// version: 5
|
||||
|
||||
//! Reserved executor for `amm_fluxbeam`.
|
||||
|
||||
@@ -9,7 +9,7 @@ pub struct ExAmmFluxbeamExecutor;
|
||||
|
||||
impl crate::ExApiInstructionExecutor for crate::ExAmmFluxbeamExecutor {
|
||||
fn executor_name(&self) -> &'static str {
|
||||
return "kb-lib.executor.amm.fluxbeam";
|
||||
return "ks-lib-executor.amm.fluxbeam";
|
||||
}
|
||||
|
||||
fn executor_version(&self) -> &'static str {
|
||||
@@ -41,7 +41,7 @@ impl crate::ExApiInstructionExecutor for crate::ExAmmFluxbeamExecutor {
|
||||
std::result::Result::Err(error) => return std::result::Result::Err(error),
|
||||
};
|
||||
return std::result::Result::Ok(crate::ExApiExecutionPlan {
|
||||
executor_name: "kb-lib.executor.amm.fluxbeam".to_string(),
|
||||
executor_name: "ks-lib-executor.amm.fluxbeam".to_string(),
|
||||
instruction_count: 0,
|
||||
payload_json,
|
||||
});
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// file: ks-lib/src/executor/amm/goon_fi.rs
|
||||
// version: 4
|
||||
// version: 5
|
||||
|
||||
//! Reserved executor for `amm_goon_fi`.
|
||||
|
||||
@@ -9,7 +9,7 @@ pub struct ExAmmGoonFiExecutor;
|
||||
|
||||
impl crate::ExApiInstructionExecutor for crate::ExAmmGoonFiExecutor {
|
||||
fn executor_name(&self) -> &'static str {
|
||||
return "kb-lib.executor.amm.goon_fi";
|
||||
return "ks-lib-executor.amm.goon_fi";
|
||||
}
|
||||
|
||||
fn executor_version(&self) -> &'static str {
|
||||
@@ -41,7 +41,7 @@ impl crate::ExApiInstructionExecutor for crate::ExAmmGoonFiExecutor {
|
||||
std::result::Result::Err(error) => return std::result::Result::Err(error),
|
||||
};
|
||||
return std::result::Result::Ok(crate::ExApiExecutionPlan {
|
||||
executor_name: "kb-lib.executor.amm.goon_fi".to_string(),
|
||||
executor_name: "ks-lib-executor.amm.goon_fi".to_string(),
|
||||
instruction_count: 0,
|
||||
payload_json,
|
||||
});
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// file: ks-lib/src/executor/amm/goosefx_gamma.rs
|
||||
// version: 4
|
||||
// version: 5
|
||||
|
||||
//! Reserved executor for `amm_goosefx_gamma`.
|
||||
|
||||
@@ -9,7 +9,7 @@ pub struct ExAmmGoosefxGammaExecutor;
|
||||
|
||||
impl crate::ExApiInstructionExecutor for crate::ExAmmGoosefxGammaExecutor {
|
||||
fn executor_name(&self) -> &'static str {
|
||||
return "kb-lib.executor.amm.goosefx_gamma";
|
||||
return "ks-lib-executor.amm.goosefx_gamma";
|
||||
}
|
||||
|
||||
fn executor_version(&self) -> &'static str {
|
||||
@@ -41,7 +41,7 @@ impl crate::ExApiInstructionExecutor for crate::ExAmmGoosefxGammaExecutor {
|
||||
std::result::Result::Err(error) => return std::result::Result::Err(error),
|
||||
};
|
||||
return std::result::Result::Ok(crate::ExApiExecutionPlan {
|
||||
executor_name: "kb-lib.executor.amm.goosefx_gamma".to_string(),
|
||||
executor_name: "ks-lib-executor.amm.goosefx_gamma".to_string(),
|
||||
instruction_count: 0,
|
||||
payload_json,
|
||||
});
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// file: ks-lib/src/executor/amm/goosefx_v2.rs
|
||||
// version: 4
|
||||
// version: 5
|
||||
|
||||
//! Reserved executor for `amm_goosefx_v2`.
|
||||
|
||||
@@ -9,7 +9,7 @@ pub struct ExAmmGoosefxV2Executor;
|
||||
|
||||
impl crate::ExApiInstructionExecutor for crate::ExAmmGoosefxV2Executor {
|
||||
fn executor_name(&self) -> &'static str {
|
||||
return "kb-lib.executor.amm.goosefx_v2";
|
||||
return "ks-lib-executor.amm.goosefx_v2";
|
||||
}
|
||||
|
||||
fn executor_version(&self) -> &'static str {
|
||||
@@ -41,7 +41,7 @@ impl crate::ExApiInstructionExecutor for crate::ExAmmGoosefxV2Executor {
|
||||
std::result::Result::Err(error) => return std::result::Result::Err(error),
|
||||
};
|
||||
return std::result::Result::Ok(crate::ExApiExecutionPlan {
|
||||
executor_name: "kb-lib.executor.amm.goosefx_v2".to_string(),
|
||||
executor_name: "ks-lib-executor.amm.goosefx_v2".to_string(),
|
||||
instruction_count: 0,
|
||||
payload_json,
|
||||
});
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// file: ks-lib/src/executor/amm/guac_swap.rs
|
||||
// version: 4
|
||||
// version: 5
|
||||
|
||||
//! Reserved executor for `amm_guac_swap`.
|
||||
|
||||
@@ -9,7 +9,7 @@ pub struct ExAmmGuacSwapExecutor;
|
||||
|
||||
impl crate::ExApiInstructionExecutor for crate::ExAmmGuacSwapExecutor {
|
||||
fn executor_name(&self) -> &'static str {
|
||||
return "kb-lib.executor.amm.guac_swap";
|
||||
return "ks-lib-executor.amm.guac_swap";
|
||||
}
|
||||
|
||||
fn executor_version(&self) -> &'static str {
|
||||
@@ -41,7 +41,7 @@ impl crate::ExApiInstructionExecutor for crate::ExAmmGuacSwapExecutor {
|
||||
std::result::Result::Err(error) => return std::result::Result::Err(error),
|
||||
};
|
||||
return std::result::Result::Ok(crate::ExApiExecutionPlan {
|
||||
executor_name: "kb-lib.executor.amm.guac_swap".to_string(),
|
||||
executor_name: "ks-lib-executor.amm.guac_swap".to_string(),
|
||||
instruction_count: 0,
|
||||
payload_json,
|
||||
});
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// file: ks-lib/src/executor/amm/lifinity_swap_v2.rs
|
||||
// version: 4
|
||||
// version: 5
|
||||
|
||||
//! Reserved executor for `amm_lifinity_swap_v2`.
|
||||
|
||||
@@ -9,7 +9,7 @@ pub struct ExAmmLifinitySwapV2Executor;
|
||||
|
||||
impl crate::ExApiInstructionExecutor for crate::ExAmmLifinitySwapV2Executor {
|
||||
fn executor_name(&self) -> &'static str {
|
||||
return "kb-lib.executor.amm.lifinity_swap_v2";
|
||||
return "ks-lib-executor.amm.lifinity_swap_v2";
|
||||
}
|
||||
|
||||
fn executor_version(&self) -> &'static str {
|
||||
@@ -41,7 +41,7 @@ impl crate::ExApiInstructionExecutor for crate::ExAmmLifinitySwapV2Executor {
|
||||
std::result::Result::Err(error) => return std::result::Result::Err(error),
|
||||
};
|
||||
return std::result::Result::Ok(crate::ExApiExecutionPlan {
|
||||
executor_name: "kb-lib.executor.amm.lifinity_swap_v2".to_string(),
|
||||
executor_name: "ks-lib-executor.amm.lifinity_swap_v2".to_string(),
|
||||
instruction_count: 0,
|
||||
payload_json,
|
||||
});
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// file: ks-lib/src/executor/amm/metadao_v0_5.rs
|
||||
// version: 4
|
||||
// version: 5
|
||||
|
||||
//! Reserved executor for `amm_metadao_v0_5`.
|
||||
|
||||
@@ -9,7 +9,7 @@ pub struct ExAmmMetadaoV05Executor;
|
||||
|
||||
impl crate::ExApiInstructionExecutor for crate::ExAmmMetadaoV05Executor {
|
||||
fn executor_name(&self) -> &'static str {
|
||||
return "kb-lib.executor.amm.metadao_v0_5";
|
||||
return "ks-lib-executor.amm.metadao_v0_5";
|
||||
}
|
||||
|
||||
fn executor_version(&self) -> &'static str {
|
||||
@@ -41,7 +41,7 @@ impl crate::ExApiInstructionExecutor for crate::ExAmmMetadaoV05Executor {
|
||||
std::result::Result::Err(error) => return std::result::Result::Err(error),
|
||||
};
|
||||
return std::result::Result::Ok(crate::ExApiExecutionPlan {
|
||||
executor_name: "kb-lib.executor.amm.metadao_v0_5".to_string(),
|
||||
executor_name: "ks-lib-executor.amm.metadao_v0_5".to_string(),
|
||||
instruction_count: 0,
|
||||
payload_json,
|
||||
});
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// file: ks-lib/src/executor/amm/meteora_damm_v1.rs
|
||||
// version: 4
|
||||
// version: 5
|
||||
|
||||
//! Reserved executor for `amm_meteora_damm_v1`.
|
||||
|
||||
@@ -9,7 +9,7 @@ pub struct ExAmmMeteoraDammV1Executor;
|
||||
|
||||
impl crate::ExApiInstructionExecutor for crate::ExAmmMeteoraDammV1Executor {
|
||||
fn executor_name(&self) -> &'static str {
|
||||
return "kb-lib.executor.amm.meteora_damm_v1";
|
||||
return "ks-lib-executor.amm.meteora_damm_v1";
|
||||
}
|
||||
|
||||
fn executor_version(&self) -> &'static str {
|
||||
@@ -41,7 +41,7 @@ impl crate::ExApiInstructionExecutor for crate::ExAmmMeteoraDammV1Executor {
|
||||
std::result::Result::Err(error) => return std::result::Result::Err(error),
|
||||
};
|
||||
return std::result::Result::Ok(crate::ExApiExecutionPlan {
|
||||
executor_name: "kb-lib.executor.amm.meteora_damm_v1".to_string(),
|
||||
executor_name: "ks-lib-executor.amm.meteora_damm_v1".to_string(),
|
||||
instruction_count: 0,
|
||||
payload_json,
|
||||
});
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// file: ks-lib/src/executor/amm/meteora_damm_v2.rs
|
||||
// version: 4
|
||||
// version: 5
|
||||
|
||||
//! Reserved executor for `amm_meteora_damm_v2`.
|
||||
|
||||
@@ -9,7 +9,7 @@ pub struct ExAmmMeteoraDammV2Executor;
|
||||
|
||||
impl crate::ExApiInstructionExecutor for crate::ExAmmMeteoraDammV2Executor {
|
||||
fn executor_name(&self) -> &'static str {
|
||||
return "kb-lib.executor.amm.meteora_damm_v2";
|
||||
return "ks-lib-executor.amm.meteora_damm_v2";
|
||||
}
|
||||
|
||||
fn executor_version(&self) -> &'static str {
|
||||
@@ -41,7 +41,7 @@ impl crate::ExApiInstructionExecutor for crate::ExAmmMeteoraDammV2Executor {
|
||||
std::result::Result::Err(error) => return std::result::Result::Err(error),
|
||||
};
|
||||
return std::result::Result::Ok(crate::ExApiExecutionPlan {
|
||||
executor_name: "kb-lib.executor.amm.meteora_damm_v2".to_string(),
|
||||
executor_name: "ks-lib-executor.amm.meteora_damm_v2".to_string(),
|
||||
instruction_count: 0,
|
||||
payload_json,
|
||||
});
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// file: ks-lib/src/executor/amm/obric_v2.rs
|
||||
// version: 4
|
||||
// version: 5
|
||||
|
||||
//! Reserved executor for `amm_obric_v2`.
|
||||
|
||||
@@ -9,7 +9,7 @@ pub struct ExAmmObricV2Executor;
|
||||
|
||||
impl crate::ExApiInstructionExecutor for crate::ExAmmObricV2Executor {
|
||||
fn executor_name(&self) -> &'static str {
|
||||
return "kb-lib.executor.amm.obric_v2";
|
||||
return "ks-lib-executor.amm.obric_v2";
|
||||
}
|
||||
|
||||
fn executor_version(&self) -> &'static str {
|
||||
@@ -41,7 +41,7 @@ impl crate::ExApiInstructionExecutor for crate::ExAmmObricV2Executor {
|
||||
std::result::Result::Err(error) => return std::result::Result::Err(error),
|
||||
};
|
||||
return std::result::Result::Ok(crate::ExApiExecutionPlan {
|
||||
executor_name: "kb-lib.executor.amm.obric_v2".to_string(),
|
||||
executor_name: "ks-lib-executor.amm.obric_v2".to_string(),
|
||||
instruction_count: 0,
|
||||
payload_json,
|
||||
});
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// file: ks-lib/src/executor/amm/one_dex.rs
|
||||
// version: 4
|
||||
// version: 5
|
||||
|
||||
//! Reserved executor for `amm_one_dex`.
|
||||
|
||||
@@ -9,7 +9,7 @@ pub struct ExAmmOneDexExecutor;
|
||||
|
||||
impl crate::ExApiInstructionExecutor for crate::ExAmmOneDexExecutor {
|
||||
fn executor_name(&self) -> &'static str {
|
||||
return "kb-lib.executor.amm.one_dex";
|
||||
return "ks-lib-executor.amm.one_dex";
|
||||
}
|
||||
|
||||
fn executor_version(&self) -> &'static str {
|
||||
@@ -41,7 +41,7 @@ impl crate::ExApiInstructionExecutor for crate::ExAmmOneDexExecutor {
|
||||
std::result::Result::Err(error) => return std::result::Result::Err(error),
|
||||
};
|
||||
return std::result::Result::Ok(crate::ExApiExecutionPlan {
|
||||
executor_name: "kb-lib.executor.amm.one_dex".to_string(),
|
||||
executor_name: "ks-lib-executor.amm.one_dex".to_string(),
|
||||
instruction_count: 0,
|
||||
payload_json,
|
||||
});
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// file: ks-lib/src/executor/amm/pump_swap.rs
|
||||
// version: 4
|
||||
// version: 5
|
||||
|
||||
//! Reserved executor for `amm_pump_swap`.
|
||||
|
||||
@@ -9,7 +9,7 @@ pub struct ExAmmPumpSwapExecutor;
|
||||
|
||||
impl crate::ExApiInstructionExecutor for crate::ExAmmPumpSwapExecutor {
|
||||
fn executor_name(&self) -> &'static str {
|
||||
return "kb-lib.executor.amm.pump_swap";
|
||||
return "ks-lib-executor.amm.pump_swap";
|
||||
}
|
||||
|
||||
fn executor_version(&self) -> &'static str {
|
||||
@@ -41,7 +41,7 @@ impl crate::ExApiInstructionExecutor for crate::ExAmmPumpSwapExecutor {
|
||||
std::result::Result::Err(error) => return std::result::Result::Err(error),
|
||||
};
|
||||
return std::result::Result::Ok(crate::ExApiExecutionPlan {
|
||||
executor_name: "kb-lib.executor.amm.pump_swap".to_string(),
|
||||
executor_name: "ks-lib-executor.amm.pump_swap".to_string(),
|
||||
instruction_count: 0,
|
||||
payload_json,
|
||||
});
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// file: ks-lib/src/executor/amm/raydium_lp_v4.rs
|
||||
// version: 4
|
||||
// version: 5
|
||||
|
||||
//! Reserved executor for `amm_raydium_lp_v4`.
|
||||
|
||||
@@ -9,7 +9,7 @@ pub struct ExAmmRaydiumLpV4Executor;
|
||||
|
||||
impl crate::ExApiInstructionExecutor for crate::ExAmmRaydiumLpV4Executor {
|
||||
fn executor_name(&self) -> &'static str {
|
||||
return "kb-lib.executor.amm.raydium_lp_v4";
|
||||
return "ks-lib-executor.amm.raydium_lp_v4";
|
||||
}
|
||||
|
||||
fn executor_version(&self) -> &'static str {
|
||||
@@ -41,7 +41,7 @@ impl crate::ExApiInstructionExecutor for crate::ExAmmRaydiumLpV4Executor {
|
||||
std::result::Result::Err(error) => return std::result::Result::Err(error),
|
||||
};
|
||||
return std::result::Result::Ok(crate::ExApiExecutionPlan {
|
||||
executor_name: "kb-lib.executor.amm.raydium_lp_v4".to_string(),
|
||||
executor_name: "ks-lib-executor.amm.raydium_lp_v4".to_string(),
|
||||
instruction_count: 0,
|
||||
payload_json,
|
||||
});
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// file: ks-lib/src/executor/amm/solfi.rs
|
||||
// version: 4
|
||||
// version: 5
|
||||
|
||||
//! Reserved executor for `amm_solfi`.
|
||||
|
||||
@@ -9,7 +9,7 @@ pub struct ExAmmSolfiExecutor;
|
||||
|
||||
impl crate::ExApiInstructionExecutor for crate::ExAmmSolfiExecutor {
|
||||
fn executor_name(&self) -> &'static str {
|
||||
return "kb-lib.executor.amm.solfi";
|
||||
return "ks-lib-executor.amm.solfi";
|
||||
}
|
||||
|
||||
fn executor_version(&self) -> &'static str {
|
||||
@@ -41,7 +41,7 @@ impl crate::ExApiInstructionExecutor for crate::ExAmmSolfiExecutor {
|
||||
std::result::Result::Err(error) => return std::result::Result::Err(error),
|
||||
};
|
||||
return std::result::Result::Ok(crate::ExApiExecutionPlan {
|
||||
executor_name: "kb-lib.executor.amm.solfi".to_string(),
|
||||
executor_name: "ks-lib-executor.amm.solfi".to_string(),
|
||||
instruction_count: 0,
|
||||
payload_json,
|
||||
});
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// file: ks-lib/src/executor/amm/solfi_v2.rs
|
||||
// version: 4
|
||||
// version: 5
|
||||
|
||||
//! Reserved executor for `amm_solfi_v2`.
|
||||
|
||||
@@ -9,7 +9,7 @@ pub struct ExAmmSolfiV2Executor;
|
||||
|
||||
impl crate::ExApiInstructionExecutor for crate::ExAmmSolfiV2Executor {
|
||||
fn executor_name(&self) -> &'static str {
|
||||
return "kb-lib.executor.amm.solfi_v2";
|
||||
return "ks-lib-executor.amm.solfi_v2";
|
||||
}
|
||||
|
||||
fn executor_version(&self) -> &'static str {
|
||||
@@ -41,7 +41,7 @@ impl crate::ExApiInstructionExecutor for crate::ExAmmSolfiV2Executor {
|
||||
std::result::Result::Err(error) => return std::result::Result::Err(error),
|
||||
};
|
||||
return std::result::Result::Ok(crate::ExApiExecutionPlan {
|
||||
executor_name: "kb-lib.executor.amm.solfi_v2".to_string(),
|
||||
executor_name: "ks-lib-executor.amm.solfi_v2".to_string(),
|
||||
instruction_count: 0,
|
||||
payload_json,
|
||||
});
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// file: ks-lib/src/executor/amm/vertigo.rs
|
||||
// version: 4
|
||||
// version: 5
|
||||
|
||||
//! Reserved executor for `amm_vertigo`.
|
||||
|
||||
@@ -9,7 +9,7 @@ pub struct ExAmmVertigoExecutor;
|
||||
|
||||
impl crate::ExApiInstructionExecutor for crate::ExAmmVertigoExecutor {
|
||||
fn executor_name(&self) -> &'static str {
|
||||
return "kb-lib.executor.amm.vertigo";
|
||||
return "ks-lib-executor.amm.vertigo";
|
||||
}
|
||||
|
||||
fn executor_version(&self) -> &'static str {
|
||||
@@ -41,7 +41,7 @@ impl crate::ExApiInstructionExecutor for crate::ExAmmVertigoExecutor {
|
||||
std::result::Result::Err(error) => return std::result::Result::Err(error),
|
||||
};
|
||||
return std::result::Result::Ok(crate::ExApiExecutionPlan {
|
||||
executor_name: "kb-lib.executor.amm.vertigo".to_string(),
|
||||
executor_name: "ks-lib-executor.amm.vertigo".to_string(),
|
||||
instruction_count: 0,
|
||||
payload_json,
|
||||
});
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// file: ks-lib/src/executor/amm/woofi.rs
|
||||
// version: 4
|
||||
// version: 5
|
||||
|
||||
//! Reserved executor for `amm_woofi`.
|
||||
|
||||
@@ -9,7 +9,7 @@ pub struct ExAmmWoofiExecutor;
|
||||
|
||||
impl crate::ExApiInstructionExecutor for crate::ExAmmWoofiExecutor {
|
||||
fn executor_name(&self) -> &'static str {
|
||||
return "kb-lib.executor.amm.woofi";
|
||||
return "ks-lib-executor.amm.woofi";
|
||||
}
|
||||
|
||||
fn executor_version(&self) -> &'static str {
|
||||
@@ -41,7 +41,7 @@ impl crate::ExApiInstructionExecutor for crate::ExAmmWoofiExecutor {
|
||||
std::result::Result::Err(error) => return std::result::Result::Err(error),
|
||||
};
|
||||
return std::result::Result::Ok(crate::ExApiExecutionPlan {
|
||||
executor_name: "kb-lib.executor.amm.woofi".to_string(),
|
||||
executor_name: "ks-lib-executor.amm.woofi".to_string(),
|
||||
instruction_count: 0,
|
||||
payload_json,
|
||||
});
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// file: ks-lib/src/executor/amm/zero_fi.rs
|
||||
// version: 4
|
||||
// version: 5
|
||||
|
||||
//! Reserved executor for `amm_zero_fi`.
|
||||
|
||||
@@ -9,7 +9,7 @@ pub struct ExAmmZeroFiExecutor;
|
||||
|
||||
impl crate::ExApiInstructionExecutor for crate::ExAmmZeroFiExecutor {
|
||||
fn executor_name(&self) -> &'static str {
|
||||
return "kb-lib.executor.amm.zero_fi";
|
||||
return "ks-lib-executor.amm.zero_fi";
|
||||
}
|
||||
|
||||
fn executor_version(&self) -> &'static str {
|
||||
@@ -41,7 +41,7 @@ impl crate::ExApiInstructionExecutor for crate::ExAmmZeroFiExecutor {
|
||||
std::result::Result::Err(error) => return std::result::Result::Err(error),
|
||||
};
|
||||
return std::result::Result::Ok(crate::ExApiExecutionPlan {
|
||||
executor_name: "kb-lib.executor.amm.zero_fi".to_string(),
|
||||
executor_name: "ks-lib-executor.amm.zero_fi".to_string(),
|
||||
instruction_count: 0,
|
||||
payload_json,
|
||||
});
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// file: ks-lib/src/executor/amm/zora.rs
|
||||
// version: 4
|
||||
// version: 5
|
||||
|
||||
//! Reserved executor for `amm_zora`.
|
||||
|
||||
@@ -9,7 +9,7 @@ pub struct ExAmmZoraExecutor;
|
||||
|
||||
impl crate::ExApiInstructionExecutor for crate::ExAmmZoraExecutor {
|
||||
fn executor_name(&self) -> &'static str {
|
||||
return "kb-lib.executor.amm.zora";
|
||||
return "ks-lib-executor.amm.zora";
|
||||
}
|
||||
|
||||
fn executor_version(&self) -> &'static str {
|
||||
@@ -41,7 +41,7 @@ impl crate::ExApiInstructionExecutor for crate::ExAmmZoraExecutor {
|
||||
std::result::Result::Err(error) => return std::result::Result::Err(error),
|
||||
};
|
||||
return std::result::Result::Ok(crate::ExApiExecutionPlan {
|
||||
executor_name: "kb-lib.executor.amm.zora".to_string(),
|
||||
executor_name: "ks-lib-executor.amm.zora".to_string(),
|
||||
instruction_count: 0,
|
||||
payload_json,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user