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 15, 2022. It is now read-only.
Hi 👋 I'm working on an ERC-721 NFT and want to auto-approve OS's proxy contract, but there are discrepancies between the documentation and this repo. Which code is correct? See below. Thank you!
if (_operator ==address(0x58807baD0B376efc12F5AD86aAc70E78ed67deaE)) {
ProxyRegistry proxyRegistry =ProxyRegistry(proxyRegistryAddress);
if (address(proxyRegistry.proxies(owner)) == operator) {
The text was updated successfully, but these errors were encountered:
devstein
changed the title
Discrepancy Between OpenSea Creature and Polygon Documentation
Discrepancy Between OpenSea Creature's Code and Polygon Documentation: Which is Correct?
Feb 13, 2022
devstein
changed the title
Discrepancy Between OpenSea Creature's Code and Polygon Documentation: Which is Correct?
Discrepancy Between OpenSea Creature's Code and OpenSea Polygon Documentation: Which is Correct?
Feb 13, 2022
Hi 👋 I'm working on an ERC-721 NFT and want to auto-approve OS's proxy contract, but there are discrepancies between the documentation and this repo. Which code is correct? See below. Thank you!
From Polygon integration docs
From this repo's code
Which approach is correct?
The text was updated successfully, but these errors were encountered: