@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.
- package/dist/TonTransport.js +1 -1
- package/package.json +1 -1
package/dist/TonTransport.js
CHANGED
|
@@ -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 ?? '
|
|
366
|
+
const walletVersion = opts?.walletVersion ?? 'v4';
|
|
367
367
|
let specifiers = undefined;
|
|
368
368
|
let flags = 0x00;
|
|
369
369
|
if (testOnly) {
|