@ledgerhq/live-common 34.49.0-nightly.2 → 34.49.0-nightly.4
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/lib/deposit/deposit.integration.test.js +60 -1
- package/lib/deposit/deposit.integration.test.js.map +1 -1
- package/lib/e2e/enum/Account.d.ts +1 -0
- package/lib/e2e/enum/Account.d.ts.map +1 -1
- package/lib/e2e/enum/Account.js +2 -1
- package/lib/e2e/enum/Account.js.map +1 -1
- package/lib/e2e/enum/DeviceLabels.d.ts +2 -0
- package/lib/e2e/enum/DeviceLabels.d.ts.map +1 -1
- package/lib/e2e/enum/DeviceLabels.js +2 -0
- package/lib/e2e/enum/DeviceLabels.js.map +1 -1
- package/lib/e2e/families/bitcoin.d.ts +1 -0
- package/lib/e2e/families/bitcoin.d.ts.map +1 -1
- package/lib/e2e/families/bitcoin.js +28 -1
- package/lib/e2e/families/bitcoin.js.map +1 -1
- package/lib/e2e/speculos.d.ts.map +1 -1
- package/lib/e2e/speculos.js +6 -0
- package/lib/e2e/speculos.js.map +1 -1
- package/lib/families/celo/bridge.integration.test.js +4 -1
- package/lib/families/celo/bridge.integration.test.js.map +1 -1
- package/lib/families/cosmos/datasets/axelar.integration.test.js +4 -1
- package/lib/families/cosmos/datasets/axelar.integration.test.js.map +1 -1
- package/lib/families/cosmos/datasets/desmos.integration.test.js +4 -1
- package/lib/families/cosmos/datasets/desmos.integration.test.js.map +1 -1
- package/lib/families/cosmos/datasets/onomy.integration.test.js +4 -1
- package/lib/families/cosmos/datasets/onomy.integration.test.js.map +1 -1
- package/lib/families/filecoin/bridge.integration.test.js +4 -1
- package/lib/families/filecoin/bridge.integration.test.js.map +1 -1
- package/lib/families/kaspa/bridge.integration.test.js +4 -1
- package/lib/families/kaspa/bridge.integration.test.js.map +1 -1
- package/lib/families/mina/bridge.integration.test.js +4 -1
- package/lib/families/mina/bridge.integration.test.js.map +1 -1
- package/lib/families/multiversx/synchronisation.integration.test.js +4 -1
- package/lib/families/multiversx/synchronisation.integration.test.js.map +1 -1
- package/lib/families/ton/bridge.integration.test.js +4 -1
- package/lib/families/ton/bridge.integration.test.js.map +1 -1
- package/lib/wallet-api/react.d.ts +1 -1
- package/lib/wallet-api/react.d.ts.map +1 -1
- package/lib/wallet-api/react.js +1 -1
- package/lib/wallet-api/react.js.map +1 -1
- package/lib-es/deposit/deposit.integration.test.js +37 -1
- package/lib-es/deposit/deposit.integration.test.js.map +1 -1
- package/lib-es/e2e/enum/Account.d.ts +1 -0
- package/lib-es/e2e/enum/Account.d.ts.map +1 -1
- package/lib-es/e2e/enum/Account.js +2 -1
- package/lib-es/e2e/enum/Account.js.map +1 -1
- package/lib-es/e2e/enum/DeviceLabels.d.ts +2 -0
- package/lib-es/e2e/enum/DeviceLabels.d.ts.map +1 -1
- package/lib-es/e2e/enum/DeviceLabels.js +2 -0
- package/lib-es/e2e/enum/DeviceLabels.js.map +1 -1
- package/lib-es/e2e/families/bitcoin.d.ts +1 -0
- package/lib-es/e2e/families/bitcoin.d.ts.map +1 -1
- package/lib-es/e2e/families/bitcoin.js +27 -1
- package/lib-es/e2e/families/bitcoin.js.map +1 -1
- package/lib-es/e2e/speculos.d.ts.map +1 -1
- package/lib-es/e2e/speculos.js +7 -1
- package/lib-es/e2e/speculos.js.map +1 -1
- package/lib-es/families/celo/bridge.integration.test.js +4 -1
- package/lib-es/families/celo/bridge.integration.test.js.map +1 -1
- package/lib-es/families/cosmos/datasets/axelar.integration.test.js +4 -1
- package/lib-es/families/cosmos/datasets/axelar.integration.test.js.map +1 -1
- package/lib-es/families/cosmos/datasets/desmos.integration.test.js +4 -1
- package/lib-es/families/cosmos/datasets/desmos.integration.test.js.map +1 -1
- package/lib-es/families/cosmos/datasets/onomy.integration.test.js +4 -1
- package/lib-es/families/cosmos/datasets/onomy.integration.test.js.map +1 -1
- package/lib-es/families/filecoin/bridge.integration.test.js +4 -1
- package/lib-es/families/filecoin/bridge.integration.test.js.map +1 -1
- package/lib-es/families/kaspa/bridge.integration.test.js +4 -1
- package/lib-es/families/kaspa/bridge.integration.test.js.map +1 -1
- package/lib-es/families/mina/bridge.integration.test.js +4 -1
- package/lib-es/families/mina/bridge.integration.test.js.map +1 -1
- package/lib-es/families/multiversx/synchronisation.integration.test.js +4 -1
- package/lib-es/families/multiversx/synchronisation.integration.test.js.map +1 -1
- package/lib-es/families/ton/bridge.integration.test.js +4 -1
- package/lib-es/families/ton/bridge.integration.test.js.map +1 -1
- package/lib-es/wallet-api/react.d.ts +1 -1
- package/lib-es/wallet-api/react.d.ts.map +1 -1
- package/lib-es/wallet-api/react.js +1 -1
- package/lib-es/wallet-api/react.js.map +1 -1
- package/package.json +5 -5
- package/src/deposit/deposit.integration.test.ts +41 -2
- package/src/e2e/enum/Account.ts +7 -0
- package/src/e2e/enum/DeviceLabels.ts +2 -0
- package/src/e2e/families/bitcoin.ts +33 -1
- package/src/e2e/speculos.ts +7 -1
- package/src/families/celo/bridge.integration.test.ts +4 -1
- package/src/families/cosmos/datasets/__snapshots__/babylon.integration.test.ts.snap +2 -2
- package/src/families/cosmos/datasets/__snapshots__/cosmos.integration.test.ts.snap +299 -4
- package/src/families/cosmos/datasets/__snapshots__/cryptoOrg.integration.test.ts.snap +2 -2
- package/src/families/cosmos/datasets/__snapshots__/injective.integration.test.ts.snap +2 -2
- package/src/families/cosmos/datasets/__snapshots__/mantra.integration.test.ts.snap +2 -2
- package/src/families/cosmos/datasets/__snapshots__/osmosis.integration.test.ts.snap +2 -2
- package/src/families/cosmos/datasets/__snapshots__/persistence.integration.test.ts.snap +4 -4
- package/src/families/cosmos/datasets/__snapshots__/stargaze.integration.test.ts.snap +2 -2
- package/src/families/cosmos/datasets/__snapshots__/xion.integration.test.ts.snap +2 -2
- package/src/families/cosmos/datasets/axelar.integration.test.ts +4 -1
- package/src/families/cosmos/datasets/desmos.integration.test.ts +4 -1
- package/src/families/cosmos/datasets/onomy.integration.test.ts +4 -1
- package/src/families/filecoin/bridge.integration.test.ts +4 -1
- package/src/families/internet_computer/__snapshots__/bridge.integration.test.ts.snap +60 -3
- package/src/families/kaspa/bridge.integration.test.ts +4 -1
- package/src/families/mina/bridge.integration.test.ts +4 -1
- package/src/families/multiversx/synchronisation.integration.test.ts +5 -1
- package/src/families/polkadot/__snapshots__/bridge.integration.test.ts.snap +50 -4
- package/src/families/stacks/__snapshots__/bridge.integration.test.ts.snap +23 -3
- package/src/families/stellar/__snapshots__/bridge.integration.test.ts.snap +1490 -60
- package/src/families/ton/bridge.integration.test.ts +4 -1
- package/src/wallet-api/react.ts +3 -3
- package/src/families/celo/__snapshots__/bridge.integration.test.ts.snap +0 -285
- package/src/families/cosmos/datasets/__snapshots__/axelar.integration.test.ts.snap +0 -45
- package/src/families/cosmos/datasets/__snapshots__/desmos.integration.test.ts.snap +0 -45
- package/src/families/cosmos/datasets/__snapshots__/onomy.integration.test.ts.snap +0 -45
- package/src/families/filecoin/__snapshots__/bridge.integration.test.ts.snap +0 -242
- package/src/families/kaspa/__snapshots__/bridge.integration.test.ts.snap +0 -66
- package/src/families/mina/__snapshots__/bridge.integration.test.ts.snap +0 -169
- package/src/families/ton/__snapshots__/bridge.integration.test.ts.snap +0 -338
@@ -1,338 +0,0 @@
|
|
1
|
-
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
2
|
-
|
3
|
-
exports[`ton currency bridge scanAccounts ton seed 1 1`] = `
|
4
|
-
[
|
5
|
-
{
|
6
|
-
"balance": "916991005",
|
7
|
-
"currencyId": "ton",
|
8
|
-
"derivationMode": "ton",
|
9
|
-
"freshAddress": "UQCOvQLYvTcbi5tL9MaDNzuVl3-J3vATimNm9yO5XPafLfV4",
|
10
|
-
"freshAddressPath": "44'/607'/0'/0'/0'/0'",
|
11
|
-
"id": "js:2:ton:86196cb40cd25e9e696bc808e3f2c074ce0b39f2a2a9d482a68eafef86e4a060:ton",
|
12
|
-
"index": 0,
|
13
|
-
"operationsCount": 9,
|
14
|
-
"pendingOperations": [],
|
15
|
-
"seedIdentifier": "86196cb40cd25e9e696bc808e3f2c074ce0b39f2a2a9d482a68eafef86e4a060",
|
16
|
-
"spendableBalance": "916991005",
|
17
|
-
"subAccounts": [],
|
18
|
-
"swapHistory": [],
|
19
|
-
"syncHash": undefined,
|
20
|
-
"used": true,
|
21
|
-
"xpub": "86196cb40cd25e9e696bc808e3f2c074ce0b39f2a2a9d482a68eafef86e4a060",
|
22
|
-
},
|
23
|
-
{
|
24
|
-
"balance": "35000000000",
|
25
|
-
"id": "js:2:ton:86196cb40cd25e9e696bc808e3f2c074ce0b39f2a2a9d482a68eafef86e4a060:ton+ton%2Fjetton%2Feqavlwfdxgf2lxm67y4yzc17wykd9a0guwpkms1gosm~!underscore!~~!underscore!~not",
|
26
|
-
"operationsCount": 2,
|
27
|
-
"parentId": "js:2:ton:86196cb40cd25e9e696bc808e3f2c074ce0b39f2a2a9d482a68eafef86e4a060:ton",
|
28
|
-
"pendingOperations": [],
|
29
|
-
"spendableBalance": "35000000000",
|
30
|
-
"swapHistory": [],
|
31
|
-
"tokenId": "ton/jetton/eqavlwfdxgf2lxm67y4yzc17wykd9a0guwpkms1gosm__not",
|
32
|
-
"type": "TokenAccountRaw",
|
33
|
-
},
|
34
|
-
{
|
35
|
-
"balance": "0",
|
36
|
-
"currencyId": "ton",
|
37
|
-
"derivationMode": "ton",
|
38
|
-
"freshAddress": "UQAui6M4jOYOezUGfmeONA22Ars9yjd34YIGdAR1Pcpp4sgR",
|
39
|
-
"freshAddressPath": "44'/607'/0'/0'/1'/0'",
|
40
|
-
"id": "js:2:ton:b5177c2b32f9d72fa8c673cc3d61acec6a9f68eb5e4945445fdbb48a45eb4887:ton",
|
41
|
-
"index": 1,
|
42
|
-
"operationsCount": 0,
|
43
|
-
"pendingOperations": [],
|
44
|
-
"seedIdentifier": "86196cb40cd25e9e696bc808e3f2c074ce0b39f2a2a9d482a68eafef86e4a060",
|
45
|
-
"spendableBalance": "0",
|
46
|
-
"subAccounts": [],
|
47
|
-
"swapHistory": [],
|
48
|
-
"syncHash": undefined,
|
49
|
-
"used": false,
|
50
|
-
"xpub": "b5177c2b32f9d72fa8c673cc3d61acec6a9f68eb5e4945445fdbb48a45eb4887",
|
51
|
-
},
|
52
|
-
]
|
53
|
-
`;
|
54
|
-
|
55
|
-
exports[`ton currency bridge scanAccounts ton seed 1 2`] = `
|
56
|
-
[
|
57
|
-
[
|
58
|
-
{
|
59
|
-
"accountId": "js:2:ton:86196cb40cd25e9e696bc808e3f2c074ce0b39f2a2a9d482a68eafef86e4a060:ton",
|
60
|
-
"blockHash": null,
|
61
|
-
"blockHeight": 40170315,
|
62
|
-
"extra": {
|
63
|
-
"comment": {
|
64
|
-
"isEncrypted": false,
|
65
|
-
"text": "",
|
66
|
-
},
|
67
|
-
"explorerHash": "xPDVakqj5a0mcix8dsTNyr4oKD0HWhk0nglfOULUFmQ=",
|
68
|
-
"lt": "48954541000001",
|
69
|
-
},
|
70
|
-
"fee": "2600565",
|
71
|
-
"hasFailed": false,
|
72
|
-
"hash": "8XFt8ApfGhsr/1B6YxFZLpVmWsTttIR4rvtkBusmQvQ=",
|
73
|
-
"id": "js:2:ton:86196cb40cd25e9e696bc808e3f2c074ce0b39f2a2a9d482a68eafef86e4a060:ton-0J2ClZ4ywxSMQRevw1X0edMaUB874he0oVVmTsN4I7Y=-OUT",
|
74
|
-
"recipients": [
|
75
|
-
"EQDoD37lf61T2vSL1LpF9ws3SCbcvT53_5nuVd7dGHIdxgH6",
|
76
|
-
],
|
77
|
-
"senders": [
|
78
|
-
"UQCOvQLYvTcbi5tL9MaDNzuVl3-J3vATimNm9yO5XPafLfV4",
|
79
|
-
],
|
80
|
-
"type": "OUT",
|
81
|
-
"value": "100000000",
|
82
|
-
},
|
83
|
-
{
|
84
|
-
"accountId": "js:2:ton:86196cb40cd25e9e696bc808e3f2c074ce0b39f2a2a9d482a68eafef86e4a060:ton",
|
85
|
-
"blockHash": null,
|
86
|
-
"blockHeight": 37795019,
|
87
|
-
"extra": {
|
88
|
-
"comment": {
|
89
|
-
"isEncrypted": false,
|
90
|
-
"text": "",
|
91
|
-
},
|
92
|
-
"explorerHash": "bUaQn1mpH065e6GMtJAIGJ5YZiJ4g66oHKctDSmwqH4=",
|
93
|
-
"lt": "46398660000001",
|
94
|
-
},
|
95
|
-
"fee": "5547465",
|
96
|
-
"hasFailed": false,
|
97
|
-
"hash": "7ZIKj4q+KCfZ04dD7m7wI3Q/nVG6VoFujq61UtMQE3E=",
|
98
|
-
"id": "js:2:ton:86196cb40cd25e9e696bc808e3f2c074ce0b39f2a2a9d482a68eafef86e4a060:ton-1KI+JhVbOM2sgDpvUILr6sEmQ6+Iz4twNIOG7lR2eg4=-OUT",
|
99
|
-
"recipients": [
|
100
|
-
"EQAG2WGLWM7dnTdopd2wQlbhsbJck3bOr1xtwzqZ6ldQwgSS",
|
101
|
-
],
|
102
|
-
"senders": [
|
103
|
-
"UQCOvQLYvTcbi5tL9MaDNzuVl3-J3vATimNm9yO5XPafLfV4",
|
104
|
-
],
|
105
|
-
"type": "OUT",
|
106
|
-
"value": "50000000",
|
107
|
-
},
|
108
|
-
{
|
109
|
-
"accountId": "js:2:ton:86196cb40cd25e9e696bc808e3f2c074ce0b39f2a2a9d482a68eafef86e4a060:ton",
|
110
|
-
"blockHash": null,
|
111
|
-
"blockHeight": 37795026,
|
112
|
-
"extra": {
|
113
|
-
"comment": {
|
114
|
-
"isEncrypted": false,
|
115
|
-
"text": "",
|
116
|
-
},
|
117
|
-
"explorerHash": "zlj5W9f4F4rHDFHzdC3gSa+nKcgobho4MV8JzZWkzoE=",
|
118
|
-
"lt": "46398669000001",
|
119
|
-
},
|
120
|
-
"fee": "396411",
|
121
|
-
"hasFailed": false,
|
122
|
-
"hash": "4dDNdHb5JwpES6VYZS6ZyKSDnNNk0i37CLF6sYqD7oc=",
|
123
|
-
"id": "js:2:ton:86196cb40cd25e9e696bc808e3f2c074ce0b39f2a2a9d482a68eafef86e4a060:ton-4dDNdHb5JwpES6VYZS6ZyKSDnNNk0i37CLF6sYqD7oc=-IN",
|
124
|
-
"recipients": [
|
125
|
-
"UQCOvQLYvTcbi5tL9MaDNzuVl3-J3vATimNm9yO5XPafLfV4",
|
126
|
-
],
|
127
|
-
"senders": [
|
128
|
-
"EQAnDEE6JghjaRCaY5qWTeV2AalOgyU9ohZ37pmUl-t0toX7",
|
129
|
-
],
|
130
|
-
"type": "IN",
|
131
|
-
"value": "21509565",
|
132
|
-
},
|
133
|
-
{
|
134
|
-
"accountId": "js:2:ton:86196cb40cd25e9e696bc808e3f2c074ce0b39f2a2a9d482a68eafef86e4a060:ton",
|
135
|
-
"blockHash": null,
|
136
|
-
"blockHeight": 40170280,
|
137
|
-
"extra": {
|
138
|
-
"comment": {
|
139
|
-
"isEncrypted": false,
|
140
|
-
"text": "",
|
141
|
-
},
|
142
|
-
"explorerHash": "l1j2L+JrLu9MCpAJorHUbp8UtA9aMyQKrQ4zLKO7o8A=",
|
143
|
-
"lt": "48954505000001",
|
144
|
-
},
|
145
|
-
"fee": "2617007",
|
146
|
-
"hasFailed": false,
|
147
|
-
"hash": "a5ldjLyYtquGurSNnSF9Zmp3dEN4vnlermBnmvCxgd4=",
|
148
|
-
"id": "js:2:ton:86196cb40cd25e9e696bc808e3f2c074ce0b39f2a2a9d482a68eafef86e4a060:ton-a5ldjLyYtquGurSNnSF9Zmp3dEN4vnlermBnmvCxgd4=-IN",
|
149
|
-
"recipients": [
|
150
|
-
"UQCOvQLYvTcbi5tL9MaDNzuVl3-J3vATimNm9yO5XPafLfV4",
|
151
|
-
],
|
152
|
-
"senders": [
|
153
|
-
"EQDoD37lf61T2vSL1LpF9ws3SCbcvT53_5nuVd7dGHIdxgH6",
|
154
|
-
],
|
155
|
-
"type": "IN",
|
156
|
-
"value": "1",
|
157
|
-
},
|
158
|
-
{
|
159
|
-
"accountId": "js:2:ton:86196cb40cd25e9e696bc808e3f2c074ce0b39f2a2a9d482a68eafef86e4a060:ton",
|
160
|
-
"blockHash": null,
|
161
|
-
"blockHeight": 37795081,
|
162
|
-
"extra": {
|
163
|
-
"comment": {
|
164
|
-
"isEncrypted": false,
|
165
|
-
"text": "",
|
166
|
-
},
|
167
|
-
"explorerHash": "NqRiKhgFkHGL4z75j1M70KryRr/M5JosW2Zw2pxrciU=",
|
168
|
-
"lt": "46398735000001",
|
169
|
-
},
|
170
|
-
"fee": "2474733",
|
171
|
-
"hasFailed": false,
|
172
|
-
"hash": "URAvSSvE38mTydf61TAZSVO8b2F5RRwgL61gjX77YT4=",
|
173
|
-
"id": "js:2:ton:86196cb40cd25e9e696bc808e3f2c074ce0b39f2a2a9d482a68eafef86e4a060:ton-cva3yUb4cC+AfML9eidygO1PeYVYqLYpcprXEiw3Nj0=-OUT",
|
174
|
-
"recipients": [
|
175
|
-
"EQAG2WGLWM7dnTdopd2wQlbhsbJck3bOr1xtwzqZ6ldQwgSS",
|
176
|
-
],
|
177
|
-
"senders": [
|
178
|
-
"UQCOvQLYvTcbi5tL9MaDNzuVl3-J3vATimNm9yO5XPafLfV4",
|
179
|
-
],
|
180
|
-
"type": "OUT",
|
181
|
-
"value": "50000000",
|
182
|
-
},
|
183
|
-
{
|
184
|
-
"accountId": "js:2:ton:86196cb40cd25e9e696bc808e3f2c074ce0b39f2a2a9d482a68eafef86e4a060:ton",
|
185
|
-
"blockHash": null,
|
186
|
-
"blockHeight": 37795087,
|
187
|
-
"extra": {
|
188
|
-
"comment": {
|
189
|
-
"isEncrypted": false,
|
190
|
-
"text": "",
|
191
|
-
},
|
192
|
-
"explorerHash": "3QMpehQMIEz1L9i2RR8NlQ8MEhtIW8OlN9DBmm5PtyM=",
|
193
|
-
"lt": "46398745000001",
|
194
|
-
},
|
195
|
-
"fee": "396410",
|
196
|
-
"hasFailed": false,
|
197
|
-
"hash": "ExoMI/oYFVbPvh+Q52cf2Pyq0aL4jSpuwen8nmOvGBo=",
|
198
|
-
"id": "js:2:ton:86196cb40cd25e9e696bc808e3f2c074ce0b39f2a2a9d482a68eafef86e4a060:ton-ExoMI/oYFVbPvh+Q52cf2Pyq0aL4jSpuwen8nmOvGBo=-IN",
|
199
|
-
"recipients": [
|
200
|
-
"UQCOvQLYvTcbi5tL9MaDNzuVl3-J3vATimNm9yO5XPafLfV4",
|
201
|
-
],
|
202
|
-
"senders": [
|
203
|
-
"EQAnDEE6JghjaRCaY5qWTeV2AalOgyU9ohZ37pmUl-t0toX7",
|
204
|
-
],
|
205
|
-
"type": "IN",
|
206
|
-
"value": "21509565",
|
207
|
-
},
|
208
|
-
{
|
209
|
-
"accountId": "js:2:ton:86196cb40cd25e9e696bc808e3f2c074ce0b39f2a2a9d482a68eafef86e4a060:ton",
|
210
|
-
"blockHash": null,
|
211
|
-
"blockHeight": 37794992,
|
212
|
-
"extra": {
|
213
|
-
"comment": {
|
214
|
-
"isEncrypted": false,
|
215
|
-
"text": "",
|
216
|
-
},
|
217
|
-
"explorerHash": "XxJMiFGk4BHIwNWy1w4ZdenPc0Bh2No+tpUEIi6sycs=",
|
218
|
-
"lt": "46398628000001",
|
219
|
-
},
|
220
|
-
"fee": "84142",
|
221
|
-
"hasFailed": false,
|
222
|
-
"hash": "f73qoft8iF7ANKH32Mq0cRGO9STLYlhuOFVXPQE1jI0=",
|
223
|
-
"id": "js:2:ton:86196cb40cd25e9e696bc808e3f2c074ce0b39f2a2a9d482a68eafef86e4a060:ton-f73qoft8iF7ANKH32Mq0cRGO9STLYlhuOFVXPQE1jI0=-IN",
|
224
|
-
"recipients": [
|
225
|
-
"UQCOvQLYvTcbi5tL9MaDNzuVl3-J3vATimNm9yO5XPafLfV4",
|
226
|
-
],
|
227
|
-
"senders": [
|
228
|
-
"EQAG2WGLWM7dnTdopd2wQlbhsbJck3bOr1xtwzqZ6ldQwgSS",
|
229
|
-
],
|
230
|
-
"type": "IN",
|
231
|
-
"value": "1",
|
232
|
-
},
|
233
|
-
{
|
234
|
-
"accountId": "js:2:ton:86196cb40cd25e9e696bc808e3f2c074ce0b39f2a2a9d482a68eafef86e4a060:ton",
|
235
|
-
"blockHash": null,
|
236
|
-
"blockHeight": 40170325,
|
237
|
-
"extra": {
|
238
|
-
"comment": {
|
239
|
-
"isEncrypted": false,
|
240
|
-
"text": "",
|
241
|
-
},
|
242
|
-
"explorerHash": "t9vXEYLHjR3b40v4hPJQJCZRJDXhdhWiWuhzeKIIY9Y=",
|
243
|
-
"lt": "48954552000001",
|
244
|
-
},
|
245
|
-
"fee": "396410",
|
246
|
-
"hasFailed": false,
|
247
|
-
"hash": "OJbEyEj9+B9yyqkALjMDPHMj2TActki/I5nXxyb0DW4=",
|
248
|
-
"id": "js:2:ton:86196cb40cd25e9e696bc808e3f2c074ce0b39f2a2a9d482a68eafef86e4a060:ton-OJbEyEj9+B9yyqkALjMDPHMj2TActki/I5nXxyb0DW4=-IN",
|
249
|
-
"recipients": [
|
250
|
-
"UQCOvQLYvTcbi5tL9MaDNzuVl3-J3vATimNm9yO5XPafLfV4",
|
251
|
-
],
|
252
|
-
"senders": [
|
253
|
-
"EQCGL01uOV1AxfE_-pXqID2wT_dVrZcdGxsUy6GXULR73o_X",
|
254
|
-
],
|
255
|
-
"type": "IN",
|
256
|
-
"value": "89965561",
|
257
|
-
},
|
258
|
-
{
|
259
|
-
"accountId": "js:2:ton:86196cb40cd25e9e696bc808e3f2c074ce0b39f2a2a9d482a68eafef86e4a060:ton",
|
260
|
-
"blockHash": null,
|
261
|
-
"blockHeight": 35650189,
|
262
|
-
"extra": {
|
263
|
-
"comment": {
|
264
|
-
"isEncrypted": false,
|
265
|
-
"text": "",
|
266
|
-
},
|
267
|
-
"explorerHash": "mzCqNBjsEDmpgq5VMfNfNqnslW64f/B1seatUCej9TY=",
|
268
|
-
"lt": "44161792000003",
|
269
|
-
},
|
270
|
-
"fee": "0",
|
271
|
-
"hasFailed": false,
|
272
|
-
"hash": "V0y/lJDCYzAgmzNVA+dapRQemNP+AJpVhCxBhs7eNfQ=",
|
273
|
-
"id": "js:2:ton:86196cb40cd25e9e696bc808e3f2c074ce0b39f2a2a9d482a68eafef86e4a060:ton-V0y/lJDCYzAgmzNVA+dapRQemNP+AJpVhCxBhs7eNfQ=-IN",
|
274
|
-
"recipients": [
|
275
|
-
"UQCOvQLYvTcbi5tL9MaDNzuVl3-J3vATimNm9yO5XPafLfV4",
|
276
|
-
],
|
277
|
-
"senders": [
|
278
|
-
"UQDzd8aeBOU-jqYw_ZSuZjceI5p-F4b7HMprAsUJAtRPbMol",
|
279
|
-
],
|
280
|
-
"type": "IN",
|
281
|
-
"value": "1000000000",
|
282
|
-
},
|
283
|
-
],
|
284
|
-
[
|
285
|
-
{
|
286
|
-
"accountId": "js:2:ton:86196cb40cd25e9e696bc808e3f2c074ce0b39f2a2a9d482a68eafef86e4a060:ton+ton%2Fjetton%2Feqavlwfdxgf2lxm67y4yzc17wykd9a0guwpkms1gosm~!underscore!~~!underscore!~not",
|
287
|
-
"blockHash": null,
|
288
|
-
"blockHeight": 1,
|
289
|
-
"extra": {
|
290
|
-
"comment": {
|
291
|
-
"isEncrypted": false,
|
292
|
-
"text": "Sending NOT",
|
293
|
-
},
|
294
|
-
"explorerHash": "I3buHLzERZd6whX8lFxllLqTzMWC3WMgFJHrWHffKfI=",
|
295
|
-
"lt": "48954545000001",
|
296
|
-
},
|
297
|
-
"fee": "0",
|
298
|
-
"hasFailed": false,
|
299
|
-
"hash": "I3buHLzERZd6whX8lFxllLqTzMWC3WMgFJHrWHffKfI=",
|
300
|
-
"id": "js:2:ton:86196cb40cd25e9e696bc808e3f2c074ce0b39f2a2a9d482a68eafef86e4a060:ton+ton%2Fjetton%2Feqavlwfdxgf2lxm67y4yzc17wykd9a0guwpkms1gosm~!underscore!~~!underscore!~not-I3buHLzERZd6whX8lFxllLqTzMWC3WMgFJHrWHffKfI=-OUT",
|
301
|
-
"recipients": [
|
302
|
-
"EQB0Y6BtnRS9rIJXpsTHFzhEF83Xa4e5yBDOrPEOah66rJs_",
|
303
|
-
],
|
304
|
-
"senders": [
|
305
|
-
"UQCOvQLYvTcbi5tL9MaDNzuVl3-J3vATimNm9yO5XPafLfV4",
|
306
|
-
],
|
307
|
-
"type": "OUT",
|
308
|
-
"value": "5000000000",
|
309
|
-
},
|
310
|
-
{
|
311
|
-
"accountId": "js:2:ton:86196cb40cd25e9e696bc808e3f2c074ce0b39f2a2a9d482a68eafef86e4a060:ton+ton%2Fjetton%2Feqavlwfdxgf2lxm67y4yzc17wykd9a0guwpkms1gosm~!underscore!~~!underscore!~not",
|
312
|
-
"blockHash": null,
|
313
|
-
"blockHeight": 1,
|
314
|
-
"extra": {
|
315
|
-
"comment": {
|
316
|
-
"isEncrypted": false,
|
317
|
-
"text": "",
|
318
|
-
},
|
319
|
-
"explorerHash": "XgQwQjYWAOd2o+4chBrfLnjlAf4wVjnnTPcDrmBKAaM=",
|
320
|
-
"lt": "48954497000001",
|
321
|
-
},
|
322
|
-
"fee": "0",
|
323
|
-
"hasFailed": false,
|
324
|
-
"hash": "XgQwQjYWAOd2o+4chBrfLnjlAf4wVjnnTPcDrmBKAaM=",
|
325
|
-
"id": "js:2:ton:86196cb40cd25e9e696bc808e3f2c074ce0b39f2a2a9d482a68eafef86e4a060:ton+ton%2Fjetton%2Feqavlwfdxgf2lxm67y4yzc17wykd9a0guwpkms1gosm~!underscore!~~!underscore!~not-XgQwQjYWAOd2o+4chBrfLnjlAf4wVjnnTPcDrmBKAaM=-IN",
|
326
|
-
"recipients": [
|
327
|
-
"UQCOvQLYvTcbi5tL9MaDNzuVl3-J3vATimNm9yO5XPafLfV4",
|
328
|
-
],
|
329
|
-
"senders": [
|
330
|
-
"EQB0Y6BtnRS9rIJXpsTHFzhEF83Xa4e5yBDOrPEOah66rJs_",
|
331
|
-
],
|
332
|
-
"type": "IN",
|
333
|
-
"value": "40000000000",
|
334
|
-
},
|
335
|
-
],
|
336
|
-
[],
|
337
|
-
]
|
338
|
-
`;
|