mpl-token-metadata
mpl-token-metadata copied to clipboard
transferV1 does not work with Token 2022
const { signature } = await transferV1(umi, { mint, tokenOwner, destinationOwner, tokenStandard: TokenStandard.Fungible, splTokenProgram: SPL_TOKEN_2022_PROGRAM_ID, amount: amount * ATOMIC_UNITS_PER_TOKEN, }).sendAndConfirm(umi);
Tested code with original SPL Token Program and it works, but not with 2022
Does your Token 2022 Token have Metaplex Metadata? Can you share the failed TX maybe?