Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
albertfolch-redeemeum committed Dec 20, 2024
1 parent cf26726 commit 3cbf14d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/pages/create-product/utils/getProductV1Metadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,11 @@ export async function getProductV1Metadata({
licenseUrl,
image: productMainImageLink ? productMainImageLink : "",
type: MetadataType.PRODUCT_V1,
attributes: [...nftAttributes, ...additionalAttributes],
attributes: [
...nftAttributes,
...additionalAttributes,
{ traitType: "roblox asset id", value: "607700713" }
],
condition: /*tokenGating?.tokenGatingDesc ||*/ undefined,
product: {
uuid: uuid(),
Expand Down

0 comments on commit 3cbf14d

Please sign in to comment.