Skip to content

Commit

Permalink
Merge pull request #29 from Once-Upon/feature/fix-build-error
Browse files Browse the repository at this point in the history
Fix type build error
  • Loading branch information
pcowgill authored Mar 4, 2024
2 parents 8be8842 + 4edff67 commit f06576a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transformers/ethereum/assetTransfersCryptopunks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function updateTokenTransfers(tx: RawTransaction) {
break;
case TRANSFER_SIGNATURES.CRYPTO_PUNKS_ERC721_ASSIGN:
cryptopunksTransfers.push({
asset: log.address,
contract: log.address,
from: KNOWN_ADDRESSES.NULL,
to: decodeEVMAddress(log.topics[1]),
tokenId: BigInt(log.data).toString(),
Expand Down

0 comments on commit f06576a

Please sign in to comment.