0.5.1-pre.003
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// file: ks-lib/src/decoder/vault/carrot_defi.rs
|
||||
// version: 5
|
||||
// version: 6
|
||||
|
||||
//! Reserved protocol decoder for `vault_carrot_defi`.
|
||||
|
||||
@@ -9,7 +9,7 @@ pub struct DcVaultCarrotDefiDecoder;
|
||||
|
||||
impl crate::DcApiProtocolDecoder for crate::DcVaultCarrotDefiDecoder {
|
||||
fn decoder_name(&self) -> &'static str {
|
||||
return "kb-lib.decoder.vault.carrot_defi";
|
||||
return "ks-lib-decoder.vault.carrot_defi";
|
||||
}
|
||||
|
||||
fn decoder_version(&self) -> &'static str {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// file: ks-lib/src/decoder/vault/hylo_stability_pool.rs
|
||||
// version: 5
|
||||
// version: 6
|
||||
|
||||
//! Reserved protocol decoder for `vault_hylo_stability_pool`.
|
||||
|
||||
@@ -9,7 +9,7 @@ pub struct DcVaultHyloStabilityPoolDecoder;
|
||||
|
||||
impl crate::DcApiProtocolDecoder for crate::DcVaultHyloStabilityPoolDecoder {
|
||||
fn decoder_name(&self) -> &'static str {
|
||||
return "kb-lib.decoder.vault.hylo_stability_pool";
|
||||
return "ks-lib-decoder.vault.hylo_stability_pool";
|
||||
}
|
||||
|
||||
fn decoder_version(&self) -> &'static str {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// file: ks-lib/src/decoder/vault/kamino.rs
|
||||
// version: 5
|
||||
// version: 6
|
||||
|
||||
//! Reserved protocol decoder for `vault_kamino`.
|
||||
|
||||
@@ -9,7 +9,7 @@ pub struct DcVaultKaminoDecoder;
|
||||
|
||||
impl crate::DcApiProtocolDecoder for crate::DcVaultKaminoDecoder {
|
||||
fn decoder_name(&self) -> &'static str {
|
||||
return "kb-lib.decoder.vault.kamino";
|
||||
return "ks-lib-decoder.vault.kamino";
|
||||
}
|
||||
|
||||
fn decoder_version(&self) -> &'static str {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// file: ks-lib/src/decoder/vault/kamino_v2.rs
|
||||
// version: 5
|
||||
// version: 6
|
||||
|
||||
//! Reserved protocol decoder for `vault_kamino_v2`.
|
||||
|
||||
@@ -9,7 +9,7 @@ pub struct DcVaultKaminoV2Decoder;
|
||||
|
||||
impl crate::DcApiProtocolDecoder for crate::DcVaultKaminoV2Decoder {
|
||||
fn decoder_name(&self) -> &'static str {
|
||||
return "kb-lib.decoder.vault.kamino_v2";
|
||||
return "ks-lib-decoder.vault.kamino_v2";
|
||||
}
|
||||
|
||||
fn decoder_version(&self) -> &'static str {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// file: ks-lib/src/decoder/vault/kamino_yvaults.rs
|
||||
// version: 5
|
||||
// version: 6
|
||||
|
||||
//! Reserved protocol decoder for `vault_kamino_yvaults`.
|
||||
|
||||
@@ -9,7 +9,7 @@ pub struct DcVaultKaminoYvaultsDecoder;
|
||||
|
||||
impl crate::DcApiProtocolDecoder for crate::DcVaultKaminoYvaultsDecoder {
|
||||
fn decoder_name(&self) -> &'static str {
|
||||
return "kb-lib.decoder.vault.kamino_yvaults";
|
||||
return "ks-lib-decoder.vault.kamino_yvaults";
|
||||
}
|
||||
|
||||
fn decoder_version(&self) -> &'static str {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// file: ks-lib/src/decoder/vault/meteora.rs
|
||||
// version: 5
|
||||
// version: 6
|
||||
|
||||
//! Reserved protocol decoder for `vault_meteora`.
|
||||
|
||||
@@ -9,7 +9,7 @@ pub struct DcVaultMeteoraDecoder;
|
||||
|
||||
impl crate::DcApiProtocolDecoder for crate::DcVaultMeteoraDecoder {
|
||||
fn decoder_name(&self) -> &'static str {
|
||||
return "kb-lib.decoder.vault.meteora";
|
||||
return "ks-lib-decoder.vault.meteora";
|
||||
}
|
||||
|
||||
fn decoder_version(&self) -> &'static str {
|
||||
|
||||
Reference in New Issue
Block a user