@ton-community/ton-ledger 7.2.0-pre.2 → 7.2.0-pre.3

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.
@@ -363,7 +363,7 @@ function processAddressFlags(opts) {
363
363
  const testOnly = opts?.testOnly ?? false;
364
364
  const chain = opts?.chain ?? 0;
365
365
  const subwalletId = opts?.subwalletId ?? 698983191;
366
- const walletVersion = opts?.walletVersion ?? 'v3r2';
366
+ const walletVersion = opts?.walletVersion ?? 'v4';
367
367
  let specifiers = undefined;
368
368
  let flags = 0x00;
369
369
  if (testOnly) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ton-community/ton-ledger",
3
- "version": "7.2.0-pre.2",
3
+ "version": "7.2.0-pre.3",
4
4
  "repository": "https://github.com/ton-community/ton-ledger-ts",
5
5
  "author": "Steve Korshakov <steve@korshakov.com>",
6
6
  "license": "MIT",