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

Jettons created based on this standard cannot be transfer #9

Closed
mikuh opened this issue May 2, 2024 · 5 comments
Closed

Jettons created based on this standard cannot be transfer #9

mikuh opened this issue May 2, 2024 · 5 comments

Comments

@mikuh
Copy link

mikuh commented May 2, 2024

image

@alan890104
Copy link
Contributor

Could you share your transaction hash for the testnet with us? We'll look into the issue right away—it might be related to the manually set storage and gas fees. Also, as a possible solution, would you mind trying to add a bit more TON coins, like 0.5, when you start the jetton transfer? This approach should help, especially since error code 37185 usually means there aren't enough funds for the transfer.

@alan890104
Copy link
Contributor

@ipromise2324 I believe we should reduce gas consumption in light of the fee adjustments made in April. What's your opinion?

virtual const gasConsumption: Int = ton("0.05");
virtual const minTonsForStorage: Int = ton("0.05");

require(ctx.value > fwd_count * ctx.readForwardFee() + 2 * self.gasConsumption + self.minTonsForStorage, "Not enough funds to transfer");

@alan890104
Copy link
Contributor

#10

@alan890104
Copy link
Contributor

@mikuh May you pull the latest main branch and try it again, we have decrease the storage fee and gas fee preservation, i think it will work as expected.

@mikuh
Copy link
Author

mikuh commented May 2, 2024

virtual const gasConsumption: Int = ton("0.05");
virtual const minTonsForStorage: Int = ton("0.05");
After setting it to 0.01, it returned to normal.

@mikuh mikuh closed this as completed May 2, 2024
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

2 participants