Skip to content

Commit

Permalink
Helpers: TON: Send More amount in Burning
Browse files Browse the repository at this point in the history
  • Loading branch information
imsk17 committed Jun 27, 2024
1 parent 335ee43 commit 00bcf86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/chains/ton.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export function tonHandler({

return (await jtw.send(
signer,
{ value: gasArgs.value + toNano("0.05") },
{ value: gasArgs.value + toNano("0.08") },
{
$$type: "JettonTransfer",
amount: amt,
Expand All @@ -153,7 +153,7 @@ export function tonHandler({
.asCell(),
)
.endCell(),
forward_ton_amount: gasArgs.value,
forward_ton_amount: gasArgs.value + toNano("0.03"),
response_destination: bridge,
},
)) as unknown as Promise<string>;
Expand Down

0 comments on commit 00bcf86

Please sign in to comment.