Skip to content
New issue

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

sendUnwrap: The function works, but the unwrap transaction fails immediately after. #7

Open
jo-s-eph opened this issue Oct 24, 2024 · 0 comments

Comments

@jo-s-eph
Copy link

jo-s-eph commented Oct 24, 2024

Hello, I'm experiencing some difficulties using the sendUnwrap function.

Usage:

console.log(`Unwrapping ${fromNano(balance)} jettons...`);
    await gaspumpJetton.sendUnwrap(sender, {
        jettonAmount: balance,
        jettonWallet: jettonWallet,
        doCheckTradeState: true,
    });
    await waitUntilWalletSeqnoChanges(wallet, seqno)

The code execution succeeded, but the transaction failed, resulting in the loss of the unwrapped token :

tx link

image

I tried multiple wrapped tokens, amounts...
Since there is no documentation about this function, I can't find help anywhere about it...
Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant