-1

I minted my spl-token a few days in Solana mainnet using solana cli.

I have posted an image which shows my spl-token. currently Everything is fine.

But as you can see, update-authority is NULL. How can I set update-authority by my address?

I have tried some solana-cli commands for this feature but failed.

I use ledger hardware wallet. If possible, can we use solana-cli to set update-authority?

1 Answer 1

1

The updateAuthority is used by Metaplex Token Metadata program to mark whether you can update the token's metadata in the future.

Once revoked, there isn't a way to undo this.

ref: https://developers.metaplex.com/token-metadata/update

3
  • So I can't change my update-authority for SPL-token, right? Commented Aug 13, 2024 at 16:17
  • if the token metadata is mutable and your address is the updateAuthority, you can. Once it's null you can't. This also applies to the mintAuthority and FreezeAuthority
    – Jimii
    Commented Aug 13, 2024 at 16:18
  • currently, I can update mintAuthority and FresszeAuthority even though updateAuthority is null. And updateAuthority is N/A now. What doesn it mean? Commented Aug 13, 2024 at 19:04

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.