Skip to content

Commit

Permalink
fix: missing collections (decentraland#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
nachomazzara authored Feb 8, 2021
1 parent f96f9f7 commit 96431be
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions indexer/src/modules/wearable/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ export function buildWearableFromNFT(nft: NFT): WearableEntity {
}

let allCollections: Wearable[][] = [
atari_launch,
binance_us_collection,
china_flying,
community_contest,
Expand All @@ -77,6 +78,7 @@ export function buildWearableFromNFT(nft: NFT): WearableEntity {
mch_collection,
meme_dontbuythis,
mf_sammichgamer,
ml_liondance,
ml_pekingopera,
moonshot_2020,
pm_dreamverse_eminence,
Expand All @@ -94,6 +96,7 @@ export function buildWearableFromNFT(nft: NFT): WearableEntity {
xmash_up_2020
]
let collectionNames: string[] = [
'atari_launch',
'binance_us_collection',
'china_flying',
'community_contest',
Expand All @@ -115,6 +118,7 @@ export function buildWearableFromNFT(nft: NFT): WearableEntity {
'mch_collection',
'meme_dontbuythis',
'mf_sammichgamer',
'ml_liondance',
'ml_pekingopera',
'moonshot_2020',
'pm_dreamverse_eminence',
Expand Down

0 comments on commit 96431be

Please sign in to comment.