Vectorized / dn404

Implementation of a co-joined ERC20 and ERC721 pair.
MIT License
476 stars 158 forks source link

Dosn't work with SafeTransferLib ? #121

Closed kivanov82 closed 5 months ago

kivanov82 commented 7 months ago

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?

Vectorized commented 7 months ago

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