Skip to content

Commit ad7a6c9

Browse files
v14.1.3 (#34)
1 parent f1be402 commit ad7a6c9

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

.coverage

0 Bytes
Binary file not shown.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "sakit"
3-
version = "14.1.2"
3+
version = "14.1.3"
44
description = "Solana Agent Kit"
55
authors = ["Bevan Hunt <bevan@bevanhunt.com>"]
66
license = "MIT"

sakit/privy_dflow_swap.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ async def _privy_sign_transaction( # pragma: no cover
153153
body = {
154154
"method": "signTransaction",
155155
"params": {"transaction": encoded_tx, "encoding": "base64"},
156-
"caip2": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
157156
"chain_type": "solana",
158157
}
159158

@@ -169,7 +168,6 @@ async def _privy_sign_transaction( # pragma: no cover
169168
wallet_id=wallet_id,
170169
method="signTransaction",
171170
params={"transaction": encoded_tx, "encoding": "base64"},
172-
caip2="solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
173171
chain_type="solana",
174172
privy_authorization_signature=auth_signature,
175173
)

0 commit comments

Comments
 (0)