Skip to content

Commit

Permalink
Merge pull request #47 from decentraland/fix/add-missing-item
Browse files Browse the repository at this point in the history
feat: add missing L1 item
  • Loading branch information
juanmahidalgo authored Jan 6, 2025
2 parents fe47db0 + 53a41f3 commit 1fda408
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ type NFT
contractAddress: String! @index
category: Category! @index
owner: Account! @index
ownerAddress: String! @index
tokenURI: String

orders: [Order!] @derivedFrom(field: "nft") # History of all orders. Should only ever be ONE open order. all others must be cancelled or sold
Expand Down
8 changes: 8 additions & 0 deletions src/eth/data/wearables/moonshot_2020.ts
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,14 @@ export let moonshot_2020: Wearable[] = [
'upper_body',
'legendary',
['BaseMale', 'BaseFemale']
),
new Wearable(
'moonshot_2020_golden_boots_feet',
'Golden Boots of Moonshot 2020',
'Golden Boots of Moonshot 2020 - This boots were given to the best scorer during the first Crypto World Cup Soccer Tournament in Decentraland',
'feet',
'unique',
['BaseMale', 'BaseFemale']
)
]

0 comments on commit 1fda408

Please sign in to comment.