dn404 icon indicating copy to clipboard operation
dn404 copied to clipboard

Dosn't work with SafeTransferLib ?

Open kivanov82 opened this issue 1 year ago • 1 comments

One of my inner contracts is using safeTransferFrom from https://github.com/vectorized/solady/blob/main/src/utils/SafeTransferLib.sol , for DN404.sol part. Based on my debugging that doesn't seem to trigger the associated 721 minting/transferring

Am I correct or missing here something?

kivanov82 avatar Apr 03 '24 09:04 kivanov82

You'll need to prank with the to, and then call setSkipNFT(false).

Vectorized avatar Apr 04 '24 12:04 Vectorized