Skip to content

Commit

Permalink
redeploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Lima committed Nov 20, 2023
1 parent 79501fe commit 77c40de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/erc721/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export function handleTransfer(event: Transfer): void {

upsertERC721Nft(tokenAddress, tokenId, accountAddress)

log.warning('[erc721][handleTransfer] NFT {} transferred from {} to {} tx {}', [
log.warning('[erc721][handleTransfer] NFT {} transferred from {} to {} - tx {}', [
tokenId.toString(),
event.params.from.toHex(),
event.params.to.toHex(),
Expand Down

0 comments on commit 77c40de

Please sign in to comment.