Skip to content

Commit

Permalink
chore : resolve comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Nagaprasadvr committed Dec 9, 2024
1 parent 8d592c7 commit 2c483c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions digital_asset_types/src/rpc/asset.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pub enum Interface {
V1PRINT,
#[serde(rename = "V2_NFT")]
Nft,
// TODO: change on version bump\
// TODO: change on version bump
#[serde(rename = "LEGACY_NFT")]
#[allow(non_camel_case_types)]
LEGACY_NFT,
Expand Down Expand Up @@ -97,7 +97,7 @@ impl From<Interface> for (SpecificationVersions, SpecificationAssetClass) {
SpecificationAssetClass::MplCoreCollection,
),
Interface::FungibleToken => (
SpecificationVersions::V0,
SpecificationVersions::V1,
SpecificationAssetClass::FungibleToken,
),
_ => (SpecificationVersions::V1, SpecificationAssetClass::Unknown),
Expand Down
2 changes: 2 additions & 0 deletions program_transformers/src/token_extensions/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,8 @@ async fn upsert_asset_data(
asset_data::Column::MetadataUrl,
asset_data::Column::SlotUpdated,
asset_data::Column::BaseInfoSeq,
asset_data::Column::RawName,
asset_data::Column::RawSymbol,
])
.to_owned(),
)
Expand Down

0 comments on commit 2c483c5

Please sign in to comment.