-
In the old SDK this was the syntax for minting with a generated token ID:
After switching to the new union SDK, this doesn’t work anymore. Did the syntax change or it is not supported yet? The minting is working but the given tokenId is ignored and it mints with a new one. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
For clarification, I use this API call to generate a token ID. https://ethereum-api.rarible.org/v0.1/doc#operation/generateNftTokenId |
Beta Was this translation helpful? Give feedback.
-
You can check this functionality in our test (ethereum) https://github.com/rarible/sdk/blob/master/packages/sdk/src/sdk-blockchains/ethereum/mint.test.ts#L31 |
Beta Was this translation helpful? Give feedback.
You can check this functionality in our test (ethereum) https://github.com/rarible/sdk/blob/master/packages/sdk/src/sdk-blockchains/ethereum/mint.test.ts#L31