wan-ton-sdk 0.0.7 → 0.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/Bridge.compile.d.ts +2 -0
- package/dist/Bridge.compile.js +9 -0
- package/dist/Bridge.d.ts +208 -0
- package/dist/Bridge.js +468 -0
- package/dist/Fake.compile.d.ts +2 -0
- package/dist/Fake.compile.js +9 -0
- package/dist/GroupApprove.compile.d.ts +2 -0
- package/dist/GroupApprove.compile.js +7 -0
- package/dist/GroupApprove.d.ts +124 -0
- package/dist/GroupApprove.js +181 -0
- package/dist/JettonMinter.compile.d.ts +2 -0
- package/dist/JettonMinter.compile.js +6 -0
- package/dist/JettonMinter.d.ts +45 -0
- package/dist/JettonMinter.js +124 -0
- package/dist/JettonWallet.compile.d.ts +2 -0
- package/dist/JettonWallet.compile.js +6 -0
- package/dist/JettonWallet.d.ts +26 -0
- package/dist/JettonWallet.js +103 -0
- package/dist/Signature.compile.d.ts +2 -0
- package/dist/Signature.compile.js +7 -0
- package/dist/Signature.d.ts +44 -0
- package/dist/Signature.js +106 -0
- package/dist/address.compile.d.ts +2 -0
- package/dist/address.compile.js +9 -0
- package/dist/client/client-interface.d.ts +35 -0
- package/dist/client/client-interface.js +9 -0
- package/dist/client/client.d.ts +22 -0
- package/dist/client/client.js +86 -0
- package/dist/client/tonapi-client.d.ts +4630 -0
- package/dist/client/tonapi-client.js +5376 -0
- package/dist/code/encode-decode.d.ts +132 -0
- package/dist/code/encode-decode.js +645 -0
- package/dist/code/userLock.d.ts +39 -0
- package/dist/code/userLock.js +284 -0
- package/dist/common.d.ts +9 -0
- package/dist/common.js +45 -0
- package/dist/config/config-ex.d.ts +7 -0
- package/dist/config/config-ex.js +73 -0
- package/dist/const/const-value.d.ts +21 -0
- package/dist/const/const-value.js +26 -0
- package/dist/contractAccess/bridgeAccess.d.ts +10 -0
- package/dist/contractAccess/bridgeAccess.js +55 -0
- package/dist/contractAccess/groupApproveAccess.d.ts +10 -0
- package/dist/contractAccess/groupApproveAccess.js +54 -0
- package/dist/db/Db.d.ts +24 -0
- package/dist/db/Db.js +739 -0
- package/dist/db/DbAccess.d.ts +24 -0
- package/dist/db/DbAccess.js +211 -0
- package/dist/db/common.d.ts +5 -0
- package/dist/db/common.js +114 -0
- package/dist/event/getEvents.d.ts +17 -0
- package/dist/event/getEvents.js +387 -0
- package/dist/example/db/createDb-ex.d.ts +1 -0
- package/{example/createDb-ex.ts → dist/example/db/createDb-ex.js} +3 -4
- package/dist/example/db/dbFeedTrans-ex.d.ts +1 -0
- package/{example/dbFeedTrans-ex.ts → dist/example/db/dbFeedTrans-ex.js} +9 -11
- package/dist/example/event/getAllEvents-ex.d.ts +1 -0
- package/dist/example/event/getAllEvents-ex.js +70 -0
- package/dist/example/event/getEventByHash-ex.d.ts +1 -0
- package/{example/getEventByHash-ex.ts → dist/example/event/getEventByHash-ex.js} +21 -25
- package/dist/example/event/getEventsByRange-ex.d.ts +1 -0
- package/dist/example/event/getEventsByRange-ex.js +58 -0
- package/dist/example/getAllTrans.d.ts +1 -0
- package/dist/example/getAllTrans.js +30 -0
- package/dist/example/jetton/getJettonInfo-ex.d.ts +1 -0
- package/dist/example/jetton/getJettonInfo-ex.js +32 -0
- package/dist/example/lock-release/smgRelease-ex.d.ts +1 -0
- package/dist/example/lock-release/smgRelease-ex.js +134 -0
- package/dist/example/lock-release/userLock-ex.d.ts +1 -0
- package/dist/example/lock-release/userLock-ex.js +69 -0
- package/dist/example/manage/addSmg-ex.d.ts +1 -0
- package/dist/example/manage/addSmg-ex.js +59 -0
- package/dist/example/manage/compileContract-ex.d.ts +1 -0
- package/dist/example/manage/compileContract-ex.js +11 -0
- package/dist/example/manage/deploy-ex.d.ts +1 -0
- package/dist/example/manage/deploy-ex.js +58 -0
- package/dist/example/manage/setFee-ex.d.ts +1 -0
- package/dist/example/manage/setFee-ex.js +61 -0
- package/dist/example/manage/setFeeProxy.d.ts +1 -0
- package/dist/example/manage/setFeeProxy.js +47 -0
- package/dist/example/manage/upgradeBridgeSc-ex.d.ts +1 -0
- package/dist/example/manage/upgradeBridgeSc-ex.js +44 -0
- package/dist/example/token/AddToken-ex.d.ts +1 -0
- package/dist/example/token/AddToken-ex.js +113 -0
- package/dist/example/token/addTokenPair-ex.d.ts +1 -0
- package/dist/example/token/addTokenPair-ex.js +59 -0
- package/dist/example/token/delTokenPair-ex.d.ts +1 -0
- package/dist/example/token/delTokenPair-ex.js +49 -0
- package/dist/example/token/getTokenPair-ex.d.ts +1 -0
- package/dist/example/token/getTokenPair-ex.js +39 -0
- package/dist/example/token/mintToken-ex.d.ts +1 -0
- package/dist/example/token/mintToken-ex.js +56 -0
- package/dist/example/tran/converTranToTonTran.d.ts +1 -0
- package/dist/example/tran/converTranToTonTran.js +32 -0
- package/dist/example/tran/getTransByRange-ex.d.ts +1 -0
- package/{example/getTransByRange-ex.ts → dist/example/tran/getTransByRange-ex.js} +26 -40
- package/dist/example/tran/getTransaction-ex.d.ts +1 -0
- package/dist/example/tran/getTransaction-ex.js +47 -0
- package/dist/example/tran/isTranSuccess-ex.d.ts +1 -0
- package/dist/example/tran/isTranSuccess-ex.js +27 -0
- package/dist/fee/fee.d.ts +12 -0
- package/dist/fee/fee.js +21 -0
- package/dist/index.d.ts +15 -0
- package/dist/index.js +95 -0
- package/dist/jest.config.d.ts +3 -0
- package/dist/jest.config.js +8 -0
- package/dist/opcodes.d.ts +55 -0
- package/dist/opcodes.js +59 -0
- package/dist/sign/buildHash.d.ts +6 -0
- package/dist/sign/buildHash.js +39 -0
- package/dist/sign/rawTrans.d.ts +36 -0
- package/dist/sign/rawTrans.js +89 -0
- package/dist/sign/tools-secp256k1.d.ts +21 -0
- package/{sign → dist/sign}/tools-secp256k1.js +18 -44
- package/dist/testData/JettonMinter.compile.func.d.ts +2 -0
- package/dist/testData/JettonMinter.compile.func.js +13 -0
- package/dist/testData/JettonWallet.compile.func.d.ts +2 -0
- package/dist/testData/JettonWallet.compile.func.js +13 -0
- package/dist/testData/bridge.compile.func.d.ts +2 -0
- package/dist/testData/bridge.compile.func.js +13 -0
- package/dist/transResult/transResult.d.ts +29 -0
- package/dist/transResult/transResult.js +528 -0
- package/dist/utils/compileContract.d.ts +13 -0
- package/dist/utils/compileContract.js +54 -0
- package/dist/utils/logger.d.ts +16 -0
- package/dist/utils/logger.js +94 -0
- package/dist/utils/utils.d.ts +26 -0
- package/dist/utils/utils.js +330 -0
- package/dist/wallet/balance.d.ts +5 -0
- package/dist/wallet/balance.js +29 -0
- package/dist/wallet/jetton.d.ts +16 -0
- package/dist/wallet/jetton.js +171 -0
- package/dist/wallet/walletContract.d.ts +31 -0
- package/dist/wallet/walletContract.js +106 -0
- package/package.json +8 -6
- package/Bridge.compile.ts +0 -8
- package/Bridge.ts +0 -645
- package/Bridge.ts.org +0 -647
- package/Fake.compile.ts +0 -8
- package/GroupApprove.compile.ts +0 -6
- package/GroupApprove.ts +0 -274
- package/JettonMinter.compile.ts +0 -5
- package/JettonMinter.ts +0 -135
- package/JettonWallet.compile.ts +0 -5
- package/JettonWallet.ts +0 -127
- package/Signature.compile.ts +0 -6
- package/Signature.ts +0 -105
- package/address.compile.ts +0 -8
- package/client/1.json +0 -1730
- package/client/client.ts +0 -73
- package/client/log/.ba8901062aebb86bf525b42c65ff84f9485419e4-audit.json +0 -15
- package/code/decode.spec.ts +0 -81
- package/code/encode-decode.ts +0 -622
- package/code/log/.ba8901062aebb86bf525b42c65ff84f9485419e4-audit.json +0 -20
- package/code/log/wan-ton-sdk.out.2025-01-20 +0 -0
- package/code/userLock.ts +0 -291
- package/common.ts +0 -62
- package/config/config-ex.ts +0 -25
- package/config/config.ts +0 -1
- package/const/const-value.ts +0 -33
- package/contractAccess/bridgeAccess.ts +0 -60
- package/contractAccess/groupApproveAccess.ts +0 -59
- package/data/EQCxE6mUtQJKFnGfaROTKOt1lZbDiiX1kCixRv7Nw2Id_sDs.json +0 -7348
- package/db/Db.spec.ts +0 -193
- package/db/Db.ts +0 -736
- package/db/DbAccess.spec.ts +0 -23
- package/db/DbAccess.ts +0 -186
- package/db/common.ts +0 -94
- package/db/log/.ba8901062aebb86bf525b42c65ff84f9485419e4-audit.json +0 -15
- package/db/log/wan-ton-sdk.out.2025-04-21 +0 -0
- package/event/getEvents.ts +0 -441
- package/event/log/.ba8901062aebb86bf525b42c65ff84f9485419e4-audit.json +0 -15
- package/event/log/wan-ton-sdk.out.2024-12-19 +0 -0
- package/example/0:1.txt +0 -1
- package/example/AddToken-ex.ts +0 -148
- package/example/README.md +0 -21
- package/example/addSmg-ex.ts +0 -78
- package/example/addTokenPair-ex.ts +0 -73
- package/example/compileContract-ex.ts +0 -10
- package/example/converTranToTonTran.ts +0 -43
- package/example/delTokenPair-ex.ts +0 -63
- package/example/deploy-ex.ts +0 -68
- package/example/getAllEvents-ex.ts +0 -61
- package/example/getAllTrans.ts +0 -32
- package/example/getContractState-ex.ts +0 -33
- package/example/getEvents-ex.ts +0 -55
- package/example/getJettonInfo-ex.ts +0 -44
- package/example/getTokenPair-ex.ts +0 -47
- package/example/getTransaction-ex.ts +0 -62
- package/example/isTranSuccess-ex.ts +0 -33
- package/example/locateTx-ex.ts +0 -44
- package/example/log/.ba8901062aebb86bf525b42c65ff84f9485419e4-audit.json +0 -55
- package/example/log/wan-ton-sdk.out.2025-04-21 +0 -447
- package/example/log/wan-ton-sdk.out.2025-04-22 +0 -1918
- package/example/log/wan-ton-sdk.out.2025-04-23 +0 -4216
- package/example/log/wan-ton-sdk.out.2025-04-24.gz +0 -0
- package/example/log/wan-ton-sdk.out.2025-04-25 +0 -46814
- package/example/log/wan-ton-sdk.out.2025-04-27.gz +0 -0
- package/example/log/wan-ton-sdk.out.2025-04-28 +0 -4966
- package/example/log/wan-ton-sdk.out.2025-04-29 +0 -1328
- package/example/log/wan-ton-sdk.out.2025-04-30 +0 -9
- package/example/mintToken-ex.ts +0 -82
- package/example/setFee-ex.ts +0 -82
- package/example/setFeeProxy.ts +0 -70
- package/example/smgRelease-ex.ts +0 -173
- package/example/upgradeBridgeSc-ex.ts +0 -49
- package/example/userLock-ex.ts +0 -78
- package/fee/fee.ts +0 -23
- package/index.ts +0 -76
- package/jest.config.ts +0 -9
- package/log/.ba8901062aebb86bf525b42c65ff84f9485419e4-audit.json +0 -20
- package/log/wan-ton-sdk.out.2025-04-21 +0 -0
- package/log/wan-ton-sdk.out.2025-04-30 +0 -10
- package/opcodes.ts +0 -58
- package/publish.sh +0 -78
- package/sign/buildHash.ts +0 -47
- package/sign/log/.ba8901062aebb86bf525b42c65ff84f9485419e4-audit.json +0 -15
- package/sign/log/wan-ton-sdk.out.2025-04-14 +0 -3
- package/sign/rawTrans.spec.ts +0 -117
- package/sign/rawTrans.ts +0 -122
- package/testData/JettonMinter.compile.func.ts +0 -8
- package/testData/JettonWallet.compile.func.ts +0 -8
- package/testData/addressList.json +0 -6
- package/testData/bridge.compile.func.ts +0 -8
- package/testData/bridge.compiled.json +0 -1
- package/testData/contractAddress.json +0 -7
- package/testData/jettonTokenInfo.json +0 -14
- package/testData/prvlist.json +0 -6
- package/testData/smg.json +0 -5
- package/testData/tokenInfo.json +0 -23
- package/transResult/transResult.ts +0 -608
- package/tsconfig.json +0 -19
- package/utils/.compiled.json +0 -1
- package/utils/compileContract.ts +0 -60
- package/utils/log/.ba8901062aebb86bf525b42c65ff84f9485419e4-audit.json +0 -15
- package/utils/log/wan-ton-sdk.out.2025-01-08 +0 -0
- package/utils/logger.spec.ts +0 -14
- package/utils/logger.ts +0 -96
- package/utils/utils.spec.ts +0 -21
- package/utils/utils.ts +0 -295
- package/wallet/balance.ts +0 -29
- package/wallet/jetton.spec.ts +0 -27
- package/wallet/jetton.ts +0 -159
- package/wallet/walletContract.spec.ts +0 -111
- package/wallet/walletContract.ts +0 -105
- /package/{client/log/wan-ton-sdk.out.2024-12-19 → dist/config/config.d.ts} +0 -0
- /package/{code/log/wan-ton-sdk.out.2025-01-15 → dist/config/config.js} +0 -0
@@ -0,0 +1,31 @@
|
|
1
|
+
import { WalletContractV4 } from "@ton/ton";
|
2
|
+
import { OpenedContract, Sender } from "@ton/core";
|
3
|
+
import { Blockchain } from "@ton/sandbox";
|
4
|
+
import { WanTonClient } from "../client/client-interface";
|
5
|
+
export declare function getWalletByMnemonic(mnemonic: String): Promise<WalletContractV4>;
|
6
|
+
export declare function openWallet(client: WanTonClient, wallet: WalletContractV4): OpenedContract<WalletContractV4>;
|
7
|
+
export declare function getSender(provider: OpenedContract<WalletContractV4>, secretKey: Buffer): Sender;
|
8
|
+
export declare function getWalletByPrvKey(privateKey: Buffer): Promise<WalletContractV4>;
|
9
|
+
export declare function getTonAddrByPrvKey(privateKey: Buffer): Promise<{
|
10
|
+
rawAddr: string;
|
11
|
+
Addr: string;
|
12
|
+
}>;
|
13
|
+
export declare function getSenderByPrvKey(client: WanTonClient, privateKey: Buffer): Promise<Sender>;
|
14
|
+
export declare function getWalletAddrByPrvKey(privateKey: Buffer): Promise<{
|
15
|
+
addr: string;
|
16
|
+
rawAddr: string;
|
17
|
+
}>;
|
18
|
+
export declare function openWalletByPrvKey(client: WanTonClient, privateKey: Buffer): Promise<OpenedContract<WalletContractV4>>;
|
19
|
+
export declare function getWalletBySecPrvKey(privateKey: Buffer): Promise<WalletContractV4>;
|
20
|
+
export declare function getTonAddrBySecPrvKey(privateKey: Buffer): Promise<{
|
21
|
+
rawAddr: string;
|
22
|
+
addr: string;
|
23
|
+
}>;
|
24
|
+
export declare function getSenderBySecPrvKey(client: WanTonClient, privateKey: Buffer): Promise<Sender>;
|
25
|
+
export declare function openWalletBySecPrvKey(client: WanTonClient, privateKey: Buffer): Promise<OpenedContract<WalletContractV4>>;
|
26
|
+
export declare function getWalletAddrBySecPrvKey(privateKey: Buffer): Promise<{
|
27
|
+
addr: string;
|
28
|
+
rawAddr: string;
|
29
|
+
}>;
|
30
|
+
export declare function isAddrDepolyed(client: WanTonClient | Blockchain, addrStr: string): Promise<boolean>;
|
31
|
+
export declare function getWalletAddrByPublicKey(publicKey: Buffer): Promise<string>;
|
@@ -0,0 +1,106 @@
|
|
1
|
+
"use strict";
|
2
|
+
/*
|
3
|
+
PayAttention:
|
4
|
+
This SDK only support v4 version wallet contract
|
5
|
+
for interface support all version of wallet contract, you can refer tonWeb sdk.
|
6
|
+
*/
|
7
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
8
|
+
exports.getWalletByMnemonic = getWalletByMnemonic;
|
9
|
+
exports.openWallet = openWallet;
|
10
|
+
exports.getSender = getSender;
|
11
|
+
exports.getWalletByPrvKey = getWalletByPrvKey;
|
12
|
+
exports.getTonAddrByPrvKey = getTonAddrByPrvKey;
|
13
|
+
exports.getSenderByPrvKey = getSenderByPrvKey;
|
14
|
+
exports.getWalletAddrByPrvKey = getWalletAddrByPrvKey;
|
15
|
+
exports.openWalletByPrvKey = openWalletByPrvKey;
|
16
|
+
exports.getWalletBySecPrvKey = getWalletBySecPrvKey;
|
17
|
+
exports.getTonAddrBySecPrvKey = getTonAddrBySecPrvKey;
|
18
|
+
exports.getSenderBySecPrvKey = getSenderBySecPrvKey;
|
19
|
+
exports.openWalletBySecPrvKey = openWalletBySecPrvKey;
|
20
|
+
exports.getWalletAddrBySecPrvKey = getWalletAddrBySecPrvKey;
|
21
|
+
exports.isAddrDepolyed = isAddrDepolyed;
|
22
|
+
exports.getWalletAddrByPublicKey = getWalletAddrByPublicKey;
|
23
|
+
const crypto_1 = require("@ton/crypto");
|
24
|
+
const ton_1 = require("@ton/ton");
|
25
|
+
const core_1 = require("@ton/core");
|
26
|
+
const crypto_2 = require("@ton/crypto");
|
27
|
+
const client_interface_1 = require("../client/client-interface");
|
28
|
+
async function getWalletByMnemonic(mnemonic) {
|
29
|
+
const key = await (0, crypto_1.mnemonicToWalletKey)(mnemonic.split(" "));
|
30
|
+
return ton_1.WalletContractV4.create({ publicKey: key.publicKey, workchain: 0 });
|
31
|
+
}
|
32
|
+
function openWallet(client, wallet) {
|
33
|
+
return client.open(wallet);
|
34
|
+
}
|
35
|
+
function getSender(provider, secretKey) {
|
36
|
+
return provider.sender(secretKey);
|
37
|
+
}
|
38
|
+
// for ed25519 private key
|
39
|
+
async function getWalletByPrvKey(privateKey) {
|
40
|
+
const key = (0, crypto_1.keyPairFromSecretKey)(privateKey);
|
41
|
+
return ton_1.WalletContractV4.create({ publicKey: key.publicKey, workchain: 0 });
|
42
|
+
}
|
43
|
+
async function getTonAddrByPrvKey(privateKey) {
|
44
|
+
return {
|
45
|
+
rawAddr: (await getWalletByPrvKey(privateKey)).address.toRawString(),
|
46
|
+
Addr: (await getWalletByPrvKey(privateKey)).address.toString(),
|
47
|
+
};
|
48
|
+
}
|
49
|
+
async function getSenderByPrvKey(client, privateKey) {
|
50
|
+
let wallet = await getWalletByPrvKey(privateKey);
|
51
|
+
return getSender(openWallet(client, wallet), privateKey);
|
52
|
+
}
|
53
|
+
// example addr: EQDKbjIcfM6ezt8KjKJJLshZJJSqX7XOA4ff-W72r5gqPrHF
|
54
|
+
// example rawAddr: 0:ca6e321c7cce9ecedf0a8ca2492ec8592494aa5fb5ce0387dff96ef6af982a3e
|
55
|
+
async function getWalletAddrByPrvKey(privateKey) {
|
56
|
+
return {
|
57
|
+
addr: (await getWalletByPrvKey(privateKey)).address.toString(),
|
58
|
+
rawAddr: (await getWalletByPrvKey(privateKey)).address.toRawString()
|
59
|
+
};
|
60
|
+
}
|
61
|
+
async function openWalletByPrvKey(client, privateKey) {
|
62
|
+
return await openWallet(client, await getWalletByPrvKey(privateKey));
|
63
|
+
}
|
64
|
+
// for evm private key
|
65
|
+
async function getWalletBySecPrvKey(privateKey) {
|
66
|
+
const key = (0, crypto_2.keyPairFromSeed)(privateKey);
|
67
|
+
return ton_1.WalletContractV4.create({ publicKey: key.publicKey, workchain: 0 });
|
68
|
+
}
|
69
|
+
async function getTonAddrBySecPrvKey(privateKey) {
|
70
|
+
return {
|
71
|
+
rawAddr: (await getWalletBySecPrvKey(privateKey)).address.toRawString(),
|
72
|
+
addr: (await getWalletBySecPrvKey(privateKey)).address.toString(),
|
73
|
+
};
|
74
|
+
}
|
75
|
+
async function getSenderBySecPrvKey(client, privateKey) {
|
76
|
+
let wallet = await getWalletBySecPrvKey(privateKey);
|
77
|
+
const key = (0, crypto_2.keyPairFromSeed)(privateKey);
|
78
|
+
return getSender(openWallet(client, wallet), key.secretKey);
|
79
|
+
}
|
80
|
+
async function openWalletBySecPrvKey(client, privateKey) {
|
81
|
+
return await openWallet(client, await getWalletBySecPrvKey(privateKey));
|
82
|
+
}
|
83
|
+
async function getWalletAddrBySecPrvKey(privateKey) {
|
84
|
+
return {
|
85
|
+
addr: (await getWalletBySecPrvKey(privateKey)).address.toString(),
|
86
|
+
rawAddr: (await getWalletBySecPrvKey(privateKey)).address.toRawString()
|
87
|
+
};
|
88
|
+
}
|
89
|
+
// others
|
90
|
+
async function isAddrDepolyed(client, addrStr) {
|
91
|
+
if ((0, client_interface_1.IsWanTonClient)(client)) {
|
92
|
+
let addr = core_1.Address.parse(addrStr);
|
93
|
+
return await client.isContractDeployed(addr);
|
94
|
+
}
|
95
|
+
else {
|
96
|
+
let addr = core_1.Address.parse(addrStr);
|
97
|
+
return (await client.getContract(addr)).accountState?.type === 'active';
|
98
|
+
}
|
99
|
+
}
|
100
|
+
/*
|
101
|
+
there is no function getWalletAddrBySecPublicKey,because tonAddr should use public of ED25519.
|
102
|
+
*/
|
103
|
+
async function getWalletAddrByPublicKey(publicKey) {
|
104
|
+
let ret = ton_1.WalletContractV4.create({ publicKey: publicKey, workchain: 0 });
|
105
|
+
return ret.address.toString();
|
106
|
+
}
|
package/package.json
CHANGED
@@ -1,14 +1,16 @@
|
|
1
1
|
{
|
2
2
|
"name": "wan-ton-sdk",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.9",
|
4
4
|
"scripts": {
|
5
|
-
"build": "rm -rf
|
5
|
+
"build": "rm -rf ./dist && tsc",
|
6
6
|
"test": "jest --verbose",
|
7
|
-
"main": "
|
7
|
+
"main": "./dist/index.js",
|
8
|
+
"prepublish": "npm run build"
|
8
9
|
},
|
10
|
+
"files": ["dist","README.md"],
|
9
11
|
"devDependencies": {
|
10
12
|
"@types/jest": "^29.5.14",
|
11
|
-
"@types/node": "
|
13
|
+
"@types/node": "v16.18.1",
|
12
14
|
"jest": "29.7.0",
|
13
15
|
"prettier": "^3.3.2",
|
14
16
|
"ts-jest": "^29.2.0",
|
@@ -16,10 +18,10 @@
|
|
16
18
|
"typescript": "^5.5.3"
|
17
19
|
},
|
18
20
|
"dependencies": {
|
19
|
-
"@orbs-network/ton-access": "
|
21
|
+
"@orbs-network/ton-access": "2.3.3",
|
20
22
|
"@ton-community/func-js": "0.7.0",
|
21
23
|
"@ton/blueprint": "0.22.0",
|
22
|
-
"@ton/core": "0.
|
24
|
+
"@ton/core": "0.59.0",
|
23
25
|
"@ton/crypto": "3.3.0",
|
24
26
|
"@ton/sandbox": "0.20.0",
|
25
27
|
"@ton/ton": "13.11.2",
|