Skip to content

Commit

Permalink
fix purchased items
Browse files Browse the repository at this point in the history
  • Loading branch information
starknetdev committed Oct 7, 2024
1 parent 9a83858 commit 3bf7608
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions indexer/src/items.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,9 @@ export default function transform({ header, events }: Block) {
ownerAddress: checkExistsInt(BigInt(as.owner).toString(16)),
xp: 0,
greatness: 1,
special1: 0,
special2: 0,
special3: 0,
special1: null,
special2: null,
special3: null,
isAvailable: false,
purchasedTime: new Date().toISOString(),
timestamp: new Date().toISOString(),
Expand Down

0 comments on commit 3bf7608

Please sign in to comment.