Replies: 1 comment 3 replies
-
Hi there 👋 By definition, a printed edition is an exact copy of the original edition that cannot be changed. That means when printing a new edition, the Token Metadata Program will explicitly set the "is_mutable" field to "false" to ensure it cannot vary from the original edition. That being said, the on-chain printed edition account keeps track of the edition number. You can use that to differentiate your printed edition and implement your custom logic. I hope this helps. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi @lorisleiva! Hope all is well. I'm running into an issue and I'm hoping you can give me some guidance.
I'd like to metadata URI on a printed edition to be different from the original edition as this would allow certain operations to be specific to the edition without having the on-chain context. For example, without something like this, the generated external URL on the printed edition has no information to distinguish it from the original edition and that makes edition-specific behaviors when launched from a wallet difficult to implement.
I tried to update the metadata URI after the print, but I get an mutability error when I do that. Can I (or will I) be able to specify a new metadata URI when printing or be allowed to mutate the metadata URI on the printed edition? Any guidance would be appreciated? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions