@ledgerhq/live-common 34.53.0-nightly.20251120023735 → 34.53.0-nightly.20251120135143

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.
Files changed (218) hide show
  1. package/lib/__tests__/test-helpers/setup.integration.d.ts +2 -0
  2. package/lib/__tests__/test-helpers/setup.integration.d.ts.map +1 -0
  3. package/lib/__tests__/test-helpers/{setup.js → setup.integration.js} +4 -8
  4. package/lib/__tests__/test-helpers/setup.integration.js.map +1 -0
  5. package/lib/account/helpers.js +17 -17
  6. package/lib/account/helpers.js.map +1 -1
  7. package/lib/bridge/impl.d.ts +0 -2
  8. package/lib/bridge/impl.d.ts.map +1 -1
  9. package/lib/bridge/impl.js +4 -8
  10. package/lib/bridge/impl.js.map +1 -1
  11. package/lib/currencies/index.d.ts +1 -1
  12. package/lib/currencies/index.d.ts.map +1 -1
  13. package/lib/currencies/index.js +1 -4
  14. package/lib/currencies/index.js.map +1 -1
  15. package/lib/e2e/index.d.ts +3 -0
  16. package/lib/e2e/index.d.ts.map +1 -1
  17. package/lib/exchange/swap/getCompleteSwapHistory.js +2 -2
  18. package/lib/exchange/swap/getCompleteSwapHistory.js.map +1 -1
  19. package/lib/exchange/swap/hooks/useSelectableCurrencies.js +2 -2
  20. package/lib/exchange/swap/hooks/useSelectableCurrencies.js.map +1 -1
  21. package/lib/families/cosmos/datasets/dydx.integration.FIXME.d.ts +1 -1
  22. package/lib/families/cosmos/datasets/dydx.integration.FIXME.d.ts.map +1 -1
  23. package/lib/families/cosmos/datasets/dydx.integration.FIXME.js +1 -1
  24. package/lib/families/cosmos/datasets/dydx.integration.FIXME.js.map +1 -1
  25. package/lib/families/cosmos/datasets/secretNetwork.integration.FIXME.d.ts +1 -1
  26. package/lib/families/cosmos/datasets/secretNetwork.integration.FIXME.d.ts.map +1 -1
  27. package/lib/families/cosmos/datasets/secretNetwork.integration.FIXME.js +1 -1
  28. package/lib/families/cosmos/datasets/secretNetwork.integration.FIXME.js.map +1 -1
  29. package/lib/families/evm/setup.d.ts.map +1 -1
  30. package/lib/families/evm/setup.js +1 -11
  31. package/lib/families/evm/setup.js.map +1 -1
  32. package/lib/families/solana/setup.d.ts +8 -0
  33. package/lib/families/solana/setup.d.ts.map +1 -1
  34. package/lib/families/solana/setup.js +29 -16
  35. package/lib/families/solana/setup.js.map +1 -1
  36. package/lib/families/tron/data.mock.d.ts.map +1 -1
  37. package/lib/families/tron/data.mock.js +3 -6
  38. package/lib/families/tron/data.mock.js.map +1 -1
  39. package/lib/featureFlags/defaultFeatures.d.ts.map +1 -1
  40. package/lib/featureFlags/defaultFeatures.js +1 -0
  41. package/lib/featureFlags/defaultFeatures.js.map +1 -1
  42. package/lib/featureFlags/useFeature.d.ts +1 -1
  43. package/lib/featureFlags/useFeature.d.ts.map +1 -1
  44. package/lib/test-helpers/cryptoAssetsStore.d.ts +2 -0
  45. package/lib/test-helpers/cryptoAssetsStore.d.ts.map +1 -0
  46. package/lib/test-helpers/cryptoAssetsStore.js +8 -0
  47. package/lib/test-helpers/cryptoAssetsStore.js.map +1 -0
  48. package/lib/wallet-api/ACRE/server.js +5 -5
  49. package/lib/wallet-api/ACRE/server.js.map +1 -1
  50. package/lib/wallet-api/Exchange/server.js +4 -4
  51. package/lib/wallet-api/Exchange/server.js.map +1 -1
  52. package/lib/wallet-api/logic.js +8 -8
  53. package/lib/wallet-api/logic.js.map +1 -1
  54. package/lib/wallet-api/react.js +2 -2
  55. package/lib/wallet-api/react.js.map +1 -1
  56. package/lib/wallet-api/useDappLogic.js +2 -2
  57. package/lib/wallet-api/useDappLogic.js.map +1 -1
  58. package/lib-es/__tests__/test-helpers/setup.integration.d.ts +2 -0
  59. package/lib-es/__tests__/test-helpers/setup.integration.d.ts.map +1 -0
  60. package/lib-es/__tests__/test-helpers/setup.integration.js +14 -0
  61. package/lib-es/__tests__/test-helpers/setup.integration.js.map +1 -0
  62. package/lib-es/account/helpers.js +1 -1
  63. package/lib-es/account/helpers.js.map +1 -1
  64. package/lib-es/bridge/impl.d.ts +0 -2
  65. package/lib-es/bridge/impl.d.ts.map +1 -1
  66. package/lib-es/bridge/impl.js +3 -6
  67. package/lib-es/bridge/impl.js.map +1 -1
  68. package/lib-es/currencies/index.d.ts +1 -1
  69. package/lib-es/currencies/index.d.ts.map +1 -1
  70. package/lib-es/currencies/index.js +1 -1
  71. package/lib-es/currencies/index.js.map +1 -1
  72. package/lib-es/e2e/index.d.ts +3 -0
  73. package/lib-es/e2e/index.d.ts.map +1 -1
  74. package/lib-es/exchange/swap/getCompleteSwapHistory.js +1 -1
  75. package/lib-es/exchange/swap/getCompleteSwapHistory.js.map +1 -1
  76. package/lib-es/exchange/swap/hooks/useSelectableCurrencies.js +1 -1
  77. package/lib-es/exchange/swap/hooks/useSelectableCurrencies.js.map +1 -1
  78. package/lib-es/families/cosmos/datasets/dydx.integration.FIXME.d.ts +1 -1
  79. package/lib-es/families/cosmos/datasets/dydx.integration.FIXME.d.ts.map +1 -1
  80. package/lib-es/families/cosmos/datasets/dydx.integration.FIXME.js +1 -1
  81. package/lib-es/families/cosmos/datasets/dydx.integration.FIXME.js.map +1 -1
  82. package/lib-es/families/cosmos/datasets/secretNetwork.integration.FIXME.d.ts +1 -1
  83. package/lib-es/families/cosmos/datasets/secretNetwork.integration.FIXME.d.ts.map +1 -1
  84. package/lib-es/families/cosmos/datasets/secretNetwork.integration.FIXME.js +1 -1
  85. package/lib-es/families/cosmos/datasets/secretNetwork.integration.FIXME.js.map +1 -1
  86. package/lib-es/families/evm/setup.d.ts.map +1 -1
  87. package/lib-es/families/evm/setup.js +1 -11
  88. package/lib-es/families/evm/setup.js.map +1 -1
  89. package/lib-es/families/solana/setup.d.ts +8 -0
  90. package/lib-es/families/solana/setup.d.ts.map +1 -1
  91. package/lib-es/families/solana/setup.js +28 -17
  92. package/lib-es/families/solana/setup.js.map +1 -1
  93. package/lib-es/families/tron/data.mock.d.ts.map +1 -1
  94. package/lib-es/families/tron/data.mock.js +3 -6
  95. package/lib-es/families/tron/data.mock.js.map +1 -1
  96. package/lib-es/featureFlags/defaultFeatures.d.ts.map +1 -1
  97. package/lib-es/featureFlags/defaultFeatures.js +1 -0
  98. package/lib-es/featureFlags/defaultFeatures.js.map +1 -1
  99. package/lib-es/featureFlags/useFeature.d.ts +1 -1
  100. package/lib-es/featureFlags/useFeature.d.ts.map +1 -1
  101. package/lib-es/test-helpers/cryptoAssetsStore.d.ts +2 -0
  102. package/lib-es/test-helpers/cryptoAssetsStore.d.ts.map +1 -0
  103. package/lib-es/test-helpers/cryptoAssetsStore.js +2 -0
  104. package/lib-es/test-helpers/cryptoAssetsStore.js.map +1 -0
  105. package/lib-es/wallet-api/ACRE/server.js +1 -1
  106. package/lib-es/wallet-api/ACRE/server.js.map +1 -1
  107. package/lib-es/wallet-api/Exchange/server.js +1 -1
  108. package/lib-es/wallet-api/Exchange/server.js.map +1 -1
  109. package/lib-es/wallet-api/logic.js +1 -1
  110. package/lib-es/wallet-api/logic.js.map +1 -1
  111. package/lib-es/wallet-api/react.js +1 -1
  112. package/lib-es/wallet-api/react.js.map +1 -1
  113. package/lib-es/wallet-api/useDappLogic.js +1 -1
  114. package/lib-es/wallet-api/useDappLogic.js.map +1 -1
  115. package/package.json +66 -53
  116. package/src/DataModel.test.ts +2 -8
  117. package/src/__tests__/__snapshots__/csvExport.ts.snap +0 -718
  118. package/src/__tests__/accounts/groupPerDay.ts +2 -4
  119. package/src/__tests__/csvExport.ts +3 -3
  120. package/src/__tests__/currencies.ts +0 -38
  121. package/src/__tests__/test-helpers/setup.integration.ts +17 -0
  122. package/src/__tests__/test-helpers/setup.ts +3 -8
  123. package/src/account/helpers.test.ts +2 -2
  124. package/src/account/helpers.ts +1 -1
  125. package/src/account/serialization.test.ts +2 -2
  126. package/src/bridge/crypto-assets/index.test.ts +15 -44
  127. package/src/bridge/impl.ts +3 -7
  128. package/src/currencies/cryptoIcons.test.ts +23 -4
  129. package/src/currencies/helpers.test.ts +13 -0
  130. package/src/currencies/index.ts +0 -3
  131. package/src/currencies/sortByMarketcap.test.ts +0 -26
  132. package/src/domain/getTokensWithFunds.test.ts +32 -3
  133. package/src/exchange/swap/getCompleteSwapHistory.ts +1 -1
  134. package/src/exchange/swap/hooks/useSelectableCurrencies.test.ts +4 -0
  135. package/src/exchange/swap/hooks/useSelectableCurrencies.ts +1 -1
  136. package/src/families/algorand/__snapshots__/bridge.integration.test.ts.snap +11 -11
  137. package/src/families/algorand/bridge.integration.test.ts +1 -1
  138. package/src/families/aptos/__snapshots__/bridge.integration.test.ts.snap +111 -1
  139. package/src/families/aptos/bridge.integration.test.ts +1 -1
  140. package/src/families/bitcoin/bridge.integration.test.ts +1 -1
  141. package/src/families/bitcoin/satstack.test.ts +5 -8
  142. package/src/families/cardano/__snapshots__/bridge.integration.test.ts.snap +2 -2
  143. package/src/families/cardano/bridge.integration.test.ts +1 -1
  144. package/src/families/casper/bridge.integration.test.ts +1 -1
  145. package/src/families/celo/bridge.integration.test.ts +1 -1
  146. package/src/families/cosmos/datasets/__snapshots__/cosmos.integration.test.ts.snap +1 -1
  147. package/src/families/cosmos/datasets/axelar.integration.test.ts +1 -1
  148. package/src/families/cosmos/datasets/babylon.integration.test.ts +1 -1
  149. package/src/families/cosmos/datasets/coreum.integration.test.ts +1 -1
  150. package/src/families/cosmos/datasets/cosmos.integration.test.ts +1 -1
  151. package/src/families/cosmos/datasets/cryptoOrg.integration.test.ts +1 -1
  152. package/src/families/cosmos/datasets/desmos.integration.test.ts +1 -1
  153. package/src/families/cosmos/datasets/dydx.integration.FIXME.ts +1 -1
  154. package/src/families/cosmos/datasets/injective.integration.test.ts +1 -1
  155. package/src/families/cosmos/datasets/mantra.integration.test.ts +1 -1
  156. package/src/families/cosmos/datasets/onomy.integration.test.ts +1 -1
  157. package/src/families/cosmos/datasets/osmosis.integration.test.ts +1 -1
  158. package/src/families/cosmos/datasets/persistence.integration.test.ts +1 -1
  159. package/src/families/cosmos/datasets/quicksilver.integration.test.ts +1 -1
  160. package/src/families/cosmos/datasets/secretNetwork.integration.FIXME.ts +1 -1
  161. package/src/families/cosmos/datasets/seiNetwork.integration.test.ts +1 -1
  162. package/src/families/cosmos/datasets/stargaze.integration.test.ts +1 -1
  163. package/src/families/cosmos/datasets/umee.integration.test.ts +1 -1
  164. package/src/families/cosmos/datasets/xion.integration.test.ts +1 -1
  165. package/src/families/cosmos/datasets/zenrock.integration.test.ts +1 -1
  166. package/src/families/evm/bridge.integration.test.ts +1 -1
  167. package/src/families/evm/setup.ts +0 -12
  168. package/src/families/filecoin/bridge.integration.test.ts +1 -1
  169. package/src/families/hedera/__snapshots__/bridge.integration.test.ts.snap +191 -596
  170. package/src/families/hedera/bridge.integration.test.ts +1 -1
  171. package/src/families/icon/bridge.integration.test.ts +1 -1
  172. package/src/families/internet_computer/bridge.integration.test.ts +1 -1
  173. package/src/families/kaspa/bridge.integration.test.ts +1 -1
  174. package/src/families/mina/bridge.integration.test.ts +1 -1
  175. package/src/families/multiversx/bridge.integration.test.ts +1 -1
  176. package/src/families/multiversx/synchronisation.integration.test.ts +1 -1
  177. package/src/families/near/bridge.integration.test.ts +1 -1
  178. package/src/families/polkadot/bridge.integration.test.ts +1 -1
  179. package/src/families/solana/__snapshots__/bridge.integration.test.ts.snap +14 -44
  180. package/src/families/solana/bridge.integration.test.ts +1 -1
  181. package/src/families/solana/setup.ts +37 -24
  182. package/src/families/stacks/__tests__/sync.integration.test.ts +1 -1
  183. package/src/families/stacks/bridge.integration.test.ts +1 -1
  184. package/src/families/stellar/__snapshots__/bridge.integration.test.ts.snap +3 -3
  185. package/src/families/stellar/bridge.integration.test.ts +1 -1
  186. package/src/families/sui/bridge.integration.test.ts +1 -1
  187. package/src/families/tezos/bridge.integration.test.ts +1 -1
  188. package/src/families/ton/bridge.integration.test.ts +1 -1
  189. package/src/families/tron/bridge.integration.test.ts +1 -1
  190. package/src/families/tron/data.mock.ts +4 -8
  191. package/src/families/vechain/bridge.integration.test.ts +1 -1
  192. package/src/families/xrp/bridge.integration.test.ts +1 -1
  193. package/src/featureFlags/defaultFeatures.ts +1 -0
  194. package/src/test-helpers/cryptoAssetsStore.ts +5 -0
  195. package/src/utils/__tests__/getAccountTuplesForCurrency.test.ts +3 -3
  196. package/src/wallet-api/ACRE/server.test.ts +3 -4
  197. package/src/wallet-api/ACRE/server.ts +1 -1
  198. package/src/wallet-api/Exchange/server.ts +1 -1
  199. package/src/wallet-api/logic.test.ts +3 -3
  200. package/src/wallet-api/logic.ts +1 -1
  201. package/src/wallet-api/react.ts +1 -1
  202. package/src/wallet-api/useDappLogic.ts +1 -1
  203. package/lib/__tests__/test-helpers/setup.d.ts +0 -2
  204. package/lib/__tests__/test-helpers/setup.d.ts.map +0 -1
  205. package/lib/__tests__/test-helpers/setup.js.map +0 -1
  206. package/lib/bridge/crypto-assets/index.d.ts +0 -4
  207. package/lib/bridge/crypto-assets/index.d.ts.map +0 -1
  208. package/lib/bridge/crypto-assets/index.js +0 -22
  209. package/lib/bridge/crypto-assets/index.js.map +0 -1
  210. package/lib-es/__tests__/test-helpers/setup.d.ts +0 -2
  211. package/lib-es/__tests__/test-helpers/setup.d.ts.map +0 -1
  212. package/lib-es/__tests__/test-helpers/setup.js +0 -18
  213. package/lib-es/__tests__/test-helpers/setup.js.map +0 -1
  214. package/lib-es/bridge/crypto-assets/index.d.ts +0 -4
  215. package/lib-es/bridge/crypto-assets/index.d.ts.map +0 -1
  216. package/lib-es/bridge/crypto-assets/index.js +0 -17
  217. package/lib-es/bridge/crypto-assets/index.js.map +0 -1
  218. package/src/bridge/crypto-assets/index.ts +0 -23
@@ -20,42 +20,9 @@ exports[`hedera currency bridge scanAccounts hedera seed 1 1`] = `
20
20
  "spendableBalance": "31516347222",
21
21
  "subAccounts": [],
22
22
  "swapHistory": [],
23
- "syncHash": "0x5b698873",
23
+ "syncHash": "0xda095fbe",
24
24
  "used": true,
25
25
  },
26
- {
27
- "balance": "20000000",
28
- "id": "js:2:hedera:0.0.1040977:hederaBip44+hedera%2Fhts%2Ftune~!underscore!~fm~!underscore!~0.0.127877",
29
- "operationsCount": 2,
30
- "parentId": "js:2:hedera:0.0.1040977:hederaBip44",
31
- "pendingOperations": [],
32
- "spendableBalance": "20000000",
33
- "swapHistory": [],
34
- "tokenId": "hedera/hts/tune_fm_0.0.127877",
35
- "type": "TokenAccountRaw",
36
- },
37
- {
38
- "balance": "10000",
39
- "id": "js:2:hedera:0.0.1040977:hederaBip44+hedera%2Fhts%2Fusd~!underscore!~coin~!underscore!~0.0.456858",
40
- "operationsCount": 1,
41
- "parentId": "js:2:hedera:0.0.1040977:hederaBip44",
42
- "pendingOperations": [],
43
- "spendableBalance": "10000",
44
- "swapHistory": [],
45
- "tokenId": "hedera/hts/usd_coin_0.0.456858",
46
- "type": "TokenAccountRaw",
47
- },
48
- {
49
- "balance": "20000000",
50
- "id": "js:2:hedera:0.0.1040977:hederaBip44+hedera%2Fhts%2F~!underscore!~0.0.7893707",
51
- "operationsCount": 1,
52
- "parentId": "js:2:hedera:0.0.1040977:hederaBip44",
53
- "pendingOperations": [],
54
- "spendableBalance": "20000000",
55
- "swapHistory": [],
56
- "tokenId": "hedera/hts/_0.0.7893707",
57
- "type": "TokenAccountRaw",
58
- },
59
26
  {
60
27
  "balance": "226095",
61
28
  "currencyId": "hedera",
@@ -74,7 +41,7 @@ exports[`hedera currency bridge scanAccounts hedera seed 1 1`] = `
74
41
  "spendableBalance": "226095",
75
42
  "subAccounts": [],
76
43
  "swapHistory": [],
77
- "syncHash": "0x5b698873",
44
+ "syncHash": "0xda095fbe",
78
45
  "used": true,
79
46
  },
80
47
  {
@@ -95,7 +62,7 @@ exports[`hedera currency bridge scanAccounts hedera seed 1 1`] = `
95
62
  "spendableBalance": "80189",
96
63
  "subAccounts": [],
97
64
  "swapHistory": [],
98
- "syncHash": "0x5b698873",
65
+ "syncHash": "0xda095fbe",
99
66
  "used": true,
100
67
  },
101
68
  {
@@ -116,7 +83,7 @@ exports[`hedera currency bridge scanAccounts hedera seed 1 1`] = `
116
83
  "spendableBalance": "99836954",
117
84
  "subAccounts": [],
118
85
  "swapHistory": [],
119
- "syncHash": "0x5b698873",
86
+ "syncHash": "0xda095fbe",
120
87
  "used": true,
121
88
  },
122
89
  {
@@ -137,20 +104,9 @@ exports[`hedera currency bridge scanAccounts hedera seed 1 1`] = `
137
104
  "spendableBalance": "771245057",
138
105
  "subAccounts": [],
139
106
  "swapHistory": [],
140
- "syncHash": "0x5b698873",
107
+ "syncHash": "0xda095fbe",
141
108
  "used": true,
142
109
  },
143
- {
144
- "balance": "241000000",
145
- "id": "js:2:hedera:0.0.8313485:hederaBip44+hedera%2Fhts%2Ftune~!underscore!~fm~!underscore!~0.0.127877",
146
- "operationsCount": 15,
147
- "parentId": "js:2:hedera:0.0.8313485:hederaBip44",
148
- "pendingOperations": [],
149
- "spendableBalance": "241000000",
150
- "swapHistory": [],
151
- "tokenId": "hedera/hts/tune_fm_0.0.127877",
152
- "type": "TokenAccountRaw",
153
- },
154
110
  ]
155
111
  `;
156
112
 
@@ -427,16 +383,23 @@ exports[`hedera currency bridge scanAccounts hedera seed 1 2`] = `
427
383
  "value": "209068",
428
384
  },
429
385
  {
430
- "accountId": "",
386
+ "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
431
387
  "blockHash": null,
432
388
  "blockHeight": 10,
433
- "extra": {},
434
- "fee": "0",
389
+ "extra": {
390
+ "consensusTimestamp": "1753699233.640576809",
391
+ "pagingToken": "1753699233.640576809",
392
+ },
393
+ "fee": "349789",
394
+ "hasFailed": false,
435
395
  "hash": "f-VthZHgsuaIypYFqjMKud0_xf5AcbOzgvpVuNI965hsiuzf4aPOdr2Kq7Dl3gqQ",
436
396
  "id": "js:2:hedera:0.0.1040977:hederaBip44-f-VthZHgsuaIypYFqjMKud0_xf5AcbOzgvpVuNI965hsiuzf4aPOdr2Kq7Dl3gqQ-NONE",
437
- "internalOperations": [],
438
- "recipients": [],
439
- "senders": [],
397
+ "recipients": [
398
+ "0.0.27",
399
+ ],
400
+ "senders": [
401
+ "0.0.8313635",
402
+ ],
440
403
  "type": "NONE",
441
404
  "value": "0",
442
405
  },
@@ -661,30 +624,45 @@ exports[`hedera currency bridge scanAccounts hedera seed 1 2`] = `
661
624
  "value": "99870000",
662
625
  },
663
626
  {
664
- "accountId": "",
627
+ "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
665
628
  "blockHash": null,
666
629
  "blockHeight": 10,
667
- "extra": {},
668
- "fee": "0",
630
+ "extra": {
631
+ "consensusTimestamp": "1755785525.693277000",
632
+ "memo": "toto",
633
+ "pagingToken": "1755785525.693277000",
634
+ },
635
+ "fee": "424851",
636
+ "hasFailed": false,
669
637
  "hash": "kPQrVav4moSwtzRn6jm5LOs_PCxv03Ka8WOZ_sLPuIqpnHxJDX9OC4_Lo1v0ktTI",
670
638
  "id": "js:2:hedera:0.0.1040977:hederaBip44-kPQrVav4moSwtzRn6jm5LOs_PCxv03Ka8WOZ_sLPuIqpnHxJDX9OC4_Lo1v0ktTI-NONE",
671
- "internalOperations": [],
672
- "recipients": [],
673
- "senders": [],
639
+ "recipients": [
640
+ "0.0.3",
641
+ ],
642
+ "senders": [
643
+ "0.0.8313485",
644
+ ],
674
645
  "type": "NONE",
675
646
  "value": "0",
676
647
  },
677
648
  {
678
- "accountId": "",
649
+ "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
679
650
  "blockHash": null,
680
651
  "blockHeight": 10,
681
- "extra": {},
682
- "fee": "0",
652
+ "extra": {
653
+ "consensusTimestamp": "1753690711.015332718",
654
+ "pagingToken": "1753690711.015332718",
655
+ },
656
+ "fee": "347389",
657
+ "hasFailed": false,
683
658
  "hash": "Mh1szXUTxW8ea886ty7LHOqqbR_mSWlynKHuCxvwnC6BF5ieHDhhujEfTI8il1uI",
684
659
  "id": "js:2:hedera:0.0.1040977:hederaBip44-Mh1szXUTxW8ea886ty7LHOqqbR_mSWlynKHuCxvwnC6BF5ieHDhhujEfTI8il1uI-NONE",
685
- "internalOperations": [],
686
- "recipients": [],
687
- "senders": [],
660
+ "recipients": [
661
+ "0.0.18",
662
+ ],
663
+ "senders": [
664
+ "0.0.8313635",
665
+ ],
688
666
  "type": "NONE",
689
667
  "value": "0",
690
668
  },
@@ -856,14 +834,14 @@ exports[`hedera currency bridge scanAccounts hedera seed 1 2`] = `
856
834
  "fee": "452531",
857
835
  "hasFailed": false,
858
836
  "hash": "QDUwQqgrOgB4aPkMprRe3yiux277A7_PJVfpbv-P4GBMT33ahyXp8NQXbblLDA0c",
859
- "id": "js:2:hedera:0.0.1040977:hederaBip44-QDUwQqgrOgB4aPkMprRe3yiux277A7_PJVfpbv-P4GBMT33ahyXp8NQXbblLDA0c-FEES",
837
+ "id": "js:2:hedera:0.0.1040977:hederaBip44-QDUwQqgrOgB4aPkMprRe3yiux277A7_PJVfpbv-P4GBMT33ahyXp8NQXbblLDA0c-OUT",
860
838
  "recipients": [
861
- "0.0.8313485",
839
+ "0.0.3",
862
840
  ],
863
841
  "senders": [
864
842
  "0.0.1040977",
865
843
  ],
866
- "type": "FEES",
844
+ "type": "OUT",
867
845
  "value": "452531",
868
846
  },
869
847
  {
@@ -1161,106 +1139,6 @@ exports[`hedera currency bridge scanAccounts hedera seed 1 2`] = `
1161
1139
  "value": "10148487",
1162
1140
  },
1163
1141
  ],
1164
- [
1165
- {
1166
- "accountId": "js:2:hedera:0.0.1040977:hederaBip44+hedera%2Fhts%2Ftune~!underscore!~fm~!underscore!~0.0.127877",
1167
- "blockHash": null,
1168
- "blockHeight": 10,
1169
- "contract": "0.0.127877",
1170
- "extra": {
1171
- "consensusTimestamp": "1755785525.693277000",
1172
- "memo": "toto",
1173
- "pagingToken": "1755785525.693277000",
1174
- },
1175
- "fee": "424851",
1176
- "hasFailed": false,
1177
- "hash": "kPQrVav4moSwtzRn6jm5LOs_PCxv03Ka8WOZ_sLPuIqpnHxJDX9OC4_Lo1v0ktTI",
1178
- "id": "js:2:hedera:0.0.1040977:hederaBip44+hedera%2Fhts%2Ftune~!underscore!~fm~!underscore!~0.0.127877-kPQrVav4moSwtzRn6jm5LOs_PCxv03Ka8WOZ_sLPuIqpnHxJDX9OC4_Lo1v0ktTI-IN",
1179
- "recipients": [
1180
- "0.0.1040977",
1181
- ],
1182
- "senders": [
1183
- "0.0.8313485",
1184
- ],
1185
- "standard": "hts",
1186
- "type": "IN",
1187
- "value": "30000000",
1188
- },
1189
- {
1190
- "accountId": "js:2:hedera:0.0.1040977:hederaBip44+hedera%2Fhts%2Ftune~!underscore!~fm~!underscore!~0.0.127877",
1191
- "blockHash": null,
1192
- "blockHeight": 10,
1193
- "contract": "0.0.127877",
1194
- "extra": {
1195
- "consensusTimestamp": "1756718310.549818000",
1196
- "memo": "TOTO",
1197
- "pagingToken": "1756718310.549818000",
1198
- },
1199
- "fee": "452531",
1200
- "hasFailed": false,
1201
- "hash": "QDUwQqgrOgB4aPkMprRe3yiux277A7_PJVfpbv-P4GBMT33ahyXp8NQXbblLDA0c",
1202
- "id": "js:2:hedera:0.0.1040977:hederaBip44+hedera%2Fhts%2Ftune~!underscore!~fm~!underscore!~0.0.127877-QDUwQqgrOgB4aPkMprRe3yiux277A7_PJVfpbv-P4GBMT33ahyXp8NQXbblLDA0c-OUT",
1203
- "recipients": [
1204
- "0.0.8313485",
1205
- ],
1206
- "senders": [
1207
- "0.0.1040977",
1208
- ],
1209
- "standard": "hts",
1210
- "type": "OUT",
1211
- "value": "10000000",
1212
- },
1213
- ],
1214
- [
1215
- {
1216
- "accountId": "js:2:hedera:0.0.1040977:hederaBip44+hedera%2Fhts%2Fusd~!underscore!~coin~!underscore!~0.0.456858",
1217
- "blockHash": null,
1218
- "blockHeight": 10,
1219
- "contract": "0.0.456858",
1220
- "extra": {
1221
- "consensusTimestamp": "1753699233.640576809",
1222
- "pagingToken": "1753699233.640576809",
1223
- },
1224
- "fee": "349789",
1225
- "hasFailed": false,
1226
- "hash": "f-VthZHgsuaIypYFqjMKud0_xf5AcbOzgvpVuNI965hsiuzf4aPOdr2Kq7Dl3gqQ",
1227
- "id": "js:2:hedera:0.0.1040977:hederaBip44+hedera%2Fhts%2Fusd~!underscore!~coin~!underscore!~0.0.456858-f-VthZHgsuaIypYFqjMKud0_xf5AcbOzgvpVuNI965hsiuzf4aPOdr2Kq7Dl3gqQ-IN",
1228
- "recipients": [
1229
- "0.0.1040977",
1230
- ],
1231
- "senders": [
1232
- "0.0.8313635",
1233
- ],
1234
- "standard": "hts",
1235
- "type": "IN",
1236
- "value": "10000",
1237
- },
1238
- ],
1239
- [
1240
- {
1241
- "accountId": "js:2:hedera:0.0.1040977:hederaBip44+hedera%2Fhts%2F~!underscore!~0.0.7893707",
1242
- "blockHash": null,
1243
- "blockHeight": 10,
1244
- "contract": "0.0.7893707",
1245
- "extra": {
1246
- "consensusTimestamp": "1753690711.015332718",
1247
- "pagingToken": "1753690711.015332718",
1248
- },
1249
- "fee": "347389",
1250
- "hasFailed": false,
1251
- "hash": "Mh1szXUTxW8ea886ty7LHOqqbR_mSWlynKHuCxvwnC6BF5ieHDhhujEfTI8il1uI",
1252
- "id": "js:2:hedera:0.0.1040977:hederaBip44+hedera%2Fhts%2F~!underscore!~0.0.7893707-Mh1szXUTxW8ea886ty7LHOqqbR_mSWlynKHuCxvwnC6BF5ieHDhhujEfTI8il1uI-IN",
1253
- "recipients": [
1254
- "0.0.1040977",
1255
- ],
1256
- "senders": [
1257
- "0.0.8313635",
1258
- ],
1259
- "standard": "hts",
1260
- "type": "IN",
1261
- "value": "20000000",
1262
- },
1263
- ],
1264
1142
  [
1265
1143
  {
1266
1144
  "accountId": "js:2:hedera:0.0.7305122:hederaBip44",
@@ -1809,14 +1687,14 @@ exports[`hedera currency bridge scanAccounts hedera seed 1 2`] = `
1809
1687
  "fee": "26836467",
1810
1688
  "hasFailed": false,
1811
1689
  "hash": "_ewGHkI-6ZCZPXq2ltcB7XHFw9RtCj20Qtdevtzm9SytscIFUL44i-VoSyFgvF1r",
1812
- "id": "js:2:hedera:0.0.8313485:hederaBip44-_ewGHkI-6ZCZPXq2ltcB7XHFw9RtCj20Qtdevtzm9SytscIFUL44i-VoSyFgvF1r-FEES",
1690
+ "id": "js:2:hedera:0.0.8313485:hederaBip44-_ewGHkI-6ZCZPXq2ltcB7XHFw9RtCj20Qtdevtzm9SytscIFUL44i-VoSyFgvF1r-OUT",
1813
1691
  "recipients": [
1814
- "0.0.8367704",
1692
+ "0.0.6",
1815
1693
  ],
1816
1694
  "senders": [
1817
1695
  "0.0.8313485",
1818
1696
  ],
1819
- "type": "FEES",
1697
+ "type": "OUT",
1820
1698
  "value": "26836467",
1821
1699
  },
1822
1700
  {
@@ -1852,27 +1730,35 @@ exports[`hedera currency bridge scanAccounts hedera seed 1 2`] = `
1852
1730
  "fee": "526632",
1853
1731
  "hasFailed": false,
1854
1732
  "hash": "05C7rBKw99WX0z1p1xCgXJohDc2441_c-aLX3g6UAnspz1Lppu1M-duYfs_dVuJn",
1855
- "id": "js:2:hedera:0.0.8313485:hederaBip44-05C7rBKw99WX0z1p1xCgXJohDc2441_c-aLX3g6UAnspz1Lppu1M-duYfs_dVuJn-FEES",
1733
+ "id": "js:2:hedera:0.0.8313485:hederaBip44-05C7rBKw99WX0z1p1xCgXJohDc2441_c-aLX3g6UAnspz1Lppu1M-duYfs_dVuJn-OUT",
1856
1734
  "recipients": [
1857
- "0.0.507737",
1735
+ "0.0.12",
1858
1736
  ],
1859
1737
  "senders": [
1860
1738
  "0.0.8313485",
1861
1739
  ],
1862
- "type": "FEES",
1740
+ "type": "OUT",
1863
1741
  "value": "526632",
1864
1742
  },
1865
1743
  {
1866
- "accountId": "",
1744
+ "accountId": "js:2:hedera:0.0.8313485:hederaBip44",
1867
1745
  "blockHash": null,
1868
1746
  "blockHeight": 10,
1869
- "extra": {},
1870
- "fee": "0",
1747
+ "extra": {
1748
+ "consensusTimestamp": "1740739638.887363715",
1749
+ "memo": "fromLeVtoLeL",
1750
+ "pagingToken": "1740739638.887363715",
1751
+ },
1752
+ "fee": "544516",
1753
+ "hasFailed": false,
1871
1754
  "hash": "1Q3HZHH__yXIyTrDJ1QQvAQtcVBYgC1A-1dRhcMtfSeOwDijXGwXsWAW9kWQREsZ",
1872
1755
  "id": "js:2:hedera:0.0.8313485:hederaBip44-1Q3HZHH__yXIyTrDJ1QQvAQtcVBYgC1A-1dRhcMtfSeOwDijXGwXsWAW9kWQREsZ-NONE",
1873
- "internalOperations": [],
1874
- "recipients": [],
1875
- "senders": [],
1756
+ "recipients": [
1757
+ "0.0.22",
1758
+ ],
1759
+ "senders": [
1760
+ "0.0.507737",
1761
+ ],
1876
1762
  "type": "NONE",
1877
1763
  "value": "0",
1878
1764
  },
@@ -1952,30 +1838,45 @@ exports[`hedera currency bridge scanAccounts hedera seed 1 2`] = `
1952
1838
  "value": "25696084",
1953
1839
  },
1954
1840
  {
1955
- "accountId": "",
1841
+ "accountId": "js:2:hedera:0.0.8313485:hederaBip44",
1956
1842
  "blockHash": null,
1957
1843
  "blockHeight": 10,
1958
- "extra": {},
1959
- "fee": "0",
1844
+ "extra": {
1845
+ "consensusTimestamp": "1755857525.720819000",
1846
+ "pagingToken": "1755857525.720819000",
1847
+ },
1848
+ "fee": "421965",
1849
+ "hasFailed": false,
1960
1850
  "hash": "4wtpbHiq8VYjlgMBvaQjTM9ShybbfqhTW8dW2cvIg2S0-yVaK3cSSOT2mAdks9Yx",
1961
1851
  "id": "js:2:hedera:0.0.8313485:hederaBip44-4wtpbHiq8VYjlgMBvaQjTM9ShybbfqhTW8dW2cvIg2S0-yVaK3cSSOT2mAdks9Yx-NONE",
1962
- "internalOperations": [],
1963
- "recipients": [],
1964
- "senders": [],
1852
+ "recipients": [
1853
+ "0.0.3",
1854
+ ],
1855
+ "senders": [
1856
+ "0.0.507737",
1857
+ "0.0.800",
1858
+ ],
1965
1859
  "type": "NONE",
1966
1860
  "value": "0",
1967
1861
  },
1968
1862
  {
1969
- "accountId": "",
1863
+ "accountId": "js:2:hedera:0.0.8313485:hederaBip44",
1970
1864
  "blockHash": null,
1971
1865
  "blockHeight": 10,
1972
- "extra": {},
1973
- "fee": "0",
1866
+ "extra": {
1867
+ "consensusTimestamp": "1760441684.201301000",
1868
+ "pagingToken": "1760441684.201301000",
1869
+ },
1870
+ "fee": "553055",
1871
+ "hasFailed": false,
1974
1872
  "hash": "7at5ja0NCURajPyi5FAGRNqNcphLFI_RNQWBSDCIGnQ6tlrm93EyZUfrIQk69ceJ",
1975
1873
  "id": "js:2:hedera:0.0.8313485:hederaBip44-7at5ja0NCURajPyi5FAGRNqNcphLFI_RNQWBSDCIGnQ6tlrm93EyZUfrIQk69ceJ-NONE",
1976
- "internalOperations": [],
1977
- "recipients": [],
1978
- "senders": [],
1874
+ "recipients": [
1875
+ "0.0.3",
1876
+ ],
1877
+ "senders": [
1878
+ "0.0.10006055",
1879
+ ],
1979
1880
  "type": "NONE",
1980
1881
  "value": "0",
1981
1882
  },
@@ -2055,16 +1956,23 @@ exports[`hedera currency bridge scanAccounts hedera seed 1 2`] = `
2055
1956
  "value": "10000",
2056
1957
  },
2057
1958
  {
2058
- "accountId": "",
1959
+ "accountId": "js:2:hedera:0.0.8313485:hederaBip44",
2059
1960
  "blockHash": null,
2060
1961
  "blockHeight": 10,
2061
- "extra": {},
2062
- "fee": "0",
1962
+ "extra": {
1963
+ "consensusTimestamp": "1747132022.307489000",
1964
+ "pagingToken": "1747132022.307489000",
1965
+ },
1966
+ "fee": "482779",
1967
+ "hasFailed": false,
2063
1968
  "hash": "g2A7D2SNH4HunX7aIYzdlBCVt5z45LZX6dtOdUENh32a5e6cjPb8BF0QJWEs-W8Z",
2064
1969
  "id": "js:2:hedera:0.0.8313485:hederaBip44-g2A7D2SNH4HunX7aIYzdlBCVt5z45LZX6dtOdUENh32a5e6cjPb8BF0QJWEs-W8Z-NONE",
2065
- "internalOperations": [],
2066
- "recipients": [],
2067
- "senders": [],
1970
+ "recipients": [
1971
+ "0.0.8",
1972
+ ],
1973
+ "senders": [
1974
+ "0.0.507737",
1975
+ ],
2068
1976
  "type": "NONE",
2069
1977
  "value": "0",
2070
1978
  },
@@ -2131,30 +2039,44 @@ exports[`hedera currency bridge scanAccounts hedera seed 1 2`] = `
2131
2039
  "value": "10000",
2132
2040
  },
2133
2041
  {
2134
- "accountId": "",
2042
+ "accountId": "js:2:hedera:0.0.8313485:hederaBip44",
2135
2043
  "blockHash": null,
2136
2044
  "blockHeight": 10,
2137
- "extra": {},
2138
- "fee": "0",
2045
+ "extra": {
2046
+ "consensusTimestamp": "1755865083.033236000",
2047
+ "pagingToken": "1755865083.033236000",
2048
+ },
2049
+ "fee": "426904",
2050
+ "hasFailed": false,
2139
2051
  "hash": "juIscpG-Iij32H97o5zLZM4cWOMMmpRBRAAOi65ElK7H6OhVzL40ny67HxheMyWk",
2140
2052
  "id": "js:2:hedera:0.0.8313485:hederaBip44-juIscpG-Iij32H97o5zLZM4cWOMMmpRBRAAOi65ElK7H6OhVzL40ny67HxheMyWk-NONE",
2141
- "internalOperations": [],
2142
- "recipients": [],
2143
- "senders": [],
2053
+ "recipients": [
2054
+ "0.0.3",
2055
+ ],
2056
+ "senders": [
2057
+ "0.0.507737",
2058
+ ],
2144
2059
  "type": "NONE",
2145
2060
  "value": "0",
2146
2061
  },
2147
2062
  {
2148
- "accountId": "",
2063
+ "accountId": "js:2:hedera:0.0.8313485:hederaBip44",
2149
2064
  "blockHash": null,
2150
2065
  "blockHeight": 10,
2151
- "extra": {},
2152
- "fee": "0",
2066
+ "extra": {
2067
+ "consensusTimestamp": "1757929653.557852000",
2068
+ "pagingToken": "1757929653.557852000",
2069
+ },
2070
+ "fee": "421543",
2071
+ "hasFailed": false,
2153
2072
  "hash": "JUKWXT7-WsKIRRHyV2ODKGmRZ8M1ATfsVO6qQ6c_97oN_2cSSSZc_Om9rkRjesLM",
2154
2073
  "id": "js:2:hedera:0.0.8313485:hederaBip44-JUKWXT7-WsKIRRHyV2ODKGmRZ8M1ATfsVO6qQ6c_97oN_2cSSSZc_Om9rkRjesLM-NONE",
2155
- "internalOperations": [],
2156
- "recipients": [],
2157
- "senders": [],
2074
+ "recipients": [
2075
+ "0.0.3",
2076
+ ],
2077
+ "senders": [
2078
+ "0.0.507737",
2079
+ ],
2158
2080
  "type": "NONE",
2159
2081
  "value": "0",
2160
2082
  },
@@ -2170,14 +2092,14 @@ exports[`hedera currency bridge scanAccounts hedera seed 1 2`] = `
2170
2092
  "fee": "424851",
2171
2093
  "hasFailed": false,
2172
2094
  "hash": "kPQrVav4moSwtzRn6jm5LOs_PCxv03Ka8WOZ_sLPuIqpnHxJDX9OC4_Lo1v0ktTI",
2173
- "id": "js:2:hedera:0.0.8313485:hederaBip44-kPQrVav4moSwtzRn6jm5LOs_PCxv03Ka8WOZ_sLPuIqpnHxJDX9OC4_Lo1v0ktTI-FEES",
2095
+ "id": "js:2:hedera:0.0.8313485:hederaBip44-kPQrVav4moSwtzRn6jm5LOs_PCxv03Ka8WOZ_sLPuIqpnHxJDX9OC4_Lo1v0ktTI-OUT",
2174
2096
  "recipients": [
2175
- "0.0.1040977",
2097
+ "0.0.3",
2176
2098
  ],
2177
2099
  "senders": [
2178
2100
  "0.0.8313485",
2179
2101
  ],
2180
- "type": "FEES",
2102
+ "type": "OUT",
2181
2103
  "value": "424851",
2182
2104
  },
2183
2105
  {
@@ -2191,14 +2113,14 @@ exports[`hedera currency bridge scanAccounts hedera seed 1 2`] = `
2191
2113
  "fee": "602274",
2192
2114
  "hasFailed": false,
2193
2115
  "hash": "la4OImgYRurAR8W3FACQKeCUWXZw8_ew77p4vdKyNavWzNjRhYzWDIAzeEeqPTkG",
2194
- "id": "js:2:hedera:0.0.8313485:hederaBip44-la4OImgYRurAR8W3FACQKeCUWXZw8_ew77p4vdKyNavWzNjRhYzWDIAzeEeqPTkG-FEES",
2116
+ "id": "js:2:hedera:0.0.8313485:hederaBip44-la4OImgYRurAR8W3FACQKeCUWXZw8_ew77p4vdKyNavWzNjRhYzWDIAzeEeqPTkG-OUT",
2195
2117
  "recipients": [
2196
- "0.0.8758518",
2118
+ "0.0.29",
2197
2119
  ],
2198
2120
  "senders": [
2199
2121
  "0.0.8313485",
2200
2122
  ],
2201
- "type": "FEES",
2123
+ "type": "OUT",
2202
2124
  "value": "602274",
2203
2125
  },
2204
2126
  {
@@ -2255,16 +2177,24 @@ exports[`hedera currency bridge scanAccounts hedera seed 1 2`] = `
2255
2177
  "value": "10000",
2256
2178
  },
2257
2179
  {
2258
- "accountId": "",
2180
+ "accountId": "js:2:hedera:0.0.8313485:hederaBip44",
2259
2181
  "blockHash": null,
2260
2182
  "blockHeight": 10,
2261
- "extra": {},
2262
- "fee": "0",
2183
+ "extra": {
2184
+ "consensusTimestamp": "1757929013.916417000",
2185
+ "pagingToken": "1757929013.916417000",
2186
+ },
2187
+ "fee": "421543",
2188
+ "hasFailed": false,
2263
2189
  "hash": "pEG44ZyFCqOEHsJhomyu64gwuvF1q2ssgjbO0jG8kNjb-6TmNtcp_PY8TBzhWs-s",
2264
2190
  "id": "js:2:hedera:0.0.8313485:hederaBip44-pEG44ZyFCqOEHsJhomyu64gwuvF1q2ssgjbO0jG8kNjb-6TmNtcp_PY8TBzhWs-s-NONE",
2265
- "internalOperations": [],
2266
- "recipients": [],
2267
- "senders": [],
2191
+ "recipients": [
2192
+ "0.0.3",
2193
+ ],
2194
+ "senders": [
2195
+ "0.0.507737",
2196
+ "0.0.800",
2197
+ ],
2268
2198
  "type": "NONE",
2269
2199
  "value": "0",
2270
2200
  },
@@ -2300,30 +2230,45 @@ exports[`hedera currency bridge scanAccounts hedera seed 1 2`] = `
2300
2230
  "value": "10000",
2301
2231
  },
2302
2232
  {
2303
- "accountId": "",
2233
+ "accountId": "js:2:hedera:0.0.8313485:hederaBip44",
2304
2234
  "blockHash": null,
2305
2235
  "blockHeight": 10,
2306
- "extra": {},
2307
- "fee": "0",
2236
+ "extra": {
2237
+ "consensusTimestamp": "1755008519.962485000",
2238
+ "pagingToken": "1755008519.962485000",
2239
+ },
2240
+ "fee": "397764",
2241
+ "hasFailed": false,
2308
2242
  "hash": "Q-L4mmsKI8ssDoI1KlOsGFYuVMpVxJW5uZDOdU9Q9ClU5uxewOAoeFUevLcrcL0B",
2309
2243
  "id": "js:2:hedera:0.0.8313485:hederaBip44-Q-L4mmsKI8ssDoI1KlOsGFYuVMpVxJW5uZDOdU9Q9ClU5uxewOAoeFUevLcrcL0B-NONE",
2310
- "internalOperations": [],
2311
- "recipients": [],
2312
- "senders": [],
2313
- "type": "NONE",
2314
- "value": "0",
2315
- },
2316
- {
2317
- "accountId": "",
2244
+ "recipients": [
2245
+ "0.0.31",
2246
+ ],
2247
+ "senders": [
2248
+ "0.0.507737",
2249
+ ],
2250
+ "type": "NONE",
2251
+ "value": "0",
2252
+ },
2253
+ {
2254
+ "accountId": "js:2:hedera:0.0.8313485:hederaBip44",
2318
2255
  "blockHash": null,
2319
2256
  "blockHeight": 10,
2320
- "extra": {},
2321
- "fee": "0",
2257
+ "extra": {
2258
+ "consensusTimestamp": "1756718310.549818000",
2259
+ "memo": "TOTO",
2260
+ "pagingToken": "1756718310.549818000",
2261
+ },
2262
+ "fee": "452531",
2263
+ "hasFailed": false,
2322
2264
  "hash": "QDUwQqgrOgB4aPkMprRe3yiux277A7_PJVfpbv-P4GBMT33ahyXp8NQXbblLDA0c",
2323
2265
  "id": "js:2:hedera:0.0.8313485:hederaBip44-QDUwQqgrOgB4aPkMprRe3yiux277A7_PJVfpbv-P4GBMT33ahyXp8NQXbblLDA0c-NONE",
2324
- "internalOperations": [],
2325
- "recipients": [],
2326
- "senders": [],
2266
+ "recipients": [
2267
+ "0.0.3",
2268
+ ],
2269
+ "senders": [
2270
+ "0.0.1040977",
2271
+ ],
2327
2272
  "type": "NONE",
2328
2273
  "value": "0",
2329
2274
  },
@@ -2361,14 +2306,14 @@ exports[`hedera currency bridge scanAccounts hedera seed 1 2`] = `
2361
2306
  "fee": "26918289",
2362
2307
  "hasFailed": false,
2363
2308
  "hash": "qWJVsguWV08ZhHLfnakvnsDcS-O2tVtE6r_QlBbtFkLj7r-PWHgwIVKNh1a70-S_",
2364
- "id": "js:2:hedera:0.0.8313485:hederaBip44-qWJVsguWV08ZhHLfnakvnsDcS-O2tVtE6r_QlBbtFkLj7r-PWHgwIVKNh1a70-S_-FEES",
2309
+ "id": "js:2:hedera:0.0.8313485:hederaBip44-qWJVsguWV08ZhHLfnakvnsDcS-O2tVtE6r_QlBbtFkLj7r-PWHgwIVKNh1a70-S_-OUT",
2365
2310
  "recipients": [
2366
- "0.0.8758518",
2311
+ "0.0.19",
2367
2312
  ],
2368
2313
  "senders": [
2369
2314
  "0.0.8313485",
2370
2315
  ],
2371
- "type": "FEES",
2316
+ "type": "OUT",
2372
2317
  "value": "26918289",
2373
2318
  },
2374
2319
  {
@@ -2382,14 +2327,14 @@ exports[`hedera currency bridge scanAccounts hedera seed 1 2`] = `
2382
2327
  "fee": "557852",
2383
2328
  "hasFailed": false,
2384
2329
  "hash": "shGaR01gNESn4WAfLYVOycTQ-lJoWNlWYY15u8SADLZiXbv08ozatmW7DfZDceoM",
2385
- "id": "js:2:hedera:0.0.8313485:hederaBip44-shGaR01gNESn4WAfLYVOycTQ-lJoWNlWYY15u8SADLZiXbv08ozatmW7DfZDceoM-FEES",
2330
+ "id": "js:2:hedera:0.0.8313485:hederaBip44-shGaR01gNESn4WAfLYVOycTQ-lJoWNlWYY15u8SADLZiXbv08ozatmW7DfZDceoM-OUT",
2386
2331
  "recipients": [
2387
- "0.0.10006055",
2332
+ "0.0.3",
2388
2333
  ],
2389
2334
  "senders": [
2390
2335
  "0.0.8313485",
2391
2336
  ],
2392
- "type": "FEES",
2337
+ "type": "OUT",
2393
2338
  "value": "557852",
2394
2339
  },
2395
2340
  {
@@ -2459,355 +2404,5 @@ exports[`hedera currency bridge scanAccounts hedera seed 1 2`] = `
2459
2404
  "value": "10000000",
2460
2405
  },
2461
2406
  ],
2462
- [
2463
- {
2464
- "accountId": "js:2:hedera:0.0.8313485:hederaBip44+hedera%2Fhts%2Ftune~!underscore!~fm~!underscore!~0.0.127877",
2465
- "blockHash": null,
2466
- "blockHeight": 10,
2467
- "contract": "0.0.127877",
2468
- "extra": {
2469
- "consensusTimestamp": "1740741189.513410000",
2470
- "pagingToken": "1740741189.513410000",
2471
- },
2472
- "fee": "26836467",
2473
- "hasFailed": false,
2474
- "hash": "_ewGHkI-6ZCZPXq2ltcB7XHFw9RtCj20Qtdevtzm9SytscIFUL44i-VoSyFgvF1r",
2475
- "id": "js:2:hedera:0.0.8313485:hederaBip44+hedera%2Fhts%2Ftune~!underscore!~fm~!underscore!~0.0.127877-_ewGHkI-6ZCZPXq2ltcB7XHFw9RtCj20Qtdevtzm9SytscIFUL44i-VoSyFgvF1r-OUT",
2476
- "recipients": [
2477
- "0.0.8367704",
2478
- ],
2479
- "senders": [
2480
- "0.0.8313485",
2481
- ],
2482
- "standard": "hts",
2483
- "type": "OUT",
2484
- "value": "50000000",
2485
- },
2486
- {
2487
- "accountId": "js:2:hedera:0.0.8313485:hederaBip44+hedera%2Fhts%2Ftune~!underscore!~fm~!underscore!~0.0.127877",
2488
- "blockHash": null,
2489
- "blockHeight": 10,
2490
- "contract": "0.0.127877",
2491
- "extra": {
2492
- "consensusTimestamp": "1740741060.702187741",
2493
- "pagingToken": "1740741060.702187741",
2494
- },
2495
- "fee": "526632",
2496
- "hasFailed": false,
2497
- "hash": "05C7rBKw99WX0z1p1xCgXJohDc2441_c-aLX3g6UAnspz1Lppu1M-duYfs_dVuJn",
2498
- "id": "js:2:hedera:0.0.8313485:hederaBip44+hedera%2Fhts%2Ftune~!underscore!~fm~!underscore!~0.0.127877-05C7rBKw99WX0z1p1xCgXJohDc2441_c-aLX3g6UAnspz1Lppu1M-duYfs_dVuJn-OUT",
2499
- "recipients": [
2500
- "0.0.507737",
2501
- ],
2502
- "senders": [
2503
- "0.0.8313485",
2504
- ],
2505
- "standard": "hts",
2506
- "type": "OUT",
2507
- "value": "50000000",
2508
- },
2509
- {
2510
- "accountId": "js:2:hedera:0.0.8313485:hederaBip44+hedera%2Fhts%2Ftune~!underscore!~fm~!underscore!~0.0.127877",
2511
- "blockHash": null,
2512
- "blockHeight": 10,
2513
- "contract": "0.0.127877",
2514
- "extra": {
2515
- "consensusTimestamp": "1740739638.887363715",
2516
- "memo": "fromLeVtoLeL",
2517
- "pagingToken": "1740739638.887363715",
2518
- },
2519
- "fee": "544516",
2520
- "hasFailed": false,
2521
- "hash": "1Q3HZHH__yXIyTrDJ1QQvAQtcVBYgC1A-1dRhcMtfSeOwDijXGwXsWAW9kWQREsZ",
2522
- "id": "js:2:hedera:0.0.8313485:hederaBip44+hedera%2Fhts%2Ftune~!underscore!~fm~!underscore!~0.0.127877-1Q3HZHH__yXIyTrDJ1QQvAQtcVBYgC1A-1dRhcMtfSeOwDijXGwXsWAW9kWQREsZ-IN",
2523
- "recipients": [
2524
- "0.0.8313485",
2525
- ],
2526
- "senders": [
2527
- "0.0.507737",
2528
- ],
2529
- "standard": "hts",
2530
- "type": "IN",
2531
- "value": "550000000",
2532
- },
2533
- {
2534
- "accountId": "js:2:hedera:0.0.8313485:hederaBip44+hedera%2Fhts%2Ftune~!underscore!~fm~!underscore!~0.0.127877",
2535
- "blockHash": null,
2536
- "blockHeight": 10,
2537
- "contract": "0.0.127877",
2538
- "extra": {
2539
- "consensusTimestamp": "1755857525.720819000",
2540
- "pagingToken": "1755857525.720819000",
2541
- },
2542
- "fee": "421965",
2543
- "hasFailed": false,
2544
- "hash": "4wtpbHiq8VYjlgMBvaQjTM9ShybbfqhTW8dW2cvIg2S0-yVaK3cSSOT2mAdks9Yx",
2545
- "id": "js:2:hedera:0.0.8313485:hederaBip44+hedera%2Fhts%2Ftune~!underscore!~fm~!underscore!~0.0.127877-4wtpbHiq8VYjlgMBvaQjTM9ShybbfqhTW8dW2cvIg2S0-yVaK3cSSOT2mAdks9Yx-IN",
2546
- "recipients": [
2547
- "0.0.8313485",
2548
- ],
2549
- "senders": [
2550
- "0.0.507737",
2551
- ],
2552
- "standard": "hts",
2553
- "type": "IN",
2554
- "value": "1000000",
2555
- },
2556
- {
2557
- "accountId": "js:2:hedera:0.0.8313485:hederaBip44+hedera%2Fhts%2Ftune~!underscore!~fm~!underscore!~0.0.127877",
2558
- "blockHash": null,
2559
- "blockHeight": 10,
2560
- "contract": "0.0.127877",
2561
- "extra": {
2562
- "consensusTimestamp": "1760441684.201301000",
2563
- "pagingToken": "1760441684.201301000",
2564
- },
2565
- "fee": "553055",
2566
- "hasFailed": false,
2567
- "hash": "7at5ja0NCURajPyi5FAGRNqNcphLFI_RNQWBSDCIGnQ6tlrm93EyZUfrIQk69ceJ",
2568
- "id": "js:2:hedera:0.0.8313485:hederaBip44+hedera%2Fhts%2Ftune~!underscore!~fm~!underscore!~0.0.127877-7at5ja0NCURajPyi5FAGRNqNcphLFI_RNQWBSDCIGnQ6tlrm93EyZUfrIQk69ceJ-IN",
2569
- "recipients": [
2570
- "0.0.8313485",
2571
- ],
2572
- "senders": [
2573
- "0.0.10006055",
2574
- ],
2575
- "standard": "hts",
2576
- "type": "IN",
2577
- "value": "1000000",
2578
- },
2579
- {
2580
- "accountId": "js:2:hedera:0.0.8313485:hederaBip44+hedera%2Fhts%2Ftune~!underscore!~fm~!underscore!~0.0.127877",
2581
- "blockHash": null,
2582
- "blockHeight": 10,
2583
- "contract": "0.0.127877",
2584
- "extra": {
2585
- "consensusTimestamp": "1747132022.307489000",
2586
- "pagingToken": "1747132022.307489000",
2587
- },
2588
- "fee": "482779",
2589
- "hasFailed": false,
2590
- "hash": "g2A7D2SNH4HunX7aIYzdlBCVt5z45LZX6dtOdUENh32a5e6cjPb8BF0QJWEs-W8Z",
2591
- "id": "js:2:hedera:0.0.8313485:hederaBip44+hedera%2Fhts%2Ftune~!underscore!~fm~!underscore!~0.0.127877-g2A7D2SNH4HunX7aIYzdlBCVt5z45LZX6dtOdUENh32a5e6cjPb8BF0QJWEs-W8Z-IN",
2592
- "recipients": [
2593
- "0.0.8313485",
2594
- ],
2595
- "senders": [
2596
- "0.0.507737",
2597
- ],
2598
- "standard": "hts",
2599
- "type": "IN",
2600
- "value": "10000000",
2601
- },
2602
- {
2603
- "accountId": "js:2:hedera:0.0.8313485:hederaBip44+hedera%2Fhts%2Ftune~!underscore!~fm~!underscore!~0.0.127877",
2604
- "blockHash": null,
2605
- "blockHeight": 10,
2606
- "contract": "0.0.127877",
2607
- "extra": {
2608
- "consensusTimestamp": "1755865083.033236000",
2609
- "pagingToken": "1755865083.033236000",
2610
- },
2611
- "fee": "426904",
2612
- "hasFailed": false,
2613
- "hash": "juIscpG-Iij32H97o5zLZM4cWOMMmpRBRAAOi65ElK7H6OhVzL40ny67HxheMyWk",
2614
- "id": "js:2:hedera:0.0.8313485:hederaBip44+hedera%2Fhts%2Ftune~!underscore!~fm~!underscore!~0.0.127877-juIscpG-Iij32H97o5zLZM4cWOMMmpRBRAAOi65ElK7H6OhVzL40ny67HxheMyWk-IN",
2615
- "recipients": [
2616
- "0.0.8313485",
2617
- ],
2618
- "senders": [
2619
- "0.0.507737",
2620
- ],
2621
- "standard": "hts",
2622
- "type": "IN",
2623
- "value": "1000000",
2624
- },
2625
- {
2626
- "accountId": "js:2:hedera:0.0.8313485:hederaBip44+hedera%2Fhts%2Ftune~!underscore!~fm~!underscore!~0.0.127877",
2627
- "blockHash": null,
2628
- "blockHeight": 10,
2629
- "contract": "0.0.127877",
2630
- "extra": {
2631
- "consensusTimestamp": "1757929653.557852000",
2632
- "pagingToken": "1757929653.557852000",
2633
- },
2634
- "fee": "421543",
2635
- "hasFailed": false,
2636
- "hash": "JUKWXT7-WsKIRRHyV2ODKGmRZ8M1ATfsVO6qQ6c_97oN_2cSSSZc_Om9rkRjesLM",
2637
- "id": "js:2:hedera:0.0.8313485:hederaBip44+hedera%2Fhts%2Ftune~!underscore!~fm~!underscore!~0.0.127877-JUKWXT7-WsKIRRHyV2ODKGmRZ8M1ATfsVO6qQ6c_97oN_2cSSSZc_Om9rkRjesLM-IN",
2638
- "recipients": [
2639
- "0.0.8313485",
2640
- ],
2641
- "senders": [
2642
- "0.0.507737",
2643
- ],
2644
- "standard": "hts",
2645
- "type": "IN",
2646
- "value": "1000000",
2647
- },
2648
- {
2649
- "accountId": "js:2:hedera:0.0.8313485:hederaBip44+hedera%2Fhts%2Ftune~!underscore!~fm~!underscore!~0.0.127877",
2650
- "blockHash": null,
2651
- "blockHeight": 10,
2652
- "contract": "0.0.127877",
2653
- "extra": {
2654
- "consensusTimestamp": "1755785525.693277000",
2655
- "memo": "toto",
2656
- "pagingToken": "1755785525.693277000",
2657
- },
2658
- "fee": "424851",
2659
- "hasFailed": false,
2660
- "hash": "kPQrVav4moSwtzRn6jm5LOs_PCxv03Ka8WOZ_sLPuIqpnHxJDX9OC4_Lo1v0ktTI",
2661
- "id": "js:2:hedera:0.0.8313485:hederaBip44+hedera%2Fhts%2Ftune~!underscore!~fm~!underscore!~0.0.127877-kPQrVav4moSwtzRn6jm5LOs_PCxv03Ka8WOZ_sLPuIqpnHxJDX9OC4_Lo1v0ktTI-OUT",
2662
- "recipients": [
2663
- "0.0.1040977",
2664
- ],
2665
- "senders": [
2666
- "0.0.8313485",
2667
- ],
2668
- "standard": "hts",
2669
- "type": "OUT",
2670
- "value": "30000000",
2671
- },
2672
- {
2673
- "accountId": "js:2:hedera:0.0.8313485:hederaBip44+hedera%2Fhts%2Ftune~!underscore!~fm~!underscore!~0.0.127877",
2674
- "blockHash": null,
2675
- "blockHeight": 10,
2676
- "contract": "0.0.127877",
2677
- "extra": {
2678
- "consensusTimestamp": "1743601916.977125409",
2679
- "pagingToken": "1743601916.977125409",
2680
- },
2681
- "fee": "602274",
2682
- "hasFailed": false,
2683
- "hash": "la4OImgYRurAR8W3FACQKeCUWXZw8_ew77p4vdKyNavWzNjRhYzWDIAzeEeqPTkG",
2684
- "id": "js:2:hedera:0.0.8313485:hederaBip44+hedera%2Fhts%2Ftune~!underscore!~fm~!underscore!~0.0.127877-la4OImgYRurAR8W3FACQKeCUWXZw8_ew77p4vdKyNavWzNjRhYzWDIAzeEeqPTkG-OUT",
2685
- "recipients": [
2686
- "0.0.8758518",
2687
- ],
2688
- "senders": [
2689
- "0.0.8313485",
2690
- ],
2691
- "standard": "hts",
2692
- "type": "OUT",
2693
- "value": "100000000",
2694
- },
2695
- {
2696
- "accountId": "js:2:hedera:0.0.8313485:hederaBip44+hedera%2Fhts%2Ftune~!underscore!~fm~!underscore!~0.0.127877",
2697
- "blockHash": null,
2698
- "blockHeight": 10,
2699
- "contract": "0.0.127877",
2700
- "extra": {
2701
- "consensusTimestamp": "1757929013.916417000",
2702
- "pagingToken": "1757929013.916417000",
2703
- },
2704
- "fee": "421543",
2705
- "hasFailed": false,
2706
- "hash": "pEG44ZyFCqOEHsJhomyu64gwuvF1q2ssgjbO0jG8kNjb-6TmNtcp_PY8TBzhWs-s",
2707
- "id": "js:2:hedera:0.0.8313485:hederaBip44+hedera%2Fhts%2Ftune~!underscore!~fm~!underscore!~0.0.127877-pEG44ZyFCqOEHsJhomyu64gwuvF1q2ssgjbO0jG8kNjb-6TmNtcp_PY8TBzhWs-s-IN",
2708
- "recipients": [
2709
- "0.0.8313485",
2710
- ],
2711
- "senders": [
2712
- "0.0.507737",
2713
- ],
2714
- "standard": "hts",
2715
- "type": "IN",
2716
- "value": "1000000",
2717
- },
2718
- {
2719
- "accountId": "js:2:hedera:0.0.8313485:hederaBip44+hedera%2Fhts%2Ftune~!underscore!~fm~!underscore!~0.0.127877",
2720
- "blockHash": null,
2721
- "blockHeight": 10,
2722
- "contract": "0.0.127877",
2723
- "extra": {
2724
- "consensusTimestamp": "1755008519.962485000",
2725
- "pagingToken": "1755008519.962485000",
2726
- },
2727
- "fee": "397764",
2728
- "hasFailed": false,
2729
- "hash": "Q-L4mmsKI8ssDoI1KlOsGFYuVMpVxJW5uZDOdU9Q9ClU5uxewOAoeFUevLcrcL0B",
2730
- "id": "js:2:hedera:0.0.8313485:hederaBip44+hedera%2Fhts%2Ftune~!underscore!~fm~!underscore!~0.0.127877-Q-L4mmsKI8ssDoI1KlOsGFYuVMpVxJW5uZDOdU9Q9ClU5uxewOAoeFUevLcrcL0B-IN",
2731
- "recipients": [
2732
- "0.0.8313485",
2733
- ],
2734
- "senders": [
2735
- "0.0.507737",
2736
- ],
2737
- "standard": "hts",
2738
- "type": "IN",
2739
- "value": "1000000",
2740
- },
2741
- {
2742
- "accountId": "js:2:hedera:0.0.8313485:hederaBip44+hedera%2Fhts%2Ftune~!underscore!~fm~!underscore!~0.0.127877",
2743
- "blockHash": null,
2744
- "blockHeight": 10,
2745
- "contract": "0.0.127877",
2746
- "extra": {
2747
- "consensusTimestamp": "1756718310.549818000",
2748
- "memo": "TOTO",
2749
- "pagingToken": "1756718310.549818000",
2750
- },
2751
- "fee": "452531",
2752
- "hasFailed": false,
2753
- "hash": "QDUwQqgrOgB4aPkMprRe3yiux277A7_PJVfpbv-P4GBMT33ahyXp8NQXbblLDA0c",
2754
- "id": "js:2:hedera:0.0.8313485:hederaBip44+hedera%2Fhts%2Ftune~!underscore!~fm~!underscore!~0.0.127877-QDUwQqgrOgB4aPkMprRe3yiux277A7_PJVfpbv-P4GBMT33ahyXp8NQXbblLDA0c-IN",
2755
- "recipients": [
2756
- "0.0.8313485",
2757
- ],
2758
- "senders": [
2759
- "0.0.1040977",
2760
- ],
2761
- "standard": "hts",
2762
- "type": "IN",
2763
- "value": "10000000",
2764
- },
2765
- {
2766
- "accountId": "js:2:hedera:0.0.8313485:hederaBip44+hedera%2Fhts%2Ftune~!underscore!~fm~!underscore!~0.0.127877",
2767
- "blockHash": null,
2768
- "blockHeight": 10,
2769
- "contract": "0.0.127877",
2770
- "extra": {
2771
- "consensusTimestamp": "1743089390.497908000",
2772
- "pagingToken": "1743089390.497908000",
2773
- },
2774
- "fee": "26918289",
2775
- "hasFailed": false,
2776
- "hash": "qWJVsguWV08ZhHLfnakvnsDcS-O2tVtE6r_QlBbtFkLj7r-PWHgwIVKNh1a70-S_",
2777
- "id": "js:2:hedera:0.0.8313485:hederaBip44+hedera%2Fhts%2Ftune~!underscore!~fm~!underscore!~0.0.127877-qWJVsguWV08ZhHLfnakvnsDcS-O2tVtE6r_QlBbtFkLj7r-PWHgwIVKNh1a70-S_-OUT",
2778
- "recipients": [
2779
- "0.0.8758518",
2780
- ],
2781
- "senders": [
2782
- "0.0.8313485",
2783
- ],
2784
- "standard": "hts",
2785
- "type": "OUT",
2786
- "value": "5000000",
2787
- },
2788
- {
2789
- "accountId": "js:2:hedera:0.0.8313485:hederaBip44+hedera%2Fhts%2Ftune~!underscore!~fm~!underscore!~0.0.127877",
2790
- "blockHash": null,
2791
- "blockHeight": 10,
2792
- "contract": "0.0.127877",
2793
- "extra": {
2794
- "consensusTimestamp": "1760435993.267662000",
2795
- "pagingToken": "1760435993.267662000",
2796
- },
2797
- "fee": "557852",
2798
- "hasFailed": false,
2799
- "hash": "shGaR01gNESn4WAfLYVOycTQ-lJoWNlWYY15u8SADLZiXbv08ozatmW7DfZDceoM",
2800
- "id": "js:2:hedera:0.0.8313485:hederaBip44+hedera%2Fhts%2Ftune~!underscore!~fm~!underscore!~0.0.127877-shGaR01gNESn4WAfLYVOycTQ-lJoWNlWYY15u8SADLZiXbv08ozatmW7DfZDceoM-OUT",
2801
- "recipients": [
2802
- "0.0.10006055",
2803
- ],
2804
- "senders": [
2805
- "0.0.8313485",
2806
- ],
2807
- "standard": "hts",
2808
- "type": "OUT",
2809
- "value": "100000000",
2810
- },
2811
- ],
2812
2407
  ]
2813
2408
  `;