metaplex-foundation / mpl-token-metadata

Program to attach additional data to Fungible or Non-Fungible tokens on Solana.
https://developers.metaplex.com/token-metadata
Other
99 stars 42 forks source link

token2022 #59

Closed crypt0miester closed 1 month ago

crypt0miester commented 8 months ago

any eta on token2022 branch deployed on mainnet?

febo commented 7 months ago

The PR is going through an audit at the moment.

travisbotello commented 7 months ago

The PR is going through an audit at the moment.

So I guess the current AccountNotFoundError error when trying to run await fetchDigitalAsset(umi, tokenMint) on a token2022 address is expected until then PR is merged?

Or is there currently any other way of retrieving the metadata for token2022?

febo commented 6 months ago

The PR is going through an audit at the moment.

So I guess the current AccountNotFoundError error when trying to run await fetchDigitalAsset(umi, tokenMint) on a token2022 address is expected until then PR is merged?

Or is there currently any other way of retrieving the metadata for token2022?

Correct.

The PR has been merged to main and should be deployed by tomorrow.