Skip to content

Commit

Permalink
fix: Add rarity to the StandardWearableEntityMetadata
Browse files Browse the repository at this point in the history
  • Loading branch information
LautaroPetaccio committed Feb 18, 2022
1 parent 781ffb5 commit 645f844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Item/Item.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ type BaseWearableEntityMetadata = {
name: string
thumbnail: string
description: string
rarity?: ItemRarity
metrics: MetricsAttributes
i18n: { code: string; text: string }[]
data: WearableData
Expand All @@ -74,4 +73,5 @@ export type TPWearableEntityMetadata = BaseWearableEntityMetadata

export type StandardWearableEntityMetadata = BaseWearableEntityMetadata & {
collectionAddress: string
rarity: ItemRarity
}

0 comments on commit 645f844

Please sign in to comment.