Skip to content

Commit 08e27f5

Browse files
authored
fix ton send from vesting contract (#107)
1 parent 782dd57 commit 08e27f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kilnfi/sdk",
3-
"version": "2.17.2",
3+
"version": "2.17.3",
44
"autor": "Kiln <[email protected]> (https://kiln.fi)",
55
"license": "BUSL-1.1",
66
"description": "JavaScript sdk for Kiln API",

src/services/ton.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ export class TonService extends Service {
120120
destinationAddress: string,
121121
amountTon: number,
122122
): Promise<TonTx> {
123-
const { data } = await api.post<TonTx>(`/v1/ton/transaction/send-from-vesting-contract`, {
123+
const { data } = await api.post<TonTx>(`/v1/ton/transaction/stake-from-vesting-contract`, {
124124
account_id: accountId,
125125
wallet: walletAddress,
126126
vesting_contract_address: vestingContractAddress,

0 commit comments

Comments
 (0)