operator-filter-registry
operator-filter-registry copied to clipboard
ERC1155 cannot buy on Opensea (Testnet Goerli)
I have a simple ERC1155 contract that extends DefaultOperatorFilterer.
It also define the contract URI function.
I can deploy and mint correctly.
I can sell it on opensea, but when I try to buy on testnet i recieve this message 'Execution reverted. Please reach out to the collection owner to troubleshoot.'.
Do I need to configure something more to work correctly?