Skip to content

Commit

Permalink
Helper: TON: Fix Burning
Browse files Browse the repository at this point in the history
  • Loading branch information
imsk17 committed Jul 7, 2024
1 parent 5fda2f9 commit 47abf63
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/chains/ton.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,13 +131,11 @@ export function tonHandler({
signer,
{ value: gasArgs.value + toNano("0.08") },
{
$$type: "JettonTransfer",
$$type: "JettonBurn",
amount: amt,
custom_payload: null,
query_id: 0n,
destination: burner,
forward_payload: beginCell()
.storeAddress(bridge)
.storeUint(cid, 64) // Target Chain
.storeRef(
beginCell()
Expand Down

0 comments on commit 47abf63

Please sign in to comment.