@ton-community/ton-ledger 7.3.0 → 7.4.0-pre.0

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,4 +1,5 @@
1
1
  /// <reference types="node" />
2
+ /// <reference types="node" />
2
3
  import Transport from "@ledgerhq/hw-transport";
3
4
  import { Address, Cell, SendMode, StateInit } from "@ton/core";
4
5
  export type KnownJetton = {
@@ -56,6 +56,10 @@ exports.KNOWN_JETTONS = [
56
56
  symbol: 'X',
57
57
  masterAddress: core_1.Address.parse('EQB4zZusHsbU2vVTPqjhlokIOoiZhEdCMT703CWEzhTOo__X'),
58
58
  },
59
+ {
60
+ symbol: 'tgBTC',
61
+ masterAddress: core_1.Address.parse('EQBmjxpYsJ8yHEraYfTpLdejCekHMoKS2fOErP4lLHCf4SlU'),
62
+ },
59
63
  ];
60
64
  exports.KNOWN_EXTRA_CURRENCIES = [
61
65
  {
@@ -1,4 +1,5 @@
1
1
  /// <reference types="node" />
2
+ /// <reference types="node" />
2
3
  import { Cell } from '@ton/core';
3
4
  export declare function getInit(publicKey: Buffer, subwalletId: number, isV3R2: boolean): {
4
5
  code: Cell;
@@ -1,4 +1,5 @@
1
1
  /// <reference types="node" />
2
+ /// <reference types="node" />
2
3
  import { Address, Cell } from '@ton/core';
3
4
  export declare function writeUint32(value: number): Buffer;
4
5
  export declare function writeUint16(value: number): Buffer;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ton-community/ton-ledger",
3
- "version": "7.3.0",
3
+ "version": "7.4.0-pre.0",
4
4
  "repository": "https://github.com/ton-community/ton-ledger-ts",
5
5
  "author": "Steve Korshakov <steve@korshakov.com>",
6
6
  "license": "MIT",
@@ -21,7 +21,7 @@
21
21
  "@release-it/keep-a-changelog": "^3.1.0",
22
22
  "@ton/core": "^0.52.2",
23
23
  "@types/jest": "^29.5.2",
24
- "@types/node": "^20.2.5",
24
+ "@types/node": "^22.18.1",
25
25
  "jest": "^29.5.0",
26
26
  "release-it": "^15.11.0",
27
27
  "ts-jest": "^29.1.0",