Polygon ERC1155_LAZY support #420
SvineruS
started this conversation in
Feature request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi. I've noticed that Rarible offers limited support for lazy ERC1155 on Polygon. But why is that the case?
I've been able to successfully create a lazy token through the API, but i can't mint it, coz your ExchangeMetaV2 contract doesn't have proxy for that asset type (
bytes4(keccak256("ERC1155_LAZY"))
==0x1cdfaa40
).After I set your erc1155Lazy proxy address via
setTransferProxy("0x1cdfaa40", "0x0E63021A7597B254484b7F99dDD9b319591350B6")
call on ExchangeMetaV2 (by impersonated the owner account in local Polygon fork) , I can sucessfully mint tokens using thedirectPurchase
method.Could you please enable lazy token minting support on the Polygon networks? 🙏
Beta Was this translation helpful? Give feedback.
All reactions