We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 947317e commit b239c0cCopy full SHA for b239c0c
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "sakit"
3
-version = "12.4.2"
+version = "12.4.3"
4
description = "Solana Agent Kit"
5
authors = ["Bevan Hunt <bevan@bevanhunt.com>"]
6
license = "MIT"
sakit/utils/swap.py
@@ -152,6 +152,7 @@ async def trade(
152
lamports=int(input_amount * LAMPORTS_PER_SOL * (fee_percentage / 100)),
153
)
154
155
+ instructions.append(ix_fee)
156
else:
157
mint_pubkey = Pubkey.from_string(input_mint)
158
resp = await wallet.client.get_account_info(mint_pubkey)
0 commit comments