We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am experience issues burning Raydium LP tokens, i'm getting the error "incorrect account owner"
Is my implementation correct? Seems to work on other tokens created and minted.
` const umi = createUmi(RPC_ENDPOINT).use(walletAdapterIdentity(wallet)).use(mplTokenMetadata()); const mint = publicKey(tokenAddress);
await burnV1(umi, { mint, amount: parseInt(amount), tokenStandard: TokenStandard.Fungible, }).sendAndConfirm(umi)
`
The text was updated successfully, but these errors were encountered:
Is LP burning supported by metaplex?
Sorry, something went wrong.
If they use Token 2022 you will need to derive the token account manually and pass it in. Do you have an example of one of these tokens?
No branches or pull requests
I am experience issues burning Raydium LP tokens, i'm getting the error "incorrect account owner"
Is my implementation correct? Seems to work on other tokens created and minted.
`
const umi = createUmi(RPC_ENDPOINT).use(walletAdapterIdentity(wallet)).use(mplTokenMetadata());
const mint = publicKey(tokenAddress);
`
The text was updated successfully, but these errors were encountered: