You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, there is no way to mint royalty tokens without the policy id attached.
I was able to generate a token with the 777 label, the issue is that it had the policy id and asset name attached in the metadata. Wondering if there's a way to get rid of this metadata.
Currently, there is no way to mint royalty tokens without the policy id attached.
I was able to generate a token with the 777 label, the issue is that it had the policy id and asset name attached in the metadata. Wondering if there's a way to get rid of this metadata.
TokenI mint using mesh:
What royalty token should be:
After went through the repo, I found the issue is the metadata format being fixed by forgeAssetsIfNeeded(), forge()
mesh/packages/module/src/transaction/transaction.service.ts
Line 655 in 335d1cb
The text was updated successfully, but these errors were encountered: