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
The JS one is working as expected, but the UMI one is throwing this error:
'Program metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s invoke [1]',
'Program log: IX: Update',
'Program log: Auth type: Metadata',
'Program log: This mint account has an edition but none was provided.',
'Program metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s consumed 21230 of 200000 compute units',
'Program metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s failed: custom program error: 0x6c'
What am I missing?
Thanks!
The text was updated successfully, but these errors were encountered:
Hey! I'm migrating my old metaplex JS code to UMI. This was my old code to update an NFT's metadata with JS:
And this is the new one with UMI:
The JS one is working as expected, but the UMI one is throwing this error:
What am I missing?
Thanks!
The text was updated successfully, but these errors were encountered: