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
When I use the tokenOwner's authority the error is resolved. I'm confident I have the update authority as I can use it to update the token. From the DelegateStandardV1InstructionAccounts (see below) it looks like I should be able to use the update authority:
/** Update authority or token owner */
authority?: Signer;
Is this a problem/bug or am I missing something? This is my first Metaplex project. Please let me know if more code would be helpful or if there is anything else I can provide.
Thank you :)
The text was updated successfully, but these errors were encountered:
hi @vfr292 do you have any solution on this? I am trying to unlock/thaw the nft but it seems like the standarDelegate is the PDA i not sure how to sign the PDA.
Hi,
Using a token's update authority I'm running:
But getting an error:
When I use the tokenOwner's authority the error is resolved. I'm confident I have the update authority as I can use it to update the token. From the DelegateStandardV1InstructionAccounts (see below) it looks like I should be able to use the update authority:
Is this a problem/bug or am I missing something? This is my first Metaplex project. Please let me know if more code would be helpful or if there is anything else I can provide.
Thank you :)
The text was updated successfully, but these errors were encountered: