@tonappchain/sdk 0.7.2-alpha-16 → 0.7.2-alpha-17

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.
@@ -1,3 +1,3 @@
1
1
  export declare const MAINNET_DEFAULT_LITESERVERS = "https://ton.org/global.config.json";
2
2
  export declare const MAINNET_TON_PUBLIC_RPC_ENDPOINT = "https://toncenter.com/api/v2/jsonRPC";
3
- export declare const MAINNET_TON_RPC_ENDPOINT_BY_TAC = "https://rp.mainnet.tac.build";
3
+ export declare const MAINNET_TON_RPC_ENDPOINT_BY_TAC = "https://toncenter-mainnet.tac.build";
@@ -3,4 +3,4 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.MAINNET_TON_RPC_ENDPOINT_BY_TAC = exports.MAINNET_TON_PUBLIC_RPC_ENDPOINT = exports.MAINNET_DEFAULT_LITESERVERS = void 0;
4
4
  exports.MAINNET_DEFAULT_LITESERVERS = 'https://ton.org/global.config.json';
5
5
  exports.MAINNET_TON_PUBLIC_RPC_ENDPOINT = 'https://toncenter.com/api/v2/jsonRPC';
6
- exports.MAINNET_TON_RPC_ENDPOINT_BY_TAC = 'https://rp.mainnet.tac.build';
6
+ exports.MAINNET_TON_RPC_ENDPOINT_BY_TAC = 'https://toncenter-mainnet.tac.build';
@@ -1,3 +1,3 @@
1
1
  export declare const TESTNET_DEFAULT_LITESERVERS = "https://ton.org/testnet-global.config.json";
2
2
  export declare const TESTNET_TON_PUBLIC_RPC_ENDPOINT = "https://testnet.toncenter.com/api/v2/jsonRPC";
3
- export declare const TESTNET_TON_RPC_ENDPOINT_BY_TAC = "https://rp-testnet.turin.tac.build";
3
+ export declare const TESTNET_TON_RPC_ENDPOINT_BY_TAC = "https://toncenter-spb.tac.build";
@@ -3,4 +3,4 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.TESTNET_TON_RPC_ENDPOINT_BY_TAC = exports.TESTNET_TON_PUBLIC_RPC_ENDPOINT = exports.TESTNET_DEFAULT_LITESERVERS = void 0;
4
4
  exports.TESTNET_DEFAULT_LITESERVERS = 'https://ton.org/testnet-global.config.json';
5
5
  exports.TESTNET_TON_PUBLIC_RPC_ENDPOINT = 'https://testnet.toncenter.com/api/v2/jsonRPC';
6
- exports.TESTNET_TON_RPC_ENDPOINT_BY_TAC = 'https://rp-testnet.turin.tac.build';
6
+ exports.TESTNET_TON_RPC_ENDPOINT_BY_TAC = 'https://toncenter-spb.tac.build';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tonappchain/sdk",
3
- "version": "0.7.2-alpha-16",
3
+ "version": "0.7.2-alpha-17",
4
4
  "repository": "https://github.com/TacBuild/tac-sdk.git",
5
5
  "author": "TAC. <developers@tac>",
6
6
  "license": "MIT",
@@ -69,7 +69,7 @@
69
69
  "dependencies": {
70
70
  "@aws-crypto/sha256-js": "^5.2.0",
71
71
  "@orbs-network/ton-access": "^2.3.3",
72
- "@ton/ton": "16.1.0",
72
+ "@ton/ton": "16.2.2",
73
73
  "@tonappchain/ton-lite-client": "3.0.6",
74
74
  "@tonconnect/ui": "^2.0.11",
75
75
  "bn.js": "^5.2.1",