Replies: 1 comment 8 replies
-
@hugomarti testing from my end. What's the tokenId that you are passing? |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am trying to lazy mint ERC721 and ERC1155 tokens with multiple creators but i am getting an error after signing the transaction, after reading the discord and the docs i am seeing that i would need to pass an array with multiple signatures, which i tried but i am getting the same error.
This are the values i am passing to the SDK function (the first address is mine as the creator)
creators: [
{ account: "0xdd5Be842e8EC553c5d99Bff11799FadCF6a70B47", value: 5000 },
{ account: "0xe0eEae16006De78fe02a57Bd630d18C075cdCe19", value: 5000 },
]
signatures: ["0xdd5Be842e8EC553c5d99Bff11799FadCF6a70B47", "0xe0eEae16006De78fe02a57Bd630d18C075cdCe19"]
thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions