samuelvanderwaal / metaboss

The Metaplex NFT-standard Swiss Army Knife tool.
Apache License 2.0
689 stars 220 forks source link

Unable to update token on-chain name #248

Closed jnikoletich closed 1 year ago

jnikoletich commented 1 year ago

Hello,

With the latest metaboss version, after converting my collection to metaplex pNFT, it seems I can no longer update the on-chain name of NFTs:

Error: RPC response error -32002: Transaction simulation failed: Error processing Instruction 0: custom program error: 0x99 [4 log messages] root@scripts01:~/keys# metaboss find error 0x99 Token Metadata | InstructionNotSupported: Instruction not supported for ProgrammableNonFungible assets Done!

That is the error I receive.

samuelvanderwaal commented 1 year ago

Updating pNFTs uses a different update command that hasn't been added to Metaboss yet.

jnikoletich commented 1 year ago

Any plans to add in the future?

samuelvanderwaal commented 1 year ago

Any plans to add in the future?

You can track the status here: https://github.com/samuelvanderwaal/metaboss/pull/251

samuelvanderwaal commented 1 year ago

Updating pNFTs is supported now.