Add ERC-165 detection for ERC6909ContentURI#6246
Add ERC-165 detection for ERC6909ContentURI#6246ernestognw merged 4 commits intoOpenZeppelin:masterfrom
ERC6909ContentURI#6246Conversation
🦋 Changeset detectedLatest commit: f0e7598 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
WalkthroughThe change adds interface support functionality to ERC6909ContentURI.sol. It imports IERC165 and implements a Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
IERC6909ContentURI via ERC-165 on ERC6909ContentURI.sol
IERC6909ContentURI via ERC-165 on ERC6909ContentURI.solERC6909ContentURI
ernestognw
left a comment
There was a problem hiding this comment.
I added a changeset since this is a functionality change and I believe it should be notified to users.
Co-authored-by: Arr00 <13561405+arr00@users.noreply.github.com> Co-authored-by: ernestognw <ernestognw@gmail.com> Signed-off-by: Hadrien Croubois <hadrien.croubois@gmail.com>
Missing supportsInterface override for IERC6909ContentURI. Added it so ERC165 interface detection works correctly.