You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.
I have implemented openSea royalty reforcement and normally it enforces royalties on opensea but now i'm using "erc1967 proxy UUPSUpgradeable" and then using proxy I mint nfts and when I check in openSea it doesnot enforces royalty. What is issue there I don't understand.Need help.
the proxy is calling transfer function when selling on opensea and as well as it identifies onlyAllowedOperator modifier but still I don't understand why it does not enforce royalties
The text was updated successfully, but these errors were encountered:
I have implemented openSea royalty reforcement and normally it enforces royalties on opensea but now i'm using "erc1967 proxy UUPSUpgradeable" and then using proxy I mint nfts and when I check in openSea it doesnot enforces royalty. What is issue there I don't understand.Need help.
the proxy is calling transfer function when selling on opensea and as well as it identifies onlyAllowedOperator modifier but still I don't understand why it does not enforce royalties
The text was updated successfully, but these errors were encountered: