Skip to content

Commit

Permalink
Fixed payload
Browse files Browse the repository at this point in the history
  • Loading branch information
lapismyt committed May 14, 2024
1 parent f187b83 commit 4d33161
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "stonfi"
version = "0.8"
version = "0.9"
description = "Async Python SDK for StonFi DEX"
authors = [
{name = "LapisMYT (Nikita Gavrilin)", email = "[email protected]"}
Expand Down
2 changes: 1 addition & 1 deletion stonfi/contracts/dex/v1/router.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ async def build_swap_ton_to_jetton_tx_params(self,

return {
'to': offer_jetton_wallet.address.to_str(),
'payload': payload.to_boc(False),
'payload': payload,
'amount': offer_amount + forward_gas_amount
}

Expand Down

0 comments on commit 4d33161

Please sign in to comment.