Skip to content

Commit

Permalink
chore: add hauntId
Browse files Browse the repository at this point in the history
  • Loading branch information
cinnabarhorse committed Dec 1, 2024
1 parent 2100a4e commit fc650b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mappings/polter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1926,6 +1926,7 @@ export function handleTransfer(event: Transfer): void {
let portal = getOrCreatePortal(tokenId, true);
portal.status = PORTAL_STATUS_OPENED;
portal.owner = newOwner.id;
portal.hauntId = gotchiResponse.value.hauntId;

//todo
// portal.openedAt = gotchiResponse.value.ope
Expand Down

0 comments on commit fc650b7

Please sign in to comment.