@ton-community/ton-ledger 7.2.0-pre.1 → 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 +5 -1
- package/package.json +1 -1
package/dist/TonTransport.js
CHANGED
|
@@ -40,6 +40,10 @@ exports.KNOWN_JETTONS = [
|
|
|
40
40
|
symbol: 'stTON',
|
|
41
41
|
masterAddress: core_1.Address.parse('EQDNhy-nxYFgUqzfUzImBEP67JqsyMIcyk2S5_RwNNEYku0k'),
|
|
42
42
|
},
|
|
43
|
+
{
|
|
44
|
+
symbol: 'STAKED',
|
|
45
|
+
masterAddress: core_1.Address.parse('EQCqC6EhRJ_tpWngKxL6dV0k6DSnRUrs9GSVkLbfdCqsj6TE'),
|
|
46
|
+
},
|
|
43
47
|
];
|
|
44
48
|
const dnsWalletKey = Buffer.from([0xe8, 0xd4, 0x40, 0x50, 0x87, 0x3d, 0xba, 0x86, 0x5a, 0xa7, 0xc1, 0x70, 0xab, 0x4c, 0xce, 0x64,
|
|
45
49
|
0xd9, 0x08, 0x39, 0xa3, 0x4d, 0xcf, 0xd6, 0xcf, 0x71, 0xd1, 0x4e, 0x02, 0x05, 0x44, 0x3b, 0x1b]);
|
|
@@ -359,7 +363,7 @@ function processAddressFlags(opts) {
|
|
|
359
363
|
const testOnly = opts?.testOnly ?? false;
|
|
360
364
|
const chain = opts?.chain ?? 0;
|
|
361
365
|
const subwalletId = opts?.subwalletId ?? 698983191;
|
|
362
|
-
const walletVersion = opts?.walletVersion ?? '
|
|
366
|
+
const walletVersion = opts?.walletVersion ?? 'v4';
|
|
363
367
|
let specifiers = undefined;
|
|
364
368
|
let flags = 0x00;
|
|
365
369
|
if (testOnly) {
|