File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments