Closed kivanov82 closed 5 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
safeTransferFrom
https://github.com/vectorized/solady/blob/main/src/utils/SafeTransferLib.sol
DN404.sol
Am I correct or missing here something?
You'll need to prank with the to, and then call setSkipNFT(false).
to
setSkipNFT(false)
One of my inner contracts is using
safeTransferFrom
fromhttps://github.com/vectorized/solady/blob/main/src/utils/SafeTransferLib.sol
, forDN404.sol
part. Based on my debugging that doesn't seem to trigger the associated 721 minting/transferringAm I correct or missing here something?