MarkSackerberg
MarkSackerberg
Hey, you can not use the same mint address for a token metadata NFT and a core asset. What are you trying to achieve here? Maybe there is a different...
Hey @y0unghe @rosselpha @y4my4my4m where did you find this and Why do you assume that there should be a function like this? `createCreateMetadataAccountV3Instruction` is a type, not a function. The...
If you are using the same packages as the package.json of the pirate-bootcamp suggests (which is very outdated) it should be working fine. The Solana.com docs you sent recommends to...
Hey, To remove the update authority account key you probably need to pass in `none()` instead of `null`. In general this should not be required though. As soon as the...
Let’s start over. What is it that’s not working? You can not update metadata after isMutable was set to false, as mentioned before. So what do you want to achieve...
Does your Token 2022 Token have Metaplex Metadata? Can you share the failed TX maybe?
Thank you!
Hey! I have seen a similar behaviour today which was caused by specific tsconfig settings. E.g. this tsconfig is working totally fine: ```js { "compilerOptions": { "target": "es2016", /* Set...
Hey, You are correct. The current nft.storage api is not supported anymore. We should either update or remove it from sugar. Thank you for creating the issue!
As mentioned by @aiiiden the solution is to properly create the collection with collectionDetails. Closing this since a solution was provided.