0.5.1-pre.003
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// file: ks-lib/src/decoder/nft/metaplex_bubblegum.rs
|
||||
// version: 5
|
||||
// version: 6
|
||||
|
||||
//! Reserved protocol decoder for `nft_metaplex_bubblegum`.
|
||||
|
||||
@@ -9,7 +9,7 @@ pub struct DcNftMetaplexBubblegumDecoder;
|
||||
|
||||
impl crate::DcApiProtocolDecoder for crate::DcNftMetaplexBubblegumDecoder {
|
||||
fn decoder_name(&self) -> &'static str {
|
||||
return "kb-lib.decoder.nft.metaplex_bubblegum";
|
||||
return "ks-lib-decoder.nft.metaplex_bubblegum";
|
||||
}
|
||||
|
||||
fn decoder_version(&self) -> &'static str {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// file: ks-lib/src/decoder/nft/tensor_cnft.rs
|
||||
// version: 2
|
||||
// version: 3
|
||||
|
||||
//! Reserved protocol decoder for `nft_tensor_cnft`.
|
||||
|
||||
@@ -9,7 +9,7 @@ pub struct DcNftTensorCnftDecoder;
|
||||
|
||||
impl crate::DcApiProtocolDecoder for crate::DcNftTensorCnftDecoder {
|
||||
fn decoder_name(&self) -> &'static str {
|
||||
return "kb-lib.decoder.nft.tensor_cnft";
|
||||
return "ks-lib-decoder.nft.tensor_cnft";
|
||||
}
|
||||
|
||||
fn decoder_version(&self) -> &'static str {
|
||||
|
||||
Reference in New Issue
Block a user