@ledgerhq/live-common 31.0.0 → 31.1.0

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 (418) hide show
  1. package/lib/countervalues/api/api.d.ts.map +1 -1
  2. package/lib/countervalues/api/api.js +12 -18
  3. package/lib/countervalues/api/api.js.map +1 -1
  4. package/lib/countervalues/helpers.d.ts +2 -0
  5. package/lib/countervalues/helpers.d.ts.map +1 -1
  6. package/lib/countervalues/helpers.js +19 -5
  7. package/lib/countervalues/helpers.js.map +1 -1
  8. package/lib/countervalues/logic.d.ts.map +1 -1
  9. package/lib/countervalues/logic.integration.test.js.map +1 -1
  10. package/lib/countervalues/logic.js +1 -0
  11. package/lib/countervalues/logic.js.map +1 -1
  12. package/lib/countervalues/react.d.ts.map +1 -1
  13. package/lib/countervalues/react.js +9 -7
  14. package/lib/countervalues/react.js.map +1 -1
  15. package/lib/countervalues/react.test.d.ts +2 -0
  16. package/lib/countervalues/react.test.d.ts.map +1 -0
  17. package/lib/countervalues/react.test.js +107 -0
  18. package/lib/countervalues/react.test.js.map +1 -0
  19. package/lib/data/icons/react/euroc.d.ts +8 -0
  20. package/lib/data/icons/react/euroc.d.ts.map +1 -0
  21. package/lib/data/icons/react/euroc.js +36 -0
  22. package/lib/data/icons/react/euroc.js.map +1 -0
  23. package/lib/data/icons/react/index.d.ts +1 -0
  24. package/lib/data/icons/react/index.d.ts.map +1 -1
  25. package/lib/data/icons/react/index.js +9 -7
  26. package/lib/data/icons/react/index.js.map +1 -1
  27. package/lib/data/icons/reactNative/euroc.d.ts +8 -0
  28. package/lib/data/icons/reactNative/euroc.d.ts.map +1 -0
  29. package/lib/data/icons/reactNative/euroc.js +37 -0
  30. package/lib/data/icons/reactNative/euroc.js.map +1 -0
  31. package/lib/data/icons/reactNative/index.d.ts +1 -0
  32. package/lib/data/icons/reactNative/index.d.ts.map +1 -1
  33. package/lib/data/icons/reactNative/index.js +9 -7
  34. package/lib/data/icons/reactNative/index.js.map +1 -1
  35. package/lib/deviceSDK/actions/toggleOnboardingEarlyCheck.d.ts +32 -0
  36. package/lib/deviceSDK/actions/toggleOnboardingEarlyCheck.d.ts.map +1 -0
  37. package/lib/deviceSDK/actions/toggleOnboardingEarlyCheck.js +39 -0
  38. package/lib/deviceSDK/actions/toggleOnboardingEarlyCheck.js.map +1 -0
  39. package/lib/deviceSDK/commands/toggleOnboardingEarlyCheck.d.ts +27 -0
  40. package/lib/deviceSDK/commands/toggleOnboardingEarlyCheck.d.ts.map +1 -0
  41. package/lib/deviceSDK/commands/toggleOnboardingEarlyCheck.js +37 -0
  42. package/lib/deviceSDK/commands/toggleOnboardingEarlyCheck.js.map +1 -0
  43. package/lib/deviceSDK/commands/toggleOnboardingEarlyCheck.test.d.ts +2 -0
  44. package/lib/deviceSDK/commands/toggleOnboardingEarlyCheck.test.d.ts.map +1 -0
  45. package/lib/deviceSDK/commands/toggleOnboardingEarlyCheck.test.js +81 -0
  46. package/lib/deviceSDK/commands/toggleOnboardingEarlyCheck.test.js.map +1 -0
  47. package/lib/deviceSDK/hooks/useToggleOnboardingEarlyChecks.d.ts +33 -0
  48. package/lib/deviceSDK/hooks/useToggleOnboardingEarlyChecks.d.ts.map +1 -0
  49. package/lib/deviceSDK/hooks/useToggleOnboardingEarlyChecks.js +53 -0
  50. package/lib/deviceSDK/hooks/useToggleOnboardingEarlyChecks.js.map +1 -0
  51. package/lib/deviceSDK/hooks/useToggleOnboardingEarlyChecks.test.d.ts +2 -0
  52. package/lib/deviceSDK/hooks/useToggleOnboardingEarlyChecks.test.d.ts.map +1 -0
  53. package/lib/deviceSDK/hooks/useToggleOnboardingEarlyChecks.test.js +93 -0
  54. package/lib/deviceSDK/hooks/useToggleOnboardingEarlyChecks.test.js.map +1 -0
  55. package/lib/deviceSDK/tasks/core.js.map +1 -1
  56. package/lib/deviceSDK/tasks/toggleOnboardingEarlyCheck.d.ts +30 -0
  57. package/lib/deviceSDK/tasks/toggleOnboardingEarlyCheck.d.ts.map +1 -0
  58. package/lib/deviceSDK/tasks/toggleOnboardingEarlyCheck.js +64 -0
  59. package/lib/deviceSDK/tasks/toggleOnboardingEarlyCheck.js.map +1 -0
  60. package/lib/deviceSDK/tasks/toggleOnboardingEarlyCheck.test.d.ts +2 -0
  61. package/lib/deviceSDK/tasks/toggleOnboardingEarlyCheck.test.d.ts.map +1 -0
  62. package/lib/deviceSDK/tasks/toggleOnboardingEarlyCheck.test.js +100 -0
  63. package/lib/deviceSDK/tasks/toggleOnboardingEarlyCheck.test.js.map +1 -0
  64. package/lib/families/bitcoin/descriptor.d.ts.map +1 -1
  65. package/lib/families/bitcoin/descriptor.js.map +1 -1
  66. package/lib/families/bitcoin/satstack.d.ts +1 -0
  67. package/lib/families/bitcoin/satstack.d.ts.map +1 -1
  68. package/lib/families/bitcoin/satstack.js.map +1 -1
  69. package/lib/families/bitcoin/walletApiAdapter.js +4 -4
  70. package/lib/families/bitcoin/walletApiAdapter.js.map +1 -1
  71. package/lib/families/bitcoin/walletApiAdapter.test.js +9 -2
  72. package/lib/families/bitcoin/walletApiAdapter.test.js.map +1 -1
  73. package/lib/families/cosmos/api/Cosmos.d.ts +2 -0
  74. package/lib/families/cosmos/api/Cosmos.d.ts.map +1 -1
  75. package/lib/families/cosmos/api/Cosmos.js +34 -10
  76. package/lib/families/cosmos/api/Cosmos.js.map +1 -1
  77. package/lib/families/cosmos/helpers.d.ts +2 -8
  78. package/lib/families/cosmos/helpers.d.ts.map +1 -1
  79. package/lib/families/cosmos/helpers.js.map +1 -1
  80. package/lib/families/cosmos/helpers.unit.test.js +8 -8
  81. package/lib/families/cosmos/js-synchronisation.d.ts.map +1 -1
  82. package/lib/families/cosmos/js-synchronisation.js +40 -22
  83. package/lib/families/cosmos/js-synchronisation.js.map +1 -1
  84. package/lib/families/cosmos/js-synchronisation.unit.test.d.ts +2 -0
  85. package/lib/families/cosmos/js-synchronisation.unit.test.d.ts.map +1 -0
  86. package/lib/families/cosmos/js-synchronisation.unit.test.js +309 -0
  87. package/lib/families/cosmos/js-synchronisation.unit.test.js.map +1 -0
  88. package/lib/families/cosmos/react.d.ts +1 -1
  89. package/lib/families/cosmos/react.d.ts.map +1 -1
  90. package/lib/families/cosmos/react.js +7 -3
  91. package/lib/families/cosmos/react.js.map +1 -1
  92. package/lib/families/cosmos/types.d.ts +9 -8
  93. package/lib/families/cosmos/types.d.ts.map +1 -1
  94. package/lib/families/ethereum/walletApiAdapter.d.ts +3 -1
  95. package/lib/families/ethereum/walletApiAdapter.d.ts.map +1 -1
  96. package/lib/families/ethereum/walletApiAdapter.js +24 -6
  97. package/lib/families/ethereum/walletApiAdapter.js.map +1 -1
  98. package/lib/families/ethereum/walletApiAdapter.test.js +10 -3
  99. package/lib/families/ethereum/walletApiAdapter.test.js.map +1 -1
  100. package/lib/families/near/api/archive-node-sdk.d.ts.map +1 -1
  101. package/lib/families/near/api/archive-node-sdk.js +1 -2
  102. package/lib/families/near/api/archive-node-sdk.js.map +1 -1
  103. package/lib/families/polkadot/walletApiAdapter.js +3 -3
  104. package/lib/families/polkadot/walletApiAdapter.js.map +1 -1
  105. package/lib/families/polkadot/walletApiAdapter.test.js +10 -3
  106. package/lib/families/polkadot/walletApiAdapter.test.js.map +1 -1
  107. package/lib/families/ripple/walletApiAdapter.d.ts.map +1 -1
  108. package/lib/families/ripple/walletApiAdapter.js +2 -5
  109. package/lib/families/ripple/walletApiAdapter.js.map +1 -1
  110. package/lib/families/ripple/walletApiAdapter.test.js +10 -3
  111. package/lib/families/ripple/walletApiAdapter.test.js.map +1 -1
  112. package/lib/families/solana/api/chain/account/stake.d.ts +0 -1
  113. package/lib/families/solana/api/chain/account/stake.d.ts.map +1 -1
  114. package/lib/families/solana/api/chain/account/token.d.ts +0 -1
  115. package/lib/families/solana/api/chain/account/token.d.ts.map +1 -1
  116. package/lib/families/solana/api/chain/account/vote.d.ts +0 -1
  117. package/lib/families/solana/api/chain/account/vote.d.ts.map +1 -1
  118. package/lib/families/solana/api/chain/index.d.ts +2 -2
  119. package/lib/families/solana/api/chain/index.d.ts.map +1 -1
  120. package/lib/families/solana/api/chain/index.js +5 -1
  121. package/lib/families/solana/api/chain/index.js.map +1 -1
  122. package/lib/families/solana/api/chain/instruction/associated-token-account/types.d.ts +0 -1
  123. package/lib/families/solana/api/chain/instruction/associated-token-account/types.d.ts.map +1 -1
  124. package/lib/families/solana/api/chain/instruction/stake/types.d.ts +0 -1
  125. package/lib/families/solana/api/chain/instruction/stake/types.d.ts.map +1 -1
  126. package/lib/families/solana/api/chain/instruction/system/types.d.ts +0 -1
  127. package/lib/families/solana/api/chain/instruction/system/types.d.ts.map +1 -1
  128. package/lib/families/solana/api/chain/instruction/token/types.d.ts +0 -1
  129. package/lib/families/solana/api/chain/instruction/token/types.d.ts.map +1 -1
  130. package/lib/families/solana/js-buildTransaction.d.ts +1 -1
  131. package/lib/families/solana/js-buildTransaction.d.ts.map +1 -1
  132. package/lib/families/solana/js-buildTransaction.js +4 -3
  133. package/lib/families/solana/js-buildTransaction.js.map +1 -1
  134. package/lib/families/solana/js-signOperation.js +2 -2
  135. package/lib/families/solana/js-signOperation.js.map +1 -1
  136. package/lib/families/solana/tx-fees.js +4 -4
  137. package/lib/families/solana/tx-fees.js.map +1 -1
  138. package/lib/generated/walletApiAdapter.d.ts +1 -1
  139. package/lib/hw/actions/implementations.d.ts.map +1 -1
  140. package/lib/hw/actions/implementations.js +16 -2
  141. package/lib/hw/actions/implementations.js.map +1 -1
  142. package/lib/hw/extractOnboardingState.d.ts +2 -1
  143. package/lib/hw/extractOnboardingState.d.ts.map +1 -1
  144. package/lib/hw/extractOnboardingState.js +3 -1
  145. package/lib/hw/extractOnboardingState.js.map +1 -1
  146. package/lib/hw/extractOnboardingState.test.js +10 -0
  147. package/lib/hw/extractOnboardingState.test.js.map +1 -1
  148. package/lib/hw/staxRemoveImage.d.ts.map +1 -1
  149. package/lib/hw/staxRemoveImage.js +4 -0
  150. package/lib/hw/staxRemoveImage.js.map +1 -1
  151. package/lib/hw/staxRemoveImage.test.js +5 -0
  152. package/lib/hw/staxRemoveImage.test.js.map +1 -1
  153. package/lib/mock/fixtures/cryptoCurrencies.d.ts.map +1 -1
  154. package/lib/mock/fixtures/cryptoCurrencies.js +0 -1
  155. package/lib/mock/fixtures/cryptoCurrencies.js.map +1 -1
  156. package/lib/platform/logic.d.ts +2 -2
  157. package/lib/platform/logic.d.ts.map +1 -1
  158. package/lib/platform/logic.js +2 -1
  159. package/lib/platform/logic.js.map +1 -1
  160. package/lib/wallet-api/converters.d.ts.map +1 -1
  161. package/lib/wallet-api/converters.js +7 -3
  162. package/lib/wallet-api/converters.js.map +1 -1
  163. package/lib/wallet-api/converters.test.d.ts.map +1 -1
  164. package/lib/wallet-api/converters.test.js +3 -2
  165. package/lib/wallet-api/converters.test.js.map +1 -1
  166. package/lib/wallet-api/helpers.d.ts.map +1 -1
  167. package/lib/wallet-api/helpers.js +1 -1
  168. package/lib/wallet-api/helpers.js.map +1 -1
  169. package/lib/wallet-api/logic.d.ts +1 -1
  170. package/lib/wallet-api/logic.d.ts.map +1 -1
  171. package/lib/wallet-api/logic.js +12 -3
  172. package/lib/wallet-api/logic.js.map +1 -1
  173. package/lib/wallet-api/react.js +1 -1
  174. package/lib/wallet-api/react.js.map +1 -1
  175. package/lib/wallet-api/types.d.ts +11 -3
  176. package/lib/wallet-api/types.d.ts.map +1 -1
  177. package/lib-es/countervalues/api/api.d.ts.map +1 -1
  178. package/lib-es/countervalues/api/api.js +13 -19
  179. package/lib-es/countervalues/api/api.js.map +1 -1
  180. package/lib-es/countervalues/helpers.d.ts +2 -0
  181. package/lib-es/countervalues/helpers.d.ts.map +1 -1
  182. package/lib-es/countervalues/helpers.js +16 -4
  183. package/lib-es/countervalues/helpers.js.map +1 -1
  184. package/lib-es/countervalues/logic.d.ts.map +1 -1
  185. package/lib-es/countervalues/logic.integration.test.js.map +1 -1
  186. package/lib-es/countervalues/logic.js +1 -0
  187. package/lib-es/countervalues/logic.js.map +1 -1
  188. package/lib-es/countervalues/react.d.ts.map +1 -1
  189. package/lib-es/countervalues/react.js +10 -8
  190. package/lib-es/countervalues/react.js.map +1 -1
  191. package/lib-es/countervalues/react.test.d.ts +2 -0
  192. package/lib-es/countervalues/react.test.d.ts.map +1 -0
  193. package/lib-es/countervalues/react.test.js +105 -0
  194. package/lib-es/countervalues/react.test.js.map +1 -0
  195. package/lib-es/data/icons/react/euroc.d.ts +8 -0
  196. package/lib-es/data/icons/react/euroc.d.ts.map +1 -0
  197. package/lib-es/data/icons/react/euroc.js +11 -0
  198. package/lib-es/data/icons/react/euroc.js.map +1 -0
  199. package/lib-es/data/icons/react/index.d.ts +1 -0
  200. package/lib-es/data/icons/react/index.d.ts.map +1 -1
  201. package/lib-es/data/icons/react/index.js +1 -0
  202. package/lib-es/data/icons/react/index.js.map +1 -1
  203. package/lib-es/data/icons/reactNative/euroc.d.ts +8 -0
  204. package/lib-es/data/icons/reactNative/euroc.d.ts.map +1 -0
  205. package/lib-es/data/icons/reactNative/euroc.js +12 -0
  206. package/lib-es/data/icons/reactNative/euroc.js.map +1 -0
  207. package/lib-es/data/icons/reactNative/index.d.ts +1 -0
  208. package/lib-es/data/icons/reactNative/index.d.ts.map +1 -1
  209. package/lib-es/data/icons/reactNative/index.js +1 -0
  210. package/lib-es/data/icons/reactNative/index.js.map +1 -1
  211. package/lib-es/deviceSDK/actions/toggleOnboardingEarlyCheck.d.ts +32 -0
  212. package/lib-es/deviceSDK/actions/toggleOnboardingEarlyCheck.d.ts.map +1 -0
  213. package/lib-es/deviceSDK/actions/toggleOnboardingEarlyCheck.js +35 -0
  214. package/lib-es/deviceSDK/actions/toggleOnboardingEarlyCheck.js.map +1 -0
  215. package/lib-es/deviceSDK/commands/toggleOnboardingEarlyCheck.d.ts +27 -0
  216. package/lib-es/deviceSDK/commands/toggleOnboardingEarlyCheck.d.ts.map +1 -0
  217. package/lib-es/deviceSDK/commands/toggleOnboardingEarlyCheck.js +33 -0
  218. package/lib-es/deviceSDK/commands/toggleOnboardingEarlyCheck.js.map +1 -0
  219. package/lib-es/deviceSDK/commands/toggleOnboardingEarlyCheck.test.d.ts +2 -0
  220. package/lib-es/deviceSDK/commands/toggleOnboardingEarlyCheck.test.d.ts.map +1 -0
  221. package/lib-es/deviceSDK/commands/toggleOnboardingEarlyCheck.test.js +79 -0
  222. package/lib-es/deviceSDK/commands/toggleOnboardingEarlyCheck.test.js.map +1 -0
  223. package/lib-es/deviceSDK/hooks/useToggleOnboardingEarlyChecks.d.ts +33 -0
  224. package/lib-es/deviceSDK/hooks/useToggleOnboardingEarlyChecks.d.ts.map +1 -0
  225. package/lib-es/deviceSDK/hooks/useToggleOnboardingEarlyChecks.js +49 -0
  226. package/lib-es/deviceSDK/hooks/useToggleOnboardingEarlyChecks.js.map +1 -0
  227. package/lib-es/deviceSDK/hooks/useToggleOnboardingEarlyChecks.test.d.ts +2 -0
  228. package/lib-es/deviceSDK/hooks/useToggleOnboardingEarlyChecks.test.d.ts.map +1 -0
  229. package/lib-es/deviceSDK/hooks/useToggleOnboardingEarlyChecks.test.js +91 -0
  230. package/lib-es/deviceSDK/hooks/useToggleOnboardingEarlyChecks.test.js.map +1 -0
  231. package/lib-es/deviceSDK/tasks/core.js.map +1 -1
  232. package/lib-es/deviceSDK/tasks/toggleOnboardingEarlyCheck.d.ts +30 -0
  233. package/lib-es/deviceSDK/tasks/toggleOnboardingEarlyCheck.d.ts.map +1 -0
  234. package/lib-es/deviceSDK/tasks/toggleOnboardingEarlyCheck.js +60 -0
  235. package/lib-es/deviceSDK/tasks/toggleOnboardingEarlyCheck.js.map +1 -0
  236. package/lib-es/deviceSDK/tasks/toggleOnboardingEarlyCheck.test.d.ts +2 -0
  237. package/lib-es/deviceSDK/tasks/toggleOnboardingEarlyCheck.test.d.ts.map +1 -0
  238. package/lib-es/deviceSDK/tasks/toggleOnboardingEarlyCheck.test.js +98 -0
  239. package/lib-es/deviceSDK/tasks/toggleOnboardingEarlyCheck.test.js.map +1 -0
  240. package/lib-es/families/bitcoin/descriptor.d.ts.map +1 -1
  241. package/lib-es/families/bitcoin/descriptor.js.map +1 -1
  242. package/lib-es/families/bitcoin/satstack.d.ts +1 -0
  243. package/lib-es/families/bitcoin/satstack.d.ts.map +1 -1
  244. package/lib-es/families/bitcoin/satstack.js.map +1 -1
  245. package/lib-es/families/bitcoin/walletApiAdapter.js +4 -4
  246. package/lib-es/families/bitcoin/walletApiAdapter.js.map +1 -1
  247. package/lib-es/families/bitcoin/walletApiAdapter.test.js +9 -2
  248. package/lib-es/families/bitcoin/walletApiAdapter.test.js.map +1 -1
  249. package/lib-es/families/cosmos/api/Cosmos.d.ts +2 -0
  250. package/lib-es/families/cosmos/api/Cosmos.d.ts.map +1 -1
  251. package/lib-es/families/cosmos/api/Cosmos.js +34 -10
  252. package/lib-es/families/cosmos/api/Cosmos.js.map +1 -1
  253. package/lib-es/families/cosmos/helpers.d.ts +2 -8
  254. package/lib-es/families/cosmos/helpers.d.ts.map +1 -1
  255. package/lib-es/families/cosmos/helpers.js.map +1 -1
  256. package/lib-es/families/cosmos/helpers.unit.test.js +8 -8
  257. package/lib-es/families/cosmos/js-synchronisation.d.ts.map +1 -1
  258. package/lib-es/families/cosmos/js-synchronisation.js +40 -22
  259. package/lib-es/families/cosmos/js-synchronisation.js.map +1 -1
  260. package/lib-es/families/cosmos/js-synchronisation.unit.test.d.ts +2 -0
  261. package/lib-es/families/cosmos/js-synchronisation.unit.test.d.ts.map +1 -0
  262. package/lib-es/families/cosmos/js-synchronisation.unit.test.js +281 -0
  263. package/lib-es/families/cosmos/js-synchronisation.unit.test.js.map +1 -0
  264. package/lib-es/families/cosmos/react.d.ts +1 -1
  265. package/lib-es/families/cosmos/react.d.ts.map +1 -1
  266. package/lib-es/families/cosmos/react.js +7 -3
  267. package/lib-es/families/cosmos/react.js.map +1 -1
  268. package/lib-es/families/cosmos/types.d.ts +9 -8
  269. package/lib-es/families/cosmos/types.d.ts.map +1 -1
  270. package/lib-es/families/ethereum/walletApiAdapter.d.ts +3 -1
  271. package/lib-es/families/ethereum/walletApiAdapter.d.ts.map +1 -1
  272. package/lib-es/families/ethereum/walletApiAdapter.js +24 -6
  273. package/lib-es/families/ethereum/walletApiAdapter.js.map +1 -1
  274. package/lib-es/families/ethereum/walletApiAdapter.test.js +10 -3
  275. package/lib-es/families/ethereum/walletApiAdapter.test.js.map +1 -1
  276. package/lib-es/families/near/api/archive-node-sdk.d.ts.map +1 -1
  277. package/lib-es/families/near/api/archive-node-sdk.js +1 -2
  278. package/lib-es/families/near/api/archive-node-sdk.js.map +1 -1
  279. package/lib-es/families/polkadot/walletApiAdapter.js +3 -3
  280. package/lib-es/families/polkadot/walletApiAdapter.js.map +1 -1
  281. package/lib-es/families/polkadot/walletApiAdapter.test.js +10 -3
  282. package/lib-es/families/polkadot/walletApiAdapter.test.js.map +1 -1
  283. package/lib-es/families/ripple/walletApiAdapter.d.ts.map +1 -1
  284. package/lib-es/families/ripple/walletApiAdapter.js +2 -5
  285. package/lib-es/families/ripple/walletApiAdapter.js.map +1 -1
  286. package/lib-es/families/ripple/walletApiAdapter.test.js +10 -3
  287. package/lib-es/families/ripple/walletApiAdapter.test.js.map +1 -1
  288. package/lib-es/families/solana/api/chain/account/stake.d.ts +0 -1
  289. package/lib-es/families/solana/api/chain/account/stake.d.ts.map +1 -1
  290. package/lib-es/families/solana/api/chain/account/token.d.ts +0 -1
  291. package/lib-es/families/solana/api/chain/account/token.d.ts.map +1 -1
  292. package/lib-es/families/solana/api/chain/account/vote.d.ts +0 -1
  293. package/lib-es/families/solana/api/chain/account/vote.d.ts.map +1 -1
  294. package/lib-es/families/solana/api/chain/index.d.ts +2 -2
  295. package/lib-es/families/solana/api/chain/index.d.ts.map +1 -1
  296. package/lib-es/families/solana/api/chain/index.js +5 -1
  297. package/lib-es/families/solana/api/chain/index.js.map +1 -1
  298. package/lib-es/families/solana/api/chain/instruction/associated-token-account/types.d.ts +0 -1
  299. package/lib-es/families/solana/api/chain/instruction/associated-token-account/types.d.ts.map +1 -1
  300. package/lib-es/families/solana/api/chain/instruction/stake/types.d.ts +0 -1
  301. package/lib-es/families/solana/api/chain/instruction/stake/types.d.ts.map +1 -1
  302. package/lib-es/families/solana/api/chain/instruction/system/types.d.ts +0 -1
  303. package/lib-es/families/solana/api/chain/instruction/system/types.d.ts.map +1 -1
  304. package/lib-es/families/solana/api/chain/instruction/token/types.d.ts +0 -1
  305. package/lib-es/families/solana/api/chain/instruction/token/types.d.ts.map +1 -1
  306. package/lib-es/families/solana/js-buildTransaction.d.ts +1 -1
  307. package/lib-es/families/solana/js-buildTransaction.d.ts.map +1 -1
  308. package/lib-es/families/solana/js-buildTransaction.js +5 -4
  309. package/lib-es/families/solana/js-buildTransaction.js.map +1 -1
  310. package/lib-es/families/solana/js-signOperation.js +2 -2
  311. package/lib-es/families/solana/js-signOperation.js.map +1 -1
  312. package/lib-es/families/solana/tx-fees.js +4 -4
  313. package/lib-es/families/solana/tx-fees.js.map +1 -1
  314. package/lib-es/generated/walletApiAdapter.d.ts +1 -1
  315. package/lib-es/hw/actions/implementations.d.ts.map +1 -1
  316. package/lib-es/hw/actions/implementations.js +18 -4
  317. package/lib-es/hw/actions/implementations.js.map +1 -1
  318. package/lib-es/hw/extractOnboardingState.d.ts +2 -1
  319. package/lib-es/hw/extractOnboardingState.d.ts.map +1 -1
  320. package/lib-es/hw/extractOnboardingState.js +3 -1
  321. package/lib-es/hw/extractOnboardingState.js.map +1 -1
  322. package/lib-es/hw/extractOnboardingState.test.js +10 -0
  323. package/lib-es/hw/extractOnboardingState.test.js.map +1 -1
  324. package/lib-es/hw/staxRemoveImage.d.ts.map +1 -1
  325. package/lib-es/hw/staxRemoveImage.js +4 -0
  326. package/lib-es/hw/staxRemoveImage.js.map +1 -1
  327. package/lib-es/hw/staxRemoveImage.test.js +5 -0
  328. package/lib-es/hw/staxRemoveImage.test.js.map +1 -1
  329. package/lib-es/mock/fixtures/cryptoCurrencies.d.ts.map +1 -1
  330. package/lib-es/mock/fixtures/cryptoCurrencies.js +0 -1
  331. package/lib-es/mock/fixtures/cryptoCurrencies.js.map +1 -1
  332. package/lib-es/platform/logic.d.ts +2 -2
  333. package/lib-es/platform/logic.d.ts.map +1 -1
  334. package/lib-es/platform/logic.js +2 -1
  335. package/lib-es/platform/logic.js.map +1 -1
  336. package/lib-es/wallet-api/converters.d.ts.map +1 -1
  337. package/lib-es/wallet-api/converters.js +7 -3
  338. package/lib-es/wallet-api/converters.js.map +1 -1
  339. package/lib-es/wallet-api/converters.test.d.ts.map +1 -1
  340. package/lib-es/wallet-api/converters.test.js +3 -2
  341. package/lib-es/wallet-api/converters.test.js.map +1 -1
  342. package/lib-es/wallet-api/helpers.d.ts.map +1 -1
  343. package/lib-es/wallet-api/helpers.js +1 -1
  344. package/lib-es/wallet-api/helpers.js.map +1 -1
  345. package/lib-es/wallet-api/logic.d.ts +1 -1
  346. package/lib-es/wallet-api/logic.d.ts.map +1 -1
  347. package/lib-es/wallet-api/logic.js +12 -3
  348. package/lib-es/wallet-api/logic.js.map +1 -1
  349. package/lib-es/wallet-api/react.js +1 -1
  350. package/lib-es/wallet-api/react.js.map +1 -1
  351. package/lib-es/wallet-api/types.d.ts +11 -3
  352. package/lib-es/wallet-api/types.d.ts.map +1 -1
  353. package/package.json +14 -14
  354. package/src/countervalues/api/api.ts +25 -23
  355. package/src/countervalues/helpers.ts +21 -3
  356. package/src/countervalues/logic.integration.test.ts +1 -0
  357. package/src/countervalues/logic.ts +1 -0
  358. package/src/countervalues/react.test.ts +120 -0
  359. package/src/countervalues/react.tsx +10 -13
  360. package/src/currencies/__snapshots__/sortByMarketcap.test.ts.snap +44 -4
  361. package/src/data/icons/react/euroc.tsx +12 -0
  362. package/src/data/icons/react/index.tsx +1 -0
  363. package/src/data/icons/reactNative/euroc.tsx +13 -0
  364. package/src/data/icons/reactNative/index.tsx +1 -0
  365. package/src/data/icons/svg/EUROC.svg +5 -0
  366. package/src/deviceSDK/actions/toggleOnboardingEarlyCheck.ts +86 -0
  367. package/src/deviceSDK/commands/toggleOnboardingEarlyCheck.test.ts +85 -0
  368. package/src/deviceSDK/commands/toggleOnboardingEarlyCheck.ts +42 -0
  369. package/src/deviceSDK/hooks/useToggleOnboardingEarlyChecks.test.ts +125 -0
  370. package/src/deviceSDK/hooks/useToggleOnboardingEarlyChecks.ts +71 -0
  371. package/src/deviceSDK/tasks/core.ts +1 -1
  372. package/src/deviceSDK/tasks/toggleOnboardingEarlyCheck.test.ts +111 -0
  373. package/src/deviceSDK/tasks/toggleOnboardingEarlyCheck.ts +92 -0
  374. package/src/families/bitcoin/descriptor.ts +5 -2
  375. package/src/families/bitcoin/satstack.ts +1 -0
  376. package/src/families/bitcoin/walletApiAdapter.test.ts +11 -2
  377. package/src/families/bitcoin/walletApiAdapter.ts +4 -4
  378. package/src/families/cosmos/__snapshots__/bridge.integration.test.ts.snap +664 -19
  379. package/src/families/cosmos/api/Cosmos.ts +34 -6
  380. package/src/families/cosmos/helpers.ts +2 -5
  381. package/src/families/cosmos/helpers.unit.test.ts +8 -8
  382. package/src/families/cosmos/js-synchronisation.ts +74 -27
  383. package/src/families/cosmos/js-synchronisation.unit.test.ts +339 -0
  384. package/src/families/cosmos/react.ts +8 -6
  385. package/src/families/cosmos/types.ts +6 -4
  386. package/src/families/ethereum/walletApiAdapter.test.ts +12 -3
  387. package/src/families/ethereum/walletApiAdapter.ts +44 -13
  388. package/src/families/near/api/archive-node-sdk.ts +2 -3
  389. package/src/families/polkadot/walletApiAdapter.test.ts +13 -4
  390. package/src/families/polkadot/walletApiAdapter.ts +3 -3
  391. package/src/families/ripple/walletApiAdapter.test.ts +12 -3
  392. package/src/families/ripple/walletApiAdapter.ts +2 -10
  393. package/src/families/solana/api/chain/index.ts +8 -4
  394. package/src/families/solana/js-buildTransaction.ts +6 -4
  395. package/src/families/solana/js-signOperation.ts +2 -2
  396. package/src/families/solana/tx-fees.ts +6 -6
  397. package/src/hw/actions/implementations.ts +20 -0
  398. package/src/hw/extractOnboardingState.test.ts +15 -0
  399. package/src/hw/extractOnboardingState.ts +3 -1
  400. package/src/hw/staxRemoveImage.test.ts +10 -0
  401. package/src/hw/staxRemoveImage.ts +4 -0
  402. package/src/mock/fixtures/cryptoCurrencies.ts +0 -1
  403. package/src/platform/logic.ts +5 -3
  404. package/src/wallet-api/converters.test.ts +5 -2
  405. package/src/wallet-api/converters.ts +8 -3
  406. package/src/wallet-api/helpers.ts +2 -1
  407. package/src/wallet-api/logic.ts +15 -4
  408. package/src/wallet-api/react.ts +1 -1
  409. package/src/wallet-api/types.ts +19 -3
  410. package/lib/countervalues/api/api.legacy.d.ts +0 -4
  411. package/lib/countervalues/api/api.legacy.d.ts.map +0 -1
  412. package/lib/countervalues/api/api.legacy.js +0 -96
  413. package/lib/countervalues/api/api.legacy.js.map +0 -1
  414. package/lib-es/countervalues/api/api.legacy.d.ts +0 -4
  415. package/lib-es/countervalues/api/api.legacy.d.ts.map +0 -1
  416. package/lib-es/countervalues/api/api.legacy.js +0 -91
  417. package/lib-es/countervalues/api/api.legacy.js.map +0 -1
  418. package/src/countervalues/api/api.legacy.ts +0 -91
@@ -3,36 +3,48 @@
3
3
  exports[`axelar currency bridge scanAccounts axelar seed 1 1`] = `
4
4
  Array [
5
5
  Object {
6
- "balance": "978792",
6
+ "balance": "772139",
7
7
  "cosmosResources": Object {
8
- "delegatedBalance": "337501",
8
+ "delegatedBalance": "584749",
9
9
  "delegations": Array [
10
10
  Object {
11
- "amount": "100001",
12
- "pendingRewards": "315",
11
+ "amount": "12500",
12
+ "pendingRewards": "99",
13
+ "status": "bonded",
14
+ "validatorAddress": "axelarvaloper1zh9wrak6ke4n6fclj5e8yk397czv430ygs5jz7",
15
+ },
16
+ Object {
17
+ "amount": "100002",
18
+ "pendingRewards": "834",
13
19
  "status": "bonded",
14
20
  "validatorAddress": "axelarvaloper1gp957czryfgyvxwn3tfnyy2f0t9g2p4ppzdrn6",
15
21
  },
16
22
  Object {
17
- "amount": "25000",
18
- "pendingRewards": "73",
23
+ "amount": "247247",
24
+ "pendingRewards": "1956",
25
+ "status": "bonded",
26
+ "validatorAddress": "axelarvaloper1tee73c83k2vqky9gt59jd3ztwxhqjm27l588q6",
27
+ },
28
+ Object {
29
+ "amount": "12500",
30
+ "pendingRewards": "95",
19
31
  "status": "bonded",
20
32
  "validatorAddress": "axelarvaloper13s44uvtzf578zjze9eqeh0mnemj60pwn83frcp",
21
33
  },
22
34
  Object {
23
35
  "amount": "200000",
24
- "pendingRewards": "594",
36
+ "pendingRewards": "2238",
25
37
  "status": "bonded",
26
38
  "validatorAddress": "axelarvaloper1kj8j6hkmgfvtxpgfuskj602sxs5dsfkm6ewm4l",
27
39
  },
28
40
  Object {
29
41
  "amount": "12500",
30
- "pendingRewards": "38",
42
+ "pendingRewards": "136",
31
43
  "status": "bonded",
32
44
  "validatorAddress": "axelarvaloper1uvx854yjzn9re8vu74067u68r4ar70tywgpcwg",
33
45
  },
34
46
  ],
35
- "pendingRewardsBalance": "1020",
47
+ "pendingRewardsBalance": "5358",
36
48
  "redelegations": Array [],
37
49
  "unbondingBalance": "0",
38
50
  "unbondings": Array [],
@@ -53,10 +65,10 @@ Array [
53
65
  "index": 0,
54
66
  "name": "Axelar 1",
55
67
  "nfts": undefined,
56
- "operationsCount": 9,
68
+ "operationsCount": 15,
57
69
  "pendingOperations": Array [],
58
70
  "seedIdentifier": "03d5e0ebb3f1ae2afe87e5d5a24b5029a59cc12f8fd1056840091b2f0b97e54e83",
59
- "spendableBalance": "641291",
71
+ "spendableBalance": "187390",
60
72
  "starred": false,
61
73
  "swapHistory": Array [],
62
74
  "syncHash": undefined,
@@ -113,6 +125,7 @@ Array [
113
125
  "blockHeight": "6982352",
114
126
  "contract": undefined,
115
127
  "extra": Object {
128
+ "memo": "Ledger Live",
116
129
  "validators": Array [
117
130
  Object {
118
131
  "address": "axelarvaloper1gp957czryfgyvxwn3tfnyy2f0t9g2p4ppzdrn6",
@@ -132,12 +145,40 @@ Array [
132
145
  "type": "DELEGATE",
133
146
  "value": "1720",
134
147
  },
148
+ Object {
149
+ "accountId": "js:2:axelar:axelar1gyauvl44q2apn3u3aujm36q8zrj74vry3kglyg:",
150
+ "blockHash": null,
151
+ "blockHeight": "7128695",
152
+ "contract": undefined,
153
+ "extra": Object {
154
+ "memo": "Ledger Live",
155
+ "sourceValidator": "axelarvaloper13s44uvtzf578zjze9eqeh0mnemj60pwn83frcp",
156
+ "validators": Array [
157
+ Object {
158
+ "address": "axelarvaloper1zh9wrak6ke4n6fclj5e8yk397czv430ygs5jz7",
159
+ "amount": "12500",
160
+ },
161
+ ],
162
+ },
163
+ "fee": "2037",
164
+ "hash": "2F72175DF55CDB0D72A719E26CDCF0854A53AE7A9C90C9F80F9C9786716B427E",
165
+ "id": "js:2:axelar:axelar1gyauvl44q2apn3u3aujm36q8zrj74vry3kglyg:-2F72175DF55CDB0D72A719E26CDCF0854A53AE7A9C90C9F80F9C9786716B427E-REDELEGATE",
166
+ "operator": undefined,
167
+ "recipients": Array [],
168
+ "senders": Array [],
169
+ "standard": undefined,
170
+ "tokenId": undefined,
171
+ "transactionSequenceNumber": 12,
172
+ "type": "REDELEGATE",
173
+ "value": "2037",
174
+ },
135
175
  Object {
136
176
  "accountId": "js:2:axelar:axelar1gyauvl44q2apn3u3aujm36q8zrj74vry3kglyg:",
137
177
  "blockHash": null,
138
178
  "blockHeight": "6982188",
139
179
  "contract": undefined,
140
180
  "extra": Object {
181
+ "memo": "For integration tests",
141
182
  "validators": Array [],
142
183
  },
143
184
  "fee": "694",
@@ -156,12 +197,38 @@ Array [
156
197
  "type": "IN",
157
198
  "value": "1000000",
158
199
  },
200
+ Object {
201
+ "accountId": "js:2:axelar:axelar1gyauvl44q2apn3u3aujm36q8zrj74vry3kglyg:",
202
+ "blockHash": null,
203
+ "blockHeight": "7128660",
204
+ "contract": undefined,
205
+ "extra": Object {
206
+ "memo": "",
207
+ "validators": Array [],
208
+ },
209
+ "fee": "569",
210
+ "hash": "46641304B911BB75CC65670577B3C2B980ABA3ACCCC4562A68008A7733B475AB",
211
+ "id": "js:2:axelar:axelar1gyauvl44q2apn3u3aujm36q8zrj74vry3kglyg:-46641304B911BB75CC65670577B3C2B980ABA3ACCCC4562A68008A7733B475AB-OUT",
212
+ "operator": undefined,
213
+ "recipients": Array [
214
+ "axelar1g84934jpu3v5de5yqukkkhxmcvsw3u2akg6fx7",
215
+ ],
216
+ "senders": Array [
217
+ "axelar1gyauvl44q2apn3u3aujm36q8zrj74vry3kglyg",
218
+ ],
219
+ "standard": undefined,
220
+ "tokenId": undefined,
221
+ "transactionSequenceNumber": 9,
222
+ "type": "OUT",
223
+ "value": "200569",
224
+ },
159
225
  Object {
160
226
  "accountId": "js:2:axelar:axelar1gyauvl44q2apn3u3aujm36q8zrj74vry3kglyg:",
161
227
  "blockHash": null,
162
228
  "blockHeight": "6982330",
163
229
  "contract": undefined,
164
230
  "extra": Object {
231
+ "memo": "Ledger Live",
165
232
  "validators": Array [
166
233
  Object {
167
234
  "address": "axelarvaloper1uvx854yjzn9re8vu74067u68r4ar70tywgpcwg",
@@ -181,12 +248,39 @@ Array [
181
248
  "type": "UNDELEGATE",
182
249
  "value": "1461",
183
250
  },
251
+ Object {
252
+ "accountId": "js:2:axelar:axelar1gyauvl44q2apn3u3aujm36q8zrj74vry3kglyg:",
253
+ "blockHash": null,
254
+ "blockHeight": "6982335",
255
+ "contract": undefined,
256
+ "extra": Object {
257
+ "memo": "Ledger Live",
258
+ "validators": Array [
259
+ Object {
260
+ "address": "axelarvaloper1kj8j6hkmgfvtxpgfuskj602sxs5dsfkm6ewm4l",
261
+ "amount": "0",
262
+ },
263
+ ],
264
+ },
265
+ "fee": "884",
266
+ "hash": "56B63F0E38344CE3EE51C3F82DB9FFE109527682DE8B424FEBE124AF4ADF23B6",
267
+ "id": "js:2:axelar:axelar1gyauvl44q2apn3u3aujm36q8zrj74vry3kglyg:-56B63F0E38344CE3EE51C3F82DB9FFE109527682DE8B424FEBE124AF4ADF23B6-REWARD",
268
+ "operator": undefined,
269
+ "recipients": Array [],
270
+ "senders": Array [],
271
+ "standard": undefined,
272
+ "tokenId": undefined,
273
+ "transactionSequenceNumber": 6,
274
+ "type": "REWARD",
275
+ "value": "0",
276
+ },
184
277
  Object {
185
278
  "accountId": "js:2:axelar:axelar1gyauvl44q2apn3u3aujm36q8zrj74vry3kglyg:",
186
279
  "blockHash": null,
187
280
  "blockHeight": "6982305",
188
281
  "contract": undefined,
189
282
  "extra": Object {
283
+ "memo": "Ledger Live",
190
284
  "validators": Array [
191
285
  Object {
192
286
  "address": "axelarvaloper1kj8j6hkmgfvtxpgfuskj602sxs5dsfkm6ewm4l",
@@ -212,6 +306,7 @@ Array [
212
306
  "blockHeight": "6982298",
213
307
  "contract": undefined,
214
308
  "extra": Object {
309
+ "memo": "Ledger Live",
215
310
  "validators": Array [
216
311
  Object {
217
312
  "address": "axelarvaloper1kj8j6hkmgfvtxpgfuskj602sxs5dsfkm6ewm4l",
@@ -231,12 +326,39 @@ Array [
231
326
  "type": "DELEGATE",
232
327
  "value": "1160",
233
328
  },
329
+ Object {
330
+ "accountId": "js:2:axelar:axelar1gyauvl44q2apn3u3aujm36q8zrj74vry3kglyg:",
331
+ "blockHash": null,
332
+ "blockHeight": "7128670",
333
+ "contract": undefined,
334
+ "extra": Object {
335
+ "memo": "Ledger Live",
336
+ "validators": Array [
337
+ Object {
338
+ "address": "axelarvaloper1gp957czryfgyvxwn3tfnyy2f0t9g2p4ppzdrn6",
339
+ "amount": "1",
340
+ },
341
+ ],
342
+ },
343
+ "fee": "1720",
344
+ "hash": "AA64392CC7A0384AEA14DAA23B69E5DA873022A30A786E8C550FA57E8C618EA2",
345
+ "id": "js:2:axelar:axelar1gyauvl44q2apn3u3aujm36q8zrj74vry3kglyg:-AA64392CC7A0384AEA14DAA23B69E5DA873022A30A786E8C550FA57E8C618EA2-DELEGATE",
346
+ "operator": undefined,
347
+ "recipients": Array [],
348
+ "senders": Array [],
349
+ "standard": undefined,
350
+ "tokenId": undefined,
351
+ "transactionSequenceNumber": 11,
352
+ "type": "DELEGATE",
353
+ "value": "1720",
354
+ },
234
355
  Object {
235
356
  "accountId": "js:2:axelar:axelar1gyauvl44q2apn3u3aujm36q8zrj74vry3kglyg:",
236
357
  "blockHash": null,
237
358
  "blockHeight": "6982323",
238
359
  "contract": undefined,
239
360
  "extra": Object {
361
+ "memo": "Ledger Live",
240
362
  "sourceValidator": "axelarvaloper1uvx854yjzn9re8vu74067u68r4ar70tywgpcwg",
241
363
  "validators": Array [
242
364
  Object {
@@ -257,12 +379,39 @@ Array [
257
379
  "type": "REDELEGATE",
258
380
  "value": "1947",
259
381
  },
382
+ Object {
383
+ "accountId": "js:2:axelar:axelar1gyauvl44q2apn3u3aujm36q8zrj74vry3kglyg:",
384
+ "blockHash": null,
385
+ "blockHeight": "7128665",
386
+ "contract": undefined,
387
+ "extra": Object {
388
+ "memo": "Ledger Live",
389
+ "validators": Array [
390
+ Object {
391
+ "address": "axelarvaloper1gp957czryfgyvxwn3tfnyy2f0t9g2p4ppzdrn6",
392
+ "amount": "315",
393
+ },
394
+ ],
395
+ },
396
+ "fee": "989",
397
+ "hash": "CD33D88E365600C6F73433D9929182A45CC0B699316FA29C2C13F7E3877A7049",
398
+ "id": "js:2:axelar:axelar1gyauvl44q2apn3u3aujm36q8zrj74vry3kglyg:-CD33D88E365600C6F73433D9929182A45CC0B699316FA29C2C13F7E3877A7049-REWARD",
399
+ "operator": undefined,
400
+ "recipients": Array [],
401
+ "senders": Array [],
402
+ "standard": undefined,
403
+ "tokenId": undefined,
404
+ "transactionSequenceNumber": 10,
405
+ "type": "REWARD",
406
+ "value": "315",
407
+ },
260
408
  Object {
261
409
  "accountId": "js:2:axelar:axelar1gyauvl44q2apn3u3aujm36q8zrj74vry3kglyg:",
262
410
  "blockHash": null,
263
411
  "blockHeight": "6982314",
264
412
  "contract": undefined,
265
413
  "extra": Object {
414
+ "memo": "Ledger Live",
266
415
  "validators": Array [
267
416
  Object {
268
417
  "address": "axelarvaloper1uvx854yjzn9re8vu74067u68r4ar70tywgpcwg",
@@ -288,6 +437,7 @@ Array [
288
437
  "blockHeight": "6982342",
289
438
  "contract": undefined,
290
439
  "extra": Object {
440
+ "memo": "Sending tx test",
291
441
  "validators": Array [],
292
442
  },
293
443
  "fee": "571",
@@ -306,12 +456,39 @@ Array [
306
456
  "type": "OUT",
307
457
  "value": "10571",
308
458
  },
459
+ Object {
460
+ "accountId": "js:2:axelar:axelar1gyauvl44q2apn3u3aujm36q8zrj74vry3kglyg:",
461
+ "blockHash": null,
462
+ "blockHeight": "7128712",
463
+ "contract": undefined,
464
+ "extra": Object {
465
+ "memo": "Ledger Live",
466
+ "validators": Array [
467
+ Object {
468
+ "address": "axelarvaloper1tee73c83k2vqky9gt59jd3ztwxhqjm27l588q6",
469
+ "amount": "247247",
470
+ },
471
+ ],
472
+ },
473
+ "fee": "1025",
474
+ "hash": "F182D356851CBF8685014E1DA9CDA517369123E2A5FD716F367EA6ED05287A4B",
475
+ "id": "js:2:axelar:axelar1gyauvl44q2apn3u3aujm36q8zrj74vry3kglyg:-F182D356851CBF8685014E1DA9CDA517369123E2A5FD716F367EA6ED05287A4B-DELEGATE",
476
+ "operator": undefined,
477
+ "recipients": Array [],
478
+ "senders": Array [],
479
+ "standard": undefined,
480
+ "tokenId": undefined,
481
+ "transactionSequenceNumber": 14,
482
+ "type": "DELEGATE",
483
+ "value": "1025",
484
+ },
309
485
  Object {
310
486
  "accountId": "js:2:axelar:axelar1gyauvl44q2apn3u3aujm36q8zrj74vry3kglyg:",
311
487
  "blockHash": null,
312
488
  "blockHeight": "6982310",
313
489
  "contract": undefined,
314
490
  "extra": Object {
491
+ "memo": "Ledger Live",
315
492
  "validators": Array [
316
493
  Object {
317
494
  "address": "axelarvaloper1gp957czryfgyvxwn3tfnyy2f0t9g2p4ppzdrn6",
@@ -339,13 +516,14 @@ Array [
339
516
  exports[`cosmos currency bridge scanAccounts cosmos seed 1 1`] = `
340
517
  Array [
341
518
  Object {
342
- "balance": "3038644",
519
+ "balance": "3085354",
343
520
  "cosmosResources": Object {
344
- "delegatedBalance": "1631219",
521
+ "delegatedBalance": "1555109",
345
522
  "withdrawAddress": "cosmos1g84934jpu3v5de5yqukkkhxmcvsw3u2ajxvpdl",
346
523
  },
347
524
  "currencyId": "cosmos",
348
525
  "derivationMode": "",
526
+ "feesCurrencyId": undefined,
349
527
  "freshAddress": "cosmos1g84934jpu3v5de5yqukkkhxmcvsw3u2ajxvpdl",
350
528
  "freshAddressPath": "44'/118'/0'/0/0",
351
529
  "freshAddresses": Array [
@@ -358,7 +536,7 @@ Array [
358
536
  "index": 0,
359
537
  "name": "Cosmos 1",
360
538
  "nfts": undefined,
361
- "operationsCount": 67,
539
+ "operationsCount": 74,
362
540
  "pendingOperations": Array [],
363
541
  "seedIdentifier": "0388459b2653519948b12492f1a0b464720110c147a8155d23d423a5cc3c21d89a",
364
542
  "starred": false,
@@ -376,6 +554,7 @@ Array [
376
554
  },
377
555
  "currencyId": "cosmos",
378
556
  "derivationMode": "",
557
+ "feesCurrencyId": undefined,
379
558
  "freshAddress": "cosmos108uy5q9jt59gwugq5yrdhkzcd9jryslmpcstk5",
380
559
  "freshAddressPath": "44'/118'/1'/0/0",
381
560
  "freshAddresses": Array [
@@ -399,13 +578,14 @@ Array [
399
578
  "xpub": "cosmos108uy5q9jt59gwugq5yrdhkzcd9jryslmpcstk5",
400
579
  },
401
580
  Object {
402
- "balance": "279699",
581
+ "balance": "286567",
403
582
  "cosmosResources": Object {
404
583
  "delegatedBalance": "267949",
405
584
  "withdrawAddress": "cosmos1cgc696ay2pg6d4gcejek2y8la66j7e5y3c7kyw",
406
585
  },
407
586
  "currencyId": "cosmos",
408
587
  "derivationMode": "",
588
+ "feesCurrencyId": undefined,
409
589
  "freshAddress": "cosmos1cgc696ay2pg6d4gcejek2y8la66j7e5y3c7kyw",
410
590
  "freshAddressPath": "44'/118'/2'/0/0",
411
591
  "freshAddresses": Array [
@@ -418,7 +598,7 @@ Array [
418
598
  "index": 2,
419
599
  "name": "Cosmos 3",
420
600
  "nfts": undefined,
421
- "operationsCount": 25,
601
+ "operationsCount": 27,
422
602
  "pendingOperations": Array [],
423
603
  "seedIdentifier": "0388459b2653519948b12492f1a0b464720110c147a8155d23d423a5cc3c21d89a",
424
604
  "starred": false,
@@ -436,6 +616,7 @@ Array [
436
616
  },
437
617
  "currencyId": "cosmos",
438
618
  "derivationMode": "",
619
+ "feesCurrencyId": undefined,
439
620
  "freshAddress": "cosmos14tg4vsd0q745fxhzn329pkx0krqtszcxyzl5ku",
440
621
  "freshAddressPath": "44'/118'/3'/0/0",
441
622
  "freshAddresses": Array [
@@ -466,6 +647,7 @@ Array [
466
647
  },
467
648
  "currencyId": "cosmos",
468
649
  "derivationMode": "",
650
+ "feesCurrencyId": undefined,
469
651
  "freshAddress": "cosmos18q6ad294dw5wf7nueq7ctleehxh9fgt8dcecr9",
470
652
  "freshAddressPath": "44'/118'/4'/0/0",
471
653
  "freshAddresses": Array [
@@ -500,6 +682,7 @@ Array [
500
682
  "blockHeight": "13919987",
501
683
  "contract": undefined,
502
684
  "extra": Object {
685
+ "memo": "Ledger Live",
503
686
  "validators": Array [
504
687
  Object {
505
688
  "address": "cosmosvaloper1v5y0tg0jllvxf5c3afml8s3awue0ymju89frut",
@@ -525,6 +708,7 @@ Array [
525
708
  "blockHeight": "13918102",
526
709
  "contract": undefined,
527
710
  "extra": Object {
711
+ "memo": "Ledger Live",
528
712
  "validators": Array [
529
713
  Object {
530
714
  "address": "cosmosvaloper1v5y0tg0jllvxf5c3afml8s3awue0ymju89frut",
@@ -550,6 +734,7 @@ Array [
550
734
  "blockHeight": "13918078",
551
735
  "contract": undefined,
552
736
  "extra": Object {
737
+ "memo": "",
553
738
  "validators": Array [],
554
739
  },
555
740
  "fee": "2250",
@@ -574,6 +759,7 @@ Array [
574
759
  "blockHeight": "12871038",
575
760
  "contract": undefined,
576
761
  "extra": Object {
762
+ "memo": "Ledger Live",
577
763
  "sourceValidator": "cosmosvaloper1sd4tl9aljmmezzudugs7zlaya7pg2895ws8tfs",
578
764
  "validators": Array [
579
765
  Object {
@@ -594,12 +780,39 @@ Array [
594
780
  "type": "REDELEGATE",
595
781
  "value": "18042",
596
782
  },
783
+ Object {
784
+ "accountId": "js:2:cosmos:cosmos1g84934jpu3v5de5yqukkkhxmcvsw3u2ajxvpdl:",
785
+ "blockHash": null,
786
+ "blockHeight": "15065083",
787
+ "contract": undefined,
788
+ "extra": Object {
789
+ "memo": "Ledger Live",
790
+ "validators": Array [
791
+ Object {
792
+ "address": "cosmosvaloper10wljxpl03053h9690apmyeakly3ylhejrucvtm",
793
+ "amount": "50347",
794
+ },
795
+ ],
796
+ },
797
+ "fee": "4555",
798
+ "hash": "1801D3228B149A108DD7584E10BCC2FEC1F18AD4D877463328D154872FCCCB22",
799
+ "id": "js:2:cosmos:cosmos1g84934jpu3v5de5yqukkkhxmcvsw3u2ajxvpdl:-1801D3228B149A108DD7584E10BCC2FEC1F18AD4D877463328D154872FCCCB22-REWARD",
800
+ "operator": undefined,
801
+ "recipients": Array [],
802
+ "senders": Array [],
803
+ "standard": undefined,
804
+ "tokenId": undefined,
805
+ "transactionSequenceNumber": 119,
806
+ "type": "REWARD",
807
+ "value": "50347",
808
+ },
597
809
  Object {
598
810
  "accountId": "js:2:cosmos:cosmos1g84934jpu3v5de5yqukkkhxmcvsw3u2ajxvpdl:",
599
811
  "blockHash": null,
600
812
  "blockHeight": "13604642",
601
813
  "contract": undefined,
602
814
  "extra": Object {
815
+ "memo": "",
603
816
  "validators": Array [],
604
817
  },
605
818
  "fee": "2000",
@@ -618,12 +831,39 @@ Array [
618
831
  "type": "OUT",
619
832
  "value": "3000",
620
833
  },
834
+ Object {
835
+ "accountId": "js:2:cosmos:cosmos1g84934jpu3v5de5yqukkkhxmcvsw3u2ajxvpdl:",
836
+ "blockHash": null,
837
+ "blockHeight": "15121257",
838
+ "contract": undefined,
839
+ "extra": Object {
840
+ "memo": "Ledger Live",
841
+ "validators": Array [
842
+ Object {
843
+ "address": "cosmosvaloper156gqf9837u7d4c4678yt3rl4ls9c5vuursrrzf",
844
+ "amount": "50610",
845
+ },
846
+ ],
847
+ },
848
+ "fee": "6887",
849
+ "hash": "1B33A3D9810EAB1F549545837DA919DA3BFC9E4FFABF578F1F9570BD967964B9",
850
+ "id": "js:2:cosmos:cosmos1g84934jpu3v5de5yqukkkhxmcvsw3u2ajxvpdl:-1B33A3D9810EAB1F549545837DA919DA3BFC9E4FFABF578F1F9570BD967964B9-UNDELEGATE",
851
+ "operator": undefined,
852
+ "recipients": Array [],
853
+ "senders": Array [],
854
+ "standard": undefined,
855
+ "tokenId": undefined,
856
+ "transactionSequenceNumber": 124,
857
+ "type": "UNDELEGATE",
858
+ "value": "6887",
859
+ },
621
860
  Object {
622
861
  "accountId": "js:2:cosmos:cosmos1g84934jpu3v5de5yqukkkhxmcvsw3u2ajxvpdl:",
623
862
  "blockHash": null,
624
863
  "blockHeight": "13640390",
625
864
  "contract": undefined,
626
865
  "extra": Object {
866
+ "memo": "Ledger Live",
627
867
  "validators": Array [
628
868
  Object {
629
869
  "address": "cosmosvaloper196ax4vc0lwpxndu9dyhvca7jhxp70rmcvrj90c",
@@ -649,6 +889,7 @@ Array [
649
889
  "blockHeight": "9309182",
650
890
  "contract": undefined,
651
891
  "extra": Object {
892
+ "memo": "",
652
893
  "validators": Array [],
653
894
  },
654
895
  "fee": "2144",
@@ -673,6 +914,7 @@ Array [
673
914
  "blockHeight": "9449581",
674
915
  "contract": undefined,
675
916
  "extra": Object {
917
+ "memo": "",
676
918
  "validators": Array [],
677
919
  },
678
920
  "fee": "4286",
@@ -697,6 +939,7 @@ Array [
697
939
  "blockHeight": "11769051",
698
940
  "contract": undefined,
699
941
  "extra": Object {
942
+ "memo": "Ledger Live",
700
943
  "validators": Array [
701
944
  Object {
702
945
  "address": "cosmosvaloper1vf44d85es37hwl9f4h9gv0e064m0lla60j9luj",
@@ -722,6 +965,7 @@ Array [
722
965
  "blockHeight": "11765450",
723
966
  "contract": undefined,
724
967
  "extra": Object {
968
+ "memo": "Ledger Live",
725
969
  "validators": Array [
726
970
  Object {
727
971
  "address": "cosmosvaloper1sjllsnramtg3ewxqwwrwjxfgc4n4ef9u2lcnj0",
@@ -747,6 +991,7 @@ Array [
747
991
  "blockHeight": "5421691",
748
992
  "contract": undefined,
749
993
  "extra": Object {
994
+ "memo": "",
750
995
  "validators": Array [],
751
996
  },
752
997
  "fee": "5203",
@@ -771,6 +1016,7 @@ Array [
771
1016
  "blockHeight": "12870340",
772
1017
  "contract": undefined,
773
1018
  "extra": Object {
1019
+ "memo": "Ledger Live",
774
1020
  "sourceValidator": "cosmosvaloper1grgelyng2v6v3t8z87wu3sxgt9m5s03xfytvz7",
775
1021
  "validators": Array [
776
1022
  Object {
@@ -797,6 +1043,7 @@ Array [
797
1043
  "blockHeight": "5421734",
798
1044
  "contract": undefined,
799
1045
  "extra": Object {
1046
+ "memo": "",
800
1047
  "validators": Array [],
801
1048
  },
802
1049
  "fee": "5203",
@@ -815,12 +1062,38 @@ Array [
815
1062
  "type": "IN",
816
1063
  "value": "1000",
817
1064
  },
1065
+ Object {
1066
+ "accountId": "js:2:cosmos:cosmos1g84934jpu3v5de5yqukkkhxmcvsw3u2ajxvpdl:",
1067
+ "blockHash": null,
1068
+ "blockHeight": "15063652",
1069
+ "contract": undefined,
1070
+ "extra": Object {
1071
+ "memo": "Test memo ATOM",
1072
+ "validators": Array [],
1073
+ },
1074
+ "fee": "2136",
1075
+ "hash": "2E37AD7695EB9CC649BD24BFF71171D83A11D7BED5599158FF1B8BDBFCB5CB8B",
1076
+ "id": "js:2:cosmos:cosmos1g84934jpu3v5de5yqukkkhxmcvsw3u2ajxvpdl:-2E37AD7695EB9CC649BD24BFF71171D83A11D7BED5599158FF1B8BDBFCB5CB8B-OUT",
1077
+ "operator": undefined,
1078
+ "recipients": Array [
1079
+ "cosmos1cgc696ay2pg6d4gcejek2y8la66j7e5y3c7kyw",
1080
+ ],
1081
+ "senders": Array [
1082
+ "cosmos1g84934jpu3v5de5yqukkkhxmcvsw3u2ajxvpdl",
1083
+ ],
1084
+ "standard": undefined,
1085
+ "tokenId": undefined,
1086
+ "transactionSequenceNumber": 118,
1087
+ "type": "OUT",
1088
+ "value": "12136",
1089
+ },
818
1090
  Object {
819
1091
  "accountId": "js:2:cosmos:cosmos1g84934jpu3v5de5yqukkkhxmcvsw3u2ajxvpdl:",
820
1092
  "blockHash": null,
821
1093
  "blockHeight": "12796690",
822
1094
  "contract": undefined,
823
1095
  "extra": Object {
1096
+ "memo": "",
824
1097
  "validators": Array [],
825
1098
  },
826
1099
  "fee": "3344",
@@ -845,6 +1118,7 @@ Array [
845
1118
  "blockHeight": "12858252",
846
1119
  "contract": undefined,
847
1120
  "extra": Object {
1121
+ "memo": "",
848
1122
  "validators": Array [],
849
1123
  },
850
1124
  "fee": "2000",
@@ -869,6 +1143,7 @@ Array [
869
1143
  "blockHeight": "13798104",
870
1144
  "contract": undefined,
871
1145
  "extra": Object {
1146
+ "memo": "",
872
1147
  "validators": Array [],
873
1148
  },
874
1149
  "fee": "2000",
@@ -893,6 +1168,7 @@ Array [
893
1168
  "blockHeight": "10348199",
894
1169
  "contract": undefined,
895
1170
  "extra": Object {
1171
+ "memo": "",
896
1172
  "validators": Array [],
897
1173
  },
898
1174
  "fee": "3345",
@@ -917,6 +1193,7 @@ Array [
917
1193
  "blockHeight": "9956697",
918
1194
  "contract": undefined,
919
1195
  "extra": Object {
1196
+ "memo": "it works",
920
1197
  "validators": Array [],
921
1198
  },
922
1199
  "fee": "3080",
@@ -941,6 +1218,7 @@ Array [
941
1218
  "blockHeight": "9439493",
942
1219
  "contract": undefined,
943
1220
  "extra": Object {
1221
+ "memo": "",
944
1222
  "validators": Array [],
945
1223
  },
946
1224
  "fee": "4286",
@@ -965,6 +1243,7 @@ Array [
965
1243
  "blockHeight": "12611872",
966
1244
  "contract": undefined,
967
1245
  "extra": Object {
1246
+ "memo": "",
968
1247
  "validators": Array [],
969
1248
  },
970
1249
  "fee": "3792",
@@ -989,6 +1268,7 @@ Array [
989
1268
  "blockHeight": "9610331",
990
1269
  "contract": undefined,
991
1270
  "extra": Object {
1271
+ "memo": "Ledger Live",
992
1272
  "validators": Array [
993
1273
  Object {
994
1274
  "address": "cosmosvaloper1qwl879nx9t6kef4supyazayf7vjhennyh568ys",
@@ -1014,6 +1294,7 @@ Array [
1014
1294
  "blockHeight": "9956265",
1015
1295
  "contract": undefined,
1016
1296
  "extra": Object {
1297
+ "memo": "Ledger Live",
1017
1298
  "validators": Array [
1018
1299
  Object {
1019
1300
  "address": "cosmosvaloper1qwl879nx9t6kef4supyazayf7vjhennyh568ys",
@@ -1039,6 +1320,7 @@ Array [
1039
1320
  "blockHeight": "5610846",
1040
1321
  "contract": undefined,
1041
1322
  "extra": Object {
1323
+ "memo": "",
1042
1324
  "validators": Array [],
1043
1325
  },
1044
1326
  "fee": "5193",
@@ -1063,6 +1345,7 @@ Array [
1063
1345
  "blockHeight": "11768983",
1064
1346
  "contract": undefined,
1065
1347
  "extra": Object {
1348
+ "memo": "Ledger Live",
1066
1349
  "validators": Array [
1067
1350
  Object {
1068
1351
  "address": "cosmosvaloper1hjct6q7npsspsg3dgvzk3sdf89spmlpfdn6m9d",
@@ -1088,6 +1371,7 @@ Array [
1088
1371
  "blockHeight": "12870879",
1089
1372
  "contract": undefined,
1090
1373
  "extra": Object {
1374
+ "memo": "Ledger Live",
1091
1375
  "sourceValidator": "cosmosvaloper1vf44d85es37hwl9f4h9gv0e064m0lla60j9luj",
1092
1376
  "validators": Array [
1093
1377
  Object {
@@ -1114,6 +1398,7 @@ Array [
1114
1398
  "blockHeight": "13016043",
1115
1399
  "contract": undefined,
1116
1400
  "extra": Object {
1401
+ "memo": "",
1117
1402
  "validators": Array [],
1118
1403
  },
1119
1404
  "fee": "3340",
@@ -1138,6 +1423,7 @@ Array [
1138
1423
  "blockHeight": "8778816",
1139
1424
  "contract": undefined,
1140
1425
  "extra": Object {
1426
+ "memo": "",
1141
1427
  "validators": Array [],
1142
1428
  },
1143
1429
  "fee": "5178",
@@ -1162,6 +1448,7 @@ Array [
1162
1448
  "blockHeight": "12823753",
1163
1449
  "contract": undefined,
1164
1450
  "extra": Object {
1451
+ "memo": "",
1165
1452
  "validators": Array [],
1166
1453
  },
1167
1454
  "fee": "3340",
@@ -1180,12 +1467,39 @@ Array [
1180
1467
  "type": "IN",
1181
1468
  "value": "1000",
1182
1469
  },
1470
+ Object {
1471
+ "accountId": "js:2:cosmos:cosmos1g84934jpu3v5de5yqukkkhxmcvsw3u2ajxvpdl:",
1472
+ "blockHash": null,
1473
+ "blockHeight": "15078715",
1474
+ "contract": undefined,
1475
+ "extra": Object {
1476
+ "memo": "Ledger Live",
1477
+ "validators": Array [
1478
+ Object {
1479
+ "address": "cosmosvaloper1sjllsnramtg3ewxqwwrwjxfgc4n4ef9u2lcnj0",
1480
+ "amount": "25500",
1481
+ },
1482
+ ],
1483
+ },
1484
+ "fee": "6250",
1485
+ "hash": "815C99574E48540D8F4FB7C14ADFCD265AAB0AA2B358E9BF48DBB29E29C66345",
1486
+ "id": "js:2:cosmos:cosmos1g84934jpu3v5de5yqukkkhxmcvsw3u2ajxvpdl:-815C99574E48540D8F4FB7C14ADFCD265AAB0AA2B358E9BF48DBB29E29C66345-UNDELEGATE",
1487
+ "operator": undefined,
1488
+ "recipients": Array [],
1489
+ "senders": Array [],
1490
+ "standard": undefined,
1491
+ "tokenId": undefined,
1492
+ "transactionSequenceNumber": 122,
1493
+ "type": "UNDELEGATE",
1494
+ "value": "6250",
1495
+ },
1183
1496
  Object {
1184
1497
  "accountId": "js:2:cosmos:cosmos1g84934jpu3v5de5yqukkkhxmcvsw3u2ajxvpdl:",
1185
1498
  "blockHash": null,
1186
1499
  "blockHeight": "14489118",
1187
1500
  "contract": undefined,
1188
1501
  "extra": Object {
1502
+ "memo": "Ledger Live",
1189
1503
  "validators": Array [
1190
1504
  Object {
1191
1505
  "address": "cosmosvaloper196ax4vc0lwpxndu9dyhvca7jhxp70rmcvrj90c",
@@ -1211,6 +1525,7 @@ Array [
1211
1525
  "blockHeight": "9692513",
1212
1526
  "contract": undefined,
1213
1527
  "extra": Object {
1528
+ "memo": "Ledger test",
1214
1529
  "validators": Array [],
1215
1530
  },
1216
1531
  "fee": "3077",
@@ -1235,6 +1550,7 @@ Array [
1235
1550
  "blockHeight": "13597301",
1236
1551
  "contract": undefined,
1237
1552
  "extra": Object {
1553
+ "memo": "",
1238
1554
  "validators": Array [],
1239
1555
  },
1240
1556
  "fee": "2000",
@@ -1259,6 +1575,7 @@ Array [
1259
1575
  "blockHeight": "11768998",
1260
1576
  "contract": undefined,
1261
1577
  "extra": Object {
1578
+ "memo": "Ledger Live",
1262
1579
  "validators": Array [
1263
1580
  Object {
1264
1581
  "address": "cosmosvaloper1grgelyng2v6v3t8z87wu3sxgt9m5s03xfytvz7",
@@ -1284,6 +1601,7 @@ Array [
1284
1601
  "blockHeight": "9449621",
1285
1602
  "contract": undefined,
1286
1603
  "extra": Object {
1604
+ "memo": "",
1287
1605
  "validators": Array [],
1288
1606
  },
1289
1607
  "fee": "4286",
@@ -1308,6 +1626,7 @@ Array [
1308
1626
  "blockHeight": "5297866",
1309
1627
  "contract": undefined,
1310
1628
  "extra": Object {
1629
+ "memo": "Ledger Live",
1311
1630
  "validators": Array [
1312
1631
  Object {
1313
1632
  "address": "cosmosvaloper1crqm3598z6qmyn2kkcl9dz7uqs4qdqnr6s8jdn",
@@ -1333,6 +1652,7 @@ Array [
1333
1652
  "blockHeight": "13604648",
1334
1653
  "contract": undefined,
1335
1654
  "extra": Object {
1655
+ "memo": "Ledger Live",
1336
1656
  "validators": Array [
1337
1657
  Object {
1338
1658
  "address": "cosmosvaloper10wljxpl03053h9690apmyeakly3ylhejrucvtm",
@@ -1358,6 +1678,7 @@ Array [
1358
1678
  "blockHeight": "12790064",
1359
1679
  "contract": undefined,
1360
1680
  "extra": Object {
1681
+ "memo": "",
1361
1682
  "validators": Array [],
1362
1683
  },
1363
1684
  "fee": "3344",
@@ -1382,6 +1703,7 @@ Array [
1382
1703
  "blockHeight": "13604203",
1383
1704
  "contract": undefined,
1384
1705
  "extra": Object {
1706
+ "memo": "",
1385
1707
  "validators": Array [],
1386
1708
  },
1387
1709
  "fee": "2000",
@@ -1406,6 +1728,7 @@ Array [
1406
1728
  "blockHeight": "8778735",
1407
1729
  "contract": undefined,
1408
1730
  "extra": Object {
1731
+ "memo": "",
1409
1732
  "validators": Array [],
1410
1733
  },
1411
1734
  "fee": "5178",
@@ -1430,6 +1753,7 @@ Array [
1430
1753
  "blockHeight": "5421368",
1431
1754
  "contract": undefined,
1432
1755
  "extra": Object {
1756
+ "memo": "",
1433
1757
  "validators": Array [],
1434
1758
  },
1435
1759
  "fee": "5174",
@@ -1454,6 +1778,7 @@ Array [
1454
1778
  "blockHeight": "8861730",
1455
1779
  "contract": undefined,
1456
1780
  "extra": Object {
1781
+ "memo": "",
1457
1782
  "validators": Array [],
1458
1783
  },
1459
1784
  "fee": "5178",
@@ -1478,6 +1803,7 @@ Array [
1478
1803
  "blockHeight": "13598374",
1479
1804
  "contract": undefined,
1480
1805
  "extra": Object {
1806
+ "memo": "",
1481
1807
  "validators": Array [],
1482
1808
  },
1483
1809
  "fee": "2000",
@@ -1502,6 +1828,7 @@ Array [
1502
1828
  "blockHeight": "12823838",
1503
1829
  "contract": undefined,
1504
1830
  "extra": Object {
1831
+ "memo": "",
1505
1832
  "validators": Array [],
1506
1833
  },
1507
1834
  "fee": "3340",
@@ -1526,6 +1853,7 @@ Array [
1526
1853
  "blockHeight": "11765278",
1527
1854
  "contract": undefined,
1528
1855
  "extra": Object {
1856
+ "memo": "Ledger Live",
1529
1857
  "validators": Array [
1530
1858
  Object {
1531
1859
  "address": "cosmosvaloper1kn3wugetjuy4zetlq6wadchfhvu3x740ae6z6x",
@@ -1551,6 +1879,7 @@ Array [
1551
1879
  "blockHeight": "12879931",
1552
1880
  "contract": undefined,
1553
1881
  "extra": Object {
1882
+ "memo": "Ledger Live",
1554
1883
  "sourceValidator": "cosmosvaloper1clpqr4nrk4khgkxj78fcwwh6dl3uw4epsluffn",
1555
1884
  "validators": Array [
1556
1885
  Object {
@@ -1577,6 +1906,7 @@ Array [
1577
1906
  "blockHeight": "13311982",
1578
1907
  "contract": undefined,
1579
1908
  "extra": Object {
1909
+ "memo": "",
1580
1910
  "validators": Array [],
1581
1911
  },
1582
1912
  "fee": "3349",
@@ -1601,6 +1931,7 @@ Array [
1601
1931
  "blockHeight": "13354886",
1602
1932
  "contract": undefined,
1603
1933
  "extra": Object {
1934
+ "memo": "Ledger Live",
1604
1935
  "validators": Array [
1605
1936
  Object {
1606
1937
  "address": "cosmosvaloper1kn3wugetjuy4zetlq6wadchfhvu3x740ae6z6x",
@@ -1626,6 +1957,7 @@ Array [
1626
1957
  "blockHeight": "9447888",
1627
1958
  "contract": undefined,
1628
1959
  "extra": Object {
1960
+ "memo": "",
1629
1961
  "validators": Array [],
1630
1962
  },
1631
1963
  "fee": "3062",
@@ -1650,6 +1982,7 @@ Array [
1650
1982
  "blockHeight": "12791618",
1651
1983
  "contract": undefined,
1652
1984
  "extra": Object {
1985
+ "memo": "1",
1653
1986
  "validators": Array [],
1654
1987
  },
1655
1988
  "fee": "3345",
@@ -1674,6 +2007,7 @@ Array [
1674
2007
  "blockHeight": "11765235",
1675
2008
  "contract": undefined,
1676
2009
  "extra": Object {
2010
+ "memo": "Ledger Live",
1677
2011
  "validators": Array [
1678
2012
  Object {
1679
2013
  "address": "cosmosvaloper156gqf9837u7d4c4678yt3rl4ls9c5vuursrrzf",
@@ -1699,6 +2033,7 @@ Array [
1699
2033
  "blockHeight": "14103956",
1700
2034
  "contract": undefined,
1701
2035
  "extra": Object {
2036
+ "memo": "Ledger Live",
1702
2037
  "validators": Array [
1703
2038
  Object {
1704
2039
  "address": "cosmosvaloper10wljxpl03053h9690apmyeakly3ylhejrucvtm",
@@ -1724,6 +2059,7 @@ Array [
1724
2059
  "blockHeight": "10448659",
1725
2060
  "contract": undefined,
1726
2061
  "extra": Object {
2062
+ "memo": "",
1727
2063
  "validators": Array [],
1728
2064
  },
1729
2065
  "fee": "3791",
@@ -1748,6 +2084,7 @@ Array [
1748
2084
  "blockHeight": "11602123",
1749
2085
  "contract": undefined,
1750
2086
  "extra": Object {
2087
+ "memo": "Ledger Live",
1751
2088
  "validators": Array [
1752
2089
  Object {
1753
2090
  "address": "cosmosvaloper1crqm3598z6qmyn2kkcl9dz7uqs4qdqnr6s8jdn",
@@ -1773,6 +2110,7 @@ Array [
1773
2110
  "blockHeight": "8765958",
1774
2111
  "contract": undefined,
1775
2112
  "extra": Object {
2113
+ "memo": "",
1776
2114
  "validators": Array [],
1777
2115
  },
1778
2116
  "fee": "5178",
@@ -1797,6 +2135,7 @@ Array [
1797
2135
  "blockHeight": "13343490",
1798
2136
  "contract": undefined,
1799
2137
  "extra": Object {
2138
+ "memo": "",
1800
2139
  "validators": Array [],
1801
2140
  },
1802
2141
  "fee": "3346",
@@ -1821,6 +2160,7 @@ Array [
1821
2160
  "blockHeight": "13560110",
1822
2161
  "contract": undefined,
1823
2162
  "extra": Object {
2163
+ "memo": "",
1824
2164
  "validators": Array [],
1825
2165
  },
1826
2166
  "fee": "2000",
@@ -1845,6 +2185,7 @@ Array [
1845
2185
  "blockHeight": "13343115",
1846
2186
  "contract": undefined,
1847
2187
  "extra": Object {
2188
+ "memo": "",
1848
2189
  "validators": Array [],
1849
2190
  },
1850
2191
  "fee": "5250",
@@ -1869,6 +2210,7 @@ Array [
1869
2210
  "blockHeight": "5421671",
1870
2211
  "contract": undefined,
1871
2212
  "extra": Object {
2213
+ "memo": "",
1872
2214
  "validators": Array [],
1873
2215
  },
1874
2216
  "fee": "5565",
@@ -1887,12 +2229,39 @@ Array [
1887
2229
  "type": "IN",
1888
2230
  "value": "1000",
1889
2231
  },
2232
+ Object {
2233
+ "accountId": "js:2:cosmos:cosmos1g84934jpu3v5de5yqukkkhxmcvsw3u2ajxvpdl:",
2234
+ "blockHash": null,
2235
+ "blockHeight": "15065133",
2236
+ "contract": undefined,
2237
+ "extra": Object {
2238
+ "memo": "Ledger Live",
2239
+ "validators": Array [
2240
+ Object {
2241
+ "address": "cosmosvaloper10wljxpl03053h9690apmyeakly3ylhejrucvtm",
2242
+ "amount": "2",
2243
+ },
2244
+ ],
2245
+ },
2246
+ "fee": "4555",
2247
+ "hash": "C413894FBD0594E953F07695F696CBF9262698FE3D1F8D6F0026DE878274EEDE",
2248
+ "id": "js:2:cosmos:cosmos1g84934jpu3v5de5yqukkkhxmcvsw3u2ajxvpdl:-C413894FBD0594E953F07695F696CBF9262698FE3D1F8D6F0026DE878274EEDE-REWARD",
2249
+ "operator": undefined,
2250
+ "recipients": Array [],
2251
+ "senders": Array [],
2252
+ "standard": undefined,
2253
+ "tokenId": undefined,
2254
+ "transactionSequenceNumber": 120,
2255
+ "type": "REWARD",
2256
+ "value": "2",
2257
+ },
1890
2258
  Object {
1891
2259
  "accountId": "js:2:cosmos:cosmos1g84934jpu3v5de5yqukkkhxmcvsw3u2ajxvpdl:",
1892
2260
  "blockHash": null,
1893
2261
  "blockHeight": "8946424",
1894
2262
  "contract": undefined,
1895
2263
  "extra": Object {
2264
+ "memo": "",
1896
2265
  "validators": Array [],
1897
2266
  },
1898
2267
  "fee": "5181",
@@ -1917,6 +2286,7 @@ Array [
1917
2286
  "blockHeight": "12790186",
1918
2287
  "contract": undefined,
1919
2288
  "extra": Object {
2289
+ "memo": "",
1920
2290
  "validators": Array [],
1921
2291
  },
1922
2292
  "fee": "3344",
@@ -1941,6 +2311,7 @@ Array [
1941
2311
  "blockHeight": "8779134",
1942
2312
  "contract": undefined,
1943
2313
  "extra": Object {
2314
+ "memo": "Ledger Live",
1944
2315
  "validators": Array [
1945
2316
  Object {
1946
2317
  "address": "cosmosvaloper1qwl879nx9t6kef4supyazayf7vjhennyh568ys",
@@ -1966,6 +2337,7 @@ Array [
1966
2337
  "blockHeight": "12823918",
1967
2338
  "contract": undefined,
1968
2339
  "extra": Object {
2340
+ "memo": "",
1969
2341
  "validators": Array [],
1970
2342
  },
1971
2343
  "fee": "3337",
@@ -1984,12 +2356,40 @@ Array [
1984
2356
  "type": "IN",
1985
2357
  "value": "1000",
1986
2358
  },
2359
+ Object {
2360
+ "accountId": "js:2:cosmos:cosmos1g84934jpu3v5de5yqukkkhxmcvsw3u2ajxvpdl:",
2361
+ "blockHash": null,
2362
+ "blockHeight": "15121237",
2363
+ "contract": undefined,
2364
+ "extra": Object {
2365
+ "memo": "Ledger Live",
2366
+ "sourceValidator": "cosmosvaloper196ax4vc0lwpxndu9dyhvca7jhxp70rmcvrj90c",
2367
+ "validators": Array [
2368
+ Object {
2369
+ "address": "cosmosvaloper10wljxpl03053h9690apmyeakly3ylhejrucvtm",
2370
+ "amount": "1042",
2371
+ },
2372
+ ],
2373
+ },
2374
+ "fee": "9850",
2375
+ "hash": "D2E5823B5BE31F699DF7EAA0D3B4567C396A914D0AB1D91F16613CB8FD748462",
2376
+ "id": "js:2:cosmos:cosmos1g84934jpu3v5de5yqukkkhxmcvsw3u2ajxvpdl:-D2E5823B5BE31F699DF7EAA0D3B4567C396A914D0AB1D91F16613CB8FD748462-REDELEGATE",
2377
+ "operator": undefined,
2378
+ "recipients": Array [],
2379
+ "senders": Array [],
2380
+ "standard": undefined,
2381
+ "tokenId": undefined,
2382
+ "transactionSequenceNumber": 123,
2383
+ "type": "REDELEGATE",
2384
+ "value": "9850",
2385
+ },
1987
2386
  Object {
1988
2387
  "accountId": "js:2:cosmos:cosmos1g84934jpu3v5de5yqukkkhxmcvsw3u2ajxvpdl:",
1989
2388
  "blockHash": null,
1990
2389
  "blockHeight": "11602114",
1991
2390
  "contract": undefined,
1992
2391
  "extra": Object {
2392
+ "memo": "Ledger Live",
1993
2393
  "validators": Array [
1994
2394
  Object {
1995
2395
  "address": "cosmosvaloper1grgelyng2v6v3t8z87wu3sxgt9m5s03xfytvz7",
@@ -2009,12 +2409,38 @@ Array [
2009
2409
  "type": "REWARD",
2010
2410
  "value": "2347",
2011
2411
  },
2412
+ Object {
2413
+ "accountId": "js:2:cosmos:cosmos1g84934jpu3v5de5yqukkkhxmcvsw3u2ajxvpdl:",
2414
+ "blockHash": null,
2415
+ "blockHeight": "15076962",
2416
+ "contract": undefined,
2417
+ "extra": Object {
2418
+ "memo": "Cosmemo",
2419
+ "validators": Array [],
2420
+ },
2421
+ "fee": "2132",
2422
+ "hash": "D72B73E3D70A33AC5A2DED23D7BB29C87EA6D11BEBF1755064F43554A895766B",
2423
+ "id": "js:2:cosmos:cosmos1g84934jpu3v5de5yqukkkhxmcvsw3u2ajxvpdl:-D72B73E3D70A33AC5A2DED23D7BB29C87EA6D11BEBF1755064F43554A895766B-IN",
2424
+ "operator": undefined,
2425
+ "recipients": Array [
2426
+ "cosmos1g84934jpu3v5de5yqukkkhxmcvsw3u2ajxvpdl",
2427
+ ],
2428
+ "senders": Array [
2429
+ "cosmos1cgc696ay2pg6d4gcejek2y8la66j7e5y3c7kyw",
2430
+ ],
2431
+ "standard": undefined,
2432
+ "tokenId": undefined,
2433
+ "transactionSequenceNumber": 34,
2434
+ "type": "IN",
2435
+ "value": "1000",
2436
+ },
2012
2437
  Object {
2013
2438
  "accountId": "js:2:cosmos:cosmos1g84934jpu3v5de5yqukkkhxmcvsw3u2ajxvpdl:",
2014
2439
  "blockHash": null,
2015
2440
  "blockHeight": "13798611",
2016
2441
  "contract": undefined,
2017
2442
  "extra": Object {
2443
+ "memo": "",
2018
2444
  "validators": Array [],
2019
2445
  },
2020
2446
  "fee": "2250",
@@ -2039,6 +2465,7 @@ Array [
2039
2465
  "blockHeight": "12870863",
2040
2466
  "contract": undefined,
2041
2467
  "extra": Object {
2468
+ "memo": "Ledger Live",
2042
2469
  "sourceValidator": "cosmosvaloper1grgelyng2v6v3t8z87wu3sxgt9m5s03xfytvz7",
2043
2470
  "validators": Array [
2044
2471
  Object {
@@ -2065,6 +2492,7 @@ Array [
2065
2492
  "blockHeight": "9666237",
2066
2493
  "contract": undefined,
2067
2494
  "extra": Object {
2495
+ "memo": "",
2068
2496
  "validators": Array [],
2069
2497
  },
2070
2498
  "fee": "6250",
@@ -2089,6 +2517,7 @@ Array [
2089
2517
  "blockHeight": "13450249",
2090
2518
  "contract": undefined,
2091
2519
  "extra": Object {
2520
+ "memo": "",
2092
2521
  "validators": Array [],
2093
2522
  },
2094
2523
  "fee": "2161",
@@ -2113,6 +2542,7 @@ Array [
2113
2542
  "blockHeight": "11765140",
2114
2543
  "contract": undefined,
2115
2544
  "extra": Object {
2545
+ "memo": "Ledger Live",
2116
2546
  "validators": Array [
2117
2547
  Object {
2118
2548
  "address": "cosmosvaloper1vf44d85es37hwl9f4h9gv0e064m0lla60j9luj",
@@ -2140,6 +2570,7 @@ Array [
2140
2570
  "blockHeight": "10450819",
2141
2571
  "contract": undefined,
2142
2572
  "extra": Object {
2573
+ "memo": "Ledger Live",
2143
2574
  "validators": Array [
2144
2575
  Object {
2145
2576
  "address": "cosmosvaloper10wljxpl03053h9690apmyeakly3ylhejrucvtm",
@@ -2165,6 +2596,7 @@ Array [
2165
2596
  "blockHeight": "9309182",
2166
2597
  "contract": undefined,
2167
2598
  "extra": Object {
2599
+ "memo": "",
2168
2600
  "validators": Array [],
2169
2601
  },
2170
2602
  "fee": "2144",
@@ -2189,6 +2621,7 @@ Array [
2189
2621
  "blockHeight": "9449581",
2190
2622
  "contract": undefined,
2191
2623
  "extra": Object {
2624
+ "memo": "",
2192
2625
  "validators": Array [],
2193
2626
  },
2194
2627
  "fee": "4286",
@@ -2213,6 +2646,7 @@ Array [
2213
2646
  "blockHeight": "10450729",
2214
2647
  "contract": undefined,
2215
2648
  "extra": Object {
2649
+ "memo": "Ledger Live",
2216
2650
  "sourceValidator": "cosmosvaloper10wljxpl03053h9690apmyeakly3ylhejrucvtm",
2217
2651
  "validators": Array [
2218
2652
  Object {
@@ -2239,6 +2673,7 @@ Array [
2239
2673
  "blockHeight": "10549023",
2240
2674
  "contract": undefined,
2241
2675
  "extra": Object {
2676
+ "memo": "Ledger Live",
2242
2677
  "sourceValidator": "cosmosvaloper156gqf9837u7d4c4678yt3rl4ls9c5vuursrrzf",
2243
2678
  "validators": Array [
2244
2679
  Object {
@@ -2265,6 +2700,7 @@ Array [
2265
2700
  "blockHeight": "10348199",
2266
2701
  "contract": undefined,
2267
2702
  "extra": Object {
2703
+ "memo": "",
2268
2704
  "validators": Array [],
2269
2705
  },
2270
2706
  "fee": "3345",
@@ -2289,6 +2725,7 @@ Array [
2289
2725
  "blockHeight": "9439493",
2290
2726
  "contract": undefined,
2291
2727
  "extra": Object {
2728
+ "memo": "",
2292
2729
  "validators": Array [],
2293
2730
  },
2294
2731
  "fee": "4286",
@@ -2313,6 +2750,7 @@ Array [
2313
2750
  "blockHeight": "10549011",
2314
2751
  "contract": undefined,
2315
2752
  "extra": Object {
2753
+ "memo": "Ledger Live",
2316
2754
  "validators": Array [
2317
2755
  Object {
2318
2756
  "address": "cosmosvaloper156gqf9837u7d4c4678yt3rl4ls9c5vuursrrzf",
@@ -2338,6 +2776,7 @@ Array [
2338
2776
  "blockHeight": "13016043",
2339
2777
  "contract": undefined,
2340
2778
  "extra": Object {
2779
+ "memo": "",
2341
2780
  "validators": Array [],
2342
2781
  },
2343
2782
  "fee": "3340",
@@ -2362,6 +2801,7 @@ Array [
2362
2801
  "blockHeight": "8778816",
2363
2802
  "contract": undefined,
2364
2803
  "extra": Object {
2804
+ "memo": "",
2365
2805
  "validators": Array [],
2366
2806
  },
2367
2807
  "fee": "5178",
@@ -2386,6 +2826,7 @@ Array [
2386
2826
  "blockHeight": "12823753",
2387
2827
  "contract": undefined,
2388
2828
  "extra": Object {
2829
+ "memo": "",
2389
2830
  "validators": Array [],
2390
2831
  },
2391
2832
  "fee": "3340",
@@ -2410,6 +2851,7 @@ Array [
2410
2851
  "blockHeight": "9449621",
2411
2852
  "contract": undefined,
2412
2853
  "extra": Object {
2854
+ "memo": "",
2413
2855
  "validators": Array [],
2414
2856
  },
2415
2857
  "fee": "4286",
@@ -2434,6 +2876,7 @@ Array [
2434
2876
  "blockHeight": "8778735",
2435
2877
  "contract": undefined,
2436
2878
  "extra": Object {
2879
+ "memo": "",
2437
2880
  "validators": Array [],
2438
2881
  },
2439
2882
  "fee": "5178",
@@ -2458,6 +2901,7 @@ Array [
2458
2901
  "blockHeight": "5421368",
2459
2902
  "contract": undefined,
2460
2903
  "extra": Object {
2904
+ "memo": "",
2461
2905
  "validators": Array [],
2462
2906
  },
2463
2907
  "fee": "5174",
@@ -2482,6 +2926,7 @@ Array [
2482
2926
  "blockHeight": "8861730",
2483
2927
  "contract": undefined,
2484
2928
  "extra": Object {
2929
+ "memo": "",
2485
2930
  "validators": Array [],
2486
2931
  },
2487
2932
  "fee": "5178",
@@ -2506,6 +2951,7 @@ Array [
2506
2951
  "blockHeight": "10799658",
2507
2952
  "contract": undefined,
2508
2953
  "extra": Object {
2954
+ "memo": "",
2509
2955
  "validators": Array [],
2510
2956
  },
2511
2957
  "fee": "3343",
@@ -2530,6 +2976,7 @@ Array [
2530
2976
  "blockHeight": "12823838",
2531
2977
  "contract": undefined,
2532
2978
  "extra": Object {
2979
+ "memo": "",
2533
2980
  "validators": Array [],
2534
2981
  },
2535
2982
  "fee": "3340",
@@ -2554,6 +3001,7 @@ Array [
2554
3001
  "blockHeight": "10449344",
2555
3002
  "contract": undefined,
2556
3003
  "extra": Object {
3004
+ "memo": "Ledger Live",
2557
3005
  "validators": Array [
2558
3006
  Object {
2559
3007
  "address": "cosmosvaloper10wljxpl03053h9690apmyeakly3ylhejrucvtm",
@@ -2579,6 +3027,7 @@ Array [
2579
3027
  "blockHeight": "9447888",
2580
3028
  "contract": undefined,
2581
3029
  "extra": Object {
3030
+ "memo": "",
2582
3031
  "validators": Array [],
2583
3032
  },
2584
3033
  "fee": "3062",
@@ -2603,6 +3052,7 @@ Array [
2603
3052
  "blockHeight": "8765958",
2604
3053
  "contract": undefined,
2605
3054
  "extra": Object {
3055
+ "memo": "",
2606
3056
  "validators": Array [],
2607
3057
  },
2608
3058
  "fee": "5178",
@@ -2627,6 +3077,7 @@ Array [
2627
3077
  "blockHeight": "13560110",
2628
3078
  "contract": undefined,
2629
3079
  "extra": Object {
3080
+ "memo": "",
2630
3081
  "validators": Array [],
2631
3082
  },
2632
3083
  "fee": "2000",
@@ -2651,6 +3102,7 @@ Array [
2651
3102
  "blockHeight": "8946424",
2652
3103
  "contract": undefined,
2653
3104
  "extra": Object {
3105
+ "memo": "",
2654
3106
  "validators": Array [],
2655
3107
  },
2656
3108
  "fee": "5181",
@@ -2675,6 +3127,7 @@ Array [
2675
3127
  "blockHeight": "12789928",
2676
3128
  "contract": undefined,
2677
3129
  "extra": Object {
3130
+ "memo": "",
2678
3131
  "validators": Array [],
2679
3132
  },
2680
3133
  "fee": "3340",
@@ -2699,6 +3152,7 @@ Array [
2699
3152
  "blockHeight": "12823918",
2700
3153
  "contract": undefined,
2701
3154
  "extra": Object {
3155
+ "memo": "",
2702
3156
  "validators": Array [],
2703
3157
  },
2704
3158
  "fee": "3337",
@@ -2723,6 +3177,7 @@ Array [
2723
3177
  "blockHeight": "9666237",
2724
3178
  "contract": undefined,
2725
3179
  "extra": Object {
3180
+ "memo": "",
2726
3181
  "validators": Array [],
2727
3182
  },
2728
3183
  "fee": "6250",
@@ -2747,6 +3202,7 @@ Array [
2747
3202
  "blockHeight": "10348072",
2748
3203
  "contract": undefined,
2749
3204
  "extra": Object {
3205
+ "memo": "",
2750
3206
  "validators": Array [],
2751
3207
  },
2752
3208
  "fee": "3342",
@@ -2771,6 +3227,7 @@ Array [
2771
3227
  "blockHeight": "10548998",
2772
3228
  "contract": undefined,
2773
3229
  "extra": Object {
3230
+ "memo": "Ledger Live",
2774
3231
  "validators": Array [
2775
3232
  Object {
2776
3233
  "address": "cosmosvaloper10wljxpl03053h9690apmyeakly3ylhejrucvtm",
@@ -2798,6 +3255,7 @@ Array [
2798
3255
  "blockHeight": "13918078",
2799
3256
  "contract": undefined,
2800
3257
  "extra": Object {
3258
+ "memo": "",
2801
3259
  "validators": Array [],
2802
3260
  },
2803
3261
  "fee": "2250",
@@ -2822,6 +3280,7 @@ Array [
2822
3280
  "blockHeight": "13604642",
2823
3281
  "contract": undefined,
2824
3282
  "extra": Object {
3283
+ "memo": "",
2825
3284
  "validators": Array [],
2826
3285
  },
2827
3286
  "fee": "2000",
@@ -2846,6 +3305,7 @@ Array [
2846
3305
  "blockHeight": "5421691",
2847
3306
  "contract": undefined,
2848
3307
  "extra": Object {
3308
+ "memo": "",
2849
3309
  "validators": Array [],
2850
3310
  },
2851
3311
  "fee": "5203",
@@ -2870,6 +3330,7 @@ Array [
2870
3330
  "blockHeight": "5421734",
2871
3331
  "contract": undefined,
2872
3332
  "extra": Object {
3333
+ "memo": "",
2873
3334
  "validators": Array [],
2874
3335
  },
2875
3336
  "fee": "5203",
@@ -2888,12 +3349,38 @@ Array [
2888
3349
  "type": "OUT",
2889
3350
  "value": "6203",
2890
3351
  },
3352
+ Object {
3353
+ "accountId": "js:2:cosmos:cosmos1cgc696ay2pg6d4gcejek2y8la66j7e5y3c7kyw:",
3354
+ "blockHash": null,
3355
+ "blockHeight": "15063652",
3356
+ "contract": undefined,
3357
+ "extra": Object {
3358
+ "memo": "Test memo ATOM",
3359
+ "validators": Array [],
3360
+ },
3361
+ "fee": "2136",
3362
+ "hash": "2E37AD7695EB9CC649BD24BFF71171D83A11D7BED5599158FF1B8BDBFCB5CB8B",
3363
+ "id": "js:2:cosmos:cosmos1cgc696ay2pg6d4gcejek2y8la66j7e5y3c7kyw:-2E37AD7695EB9CC649BD24BFF71171D83A11D7BED5599158FF1B8BDBFCB5CB8B-IN",
3364
+ "operator": undefined,
3365
+ "recipients": Array [
3366
+ "cosmos1cgc696ay2pg6d4gcejek2y8la66j7e5y3c7kyw",
3367
+ ],
3368
+ "senders": Array [
3369
+ "cosmos1g84934jpu3v5de5yqukkkhxmcvsw3u2ajxvpdl",
3370
+ ],
3371
+ "standard": undefined,
3372
+ "tokenId": undefined,
3373
+ "transactionSequenceNumber": 118,
3374
+ "type": "IN",
3375
+ "value": "10000",
3376
+ },
2891
3377
  Object {
2892
3378
  "accountId": "js:2:cosmos:cosmos1cgc696ay2pg6d4gcejek2y8la66j7e5y3c7kyw:",
2893
3379
  "blockHash": null,
2894
3380
  "blockHeight": "12796690",
2895
3381
  "contract": undefined,
2896
3382
  "extra": Object {
3383
+ "memo": "",
2897
3384
  "validators": Array [],
2898
3385
  },
2899
3386
  "fee": "3344",
@@ -2918,6 +3405,7 @@ Array [
2918
3405
  "blockHeight": "12858252",
2919
3406
  "contract": undefined,
2920
3407
  "extra": Object {
3408
+ "memo": "",
2921
3409
  "validators": Array [],
2922
3410
  },
2923
3411
  "fee": "2000",
@@ -2942,6 +3430,7 @@ Array [
2942
3430
  "blockHeight": "9956697",
2943
3431
  "contract": undefined,
2944
3432
  "extra": Object {
3433
+ "memo": "it works",
2945
3434
  "validators": Array [],
2946
3435
  },
2947
3436
  "fee": "3080",
@@ -2966,6 +3455,7 @@ Array [
2966
3455
  "blockHeight": "14103945",
2967
3456
  "contract": undefined,
2968
3457
  "extra": Object {
3458
+ "memo": "Ledger Live",
2969
3459
  "validators": Array [
2970
3460
  Object {
2971
3461
  "address": "cosmosvaloper10wljxpl03053h9690apmyeakly3ylhejrucvtm",
@@ -2991,6 +3481,7 @@ Array [
2991
3481
  "blockHeight": "5610846",
2992
3482
  "contract": undefined,
2993
3483
  "extra": Object {
3484
+ "memo": "",
2994
3485
  "validators": Array [],
2995
3486
  },
2996
3487
  "fee": "5193",
@@ -3015,6 +3506,7 @@ Array [
3015
3506
  "blockHeight": "9956741",
3016
3507
  "contract": undefined,
3017
3508
  "extra": Object {
3509
+ "memo": "Ledger Live",
3018
3510
  "validators": Array [
3019
3511
  Object {
3020
3512
  "address": "cosmosvaloper1sjllsnramtg3ewxqwwrwjxfgc4n4ef9u2lcnj0",
@@ -3040,6 +3532,7 @@ Array [
3040
3532
  "blockHeight": "9692513",
3041
3533
  "contract": undefined,
3042
3534
  "extra": Object {
3535
+ "memo": "Ledger test",
3043
3536
  "validators": Array [],
3044
3537
  },
3045
3538
  "fee": "3077",
@@ -3064,6 +3557,7 @@ Array [
3064
3557
  "blockHeight": "13597301",
3065
3558
  "contract": undefined,
3066
3559
  "extra": Object {
3560
+ "memo": "",
3067
3561
  "validators": Array [],
3068
3562
  },
3069
3563
  "fee": "2000",
@@ -3088,6 +3582,7 @@ Array [
3088
3582
  "blockHeight": "12790064",
3089
3583
  "contract": undefined,
3090
3584
  "extra": Object {
3585
+ "memo": "",
3091
3586
  "validators": Array [],
3092
3587
  },
3093
3588
  "fee": "3344",
@@ -3112,6 +3607,7 @@ Array [
3112
3607
  "blockHeight": "13604203",
3113
3608
  "contract": undefined,
3114
3609
  "extra": Object {
3610
+ "memo": "",
3115
3611
  "validators": Array [],
3116
3612
  },
3117
3613
  "fee": "2000",
@@ -3136,6 +3632,7 @@ Array [
3136
3632
  "blockHeight": "13598374",
3137
3633
  "contract": undefined,
3138
3634
  "extra": Object {
3635
+ "memo": "",
3139
3636
  "validators": Array [],
3140
3637
  },
3141
3638
  "fee": "2000",
@@ -3160,6 +3657,7 @@ Array [
3160
3657
  "blockHeight": "10799632",
3161
3658
  "contract": undefined,
3162
3659
  "extra": Object {
3660
+ "memo": "",
3163
3661
  "validators": Array [],
3164
3662
  },
3165
3663
  "fee": "3792",
@@ -3184,6 +3682,7 @@ Array [
3184
3682
  "blockHeight": "12791618",
3185
3683
  "contract": undefined,
3186
3684
  "extra": Object {
3685
+ "memo": "1",
3187
3686
  "validators": Array [],
3188
3687
  },
3189
3688
  "fee": "3345",
@@ -3208,6 +3707,7 @@ Array [
3208
3707
  "blockHeight": "13354901",
3209
3708
  "contract": undefined,
3210
3709
  "extra": Object {
3710
+ "memo": "Ledger Live",
3211
3711
  "validators": Array [
3212
3712
  Object {
3213
3713
  "address": "cosmosvaloper10wljxpl03053h9690apmyeakly3ylhejrucvtm",
@@ -3233,6 +3733,7 @@ Array [
3233
3733
  "blockHeight": "5421671",
3234
3734
  "contract": undefined,
3235
3735
  "extra": Object {
3736
+ "memo": "",
3236
3737
  "validators": Array [],
3237
3738
  },
3238
3739
  "fee": "5565",
@@ -3257,6 +3758,7 @@ Array [
3257
3758
  "blockHeight": "12790186",
3258
3759
  "contract": undefined,
3259
3760
  "extra": Object {
3761
+ "memo": "",
3260
3762
  "validators": Array [],
3261
3763
  },
3262
3764
  "fee": "3344",
@@ -3281,6 +3783,7 @@ Array [
3281
3783
  "blockHeight": "12789928",
3282
3784
  "contract": undefined,
3283
3785
  "extra": Object {
3786
+ "memo": "",
3284
3787
  "validators": Array [],
3285
3788
  },
3286
3789
  "fee": "3340",
@@ -3299,12 +3802,38 @@ Array [
3299
3802
  "type": "IN",
3300
3803
  "value": "1000",
3301
3804
  },
3805
+ Object {
3806
+ "accountId": "js:2:cosmos:cosmos1cgc696ay2pg6d4gcejek2y8la66j7e5y3c7kyw:",
3807
+ "blockHash": null,
3808
+ "blockHeight": "15076962",
3809
+ "contract": undefined,
3810
+ "extra": Object {
3811
+ "memo": "Cosmemo",
3812
+ "validators": Array [],
3813
+ },
3814
+ "fee": "2132",
3815
+ "hash": "D72B73E3D70A33AC5A2DED23D7BB29C87EA6D11BEBF1755064F43554A895766B",
3816
+ "id": "js:2:cosmos:cosmos1cgc696ay2pg6d4gcejek2y8la66j7e5y3c7kyw:-D72B73E3D70A33AC5A2DED23D7BB29C87EA6D11BEBF1755064F43554A895766B-OUT",
3817
+ "operator": undefined,
3818
+ "recipients": Array [
3819
+ "cosmos1g84934jpu3v5de5yqukkkhxmcvsw3u2ajxvpdl",
3820
+ ],
3821
+ "senders": Array [
3822
+ "cosmos1cgc696ay2pg6d4gcejek2y8la66j7e5y3c7kyw",
3823
+ ],
3824
+ "standard": undefined,
3825
+ "tokenId": undefined,
3826
+ "transactionSequenceNumber": 34,
3827
+ "type": "OUT",
3828
+ "value": "3132",
3829
+ },
3302
3830
  Object {
3303
3831
  "accountId": "js:2:cosmos:cosmos1cgc696ay2pg6d4gcejek2y8la66j7e5y3c7kyw:",
3304
3832
  "blockHash": null,
3305
3833
  "blockHeight": "13798611",
3306
3834
  "contract": undefined,
3307
3835
  "extra": Object {
3836
+ "memo": "",
3308
3837
  "validators": Array [],
3309
3838
  },
3310
3839
  "fee": "2250",
@@ -3329,6 +3858,7 @@ Array [
3329
3858
  "blockHeight": "10337853",
3330
3859
  "contract": undefined,
3331
3860
  "extra": Object {
3861
+ "memo": "Ledger Live",
3332
3862
  "validators": Array [
3333
3863
  Object {
3334
3864
  "address": "cosmosvaloper17zcpywlhgcpk7ff505vr8mnc4wwpv5fcta6enz",
@@ -3354,6 +3884,7 @@ Array [
3354
3884
  "blockHeight": "9692529",
3355
3885
  "contract": undefined,
3356
3886
  "extra": Object {
3887
+ "memo": "Ledger Live",
3357
3888
  "validators": Array [
3358
3889
  Object {
3359
3890
  "address": "cosmosvaloper17zcpywlhgcpk7ff505vr8mnc4wwpv5fcta6enz",
@@ -3379,6 +3910,7 @@ Array [
3379
3910
  "blockHeight": "10348072",
3380
3911
  "contract": undefined,
3381
3912
  "extra": Object {
3913
+ "memo": "",
3382
3914
  "validators": Array [],
3383
3915
  },
3384
3916
  "fee": "3342",
@@ -3405,6 +3937,7 @@ Array [
3405
3937
  "blockHeight": "13798104",
3406
3938
  "contract": undefined,
3407
3939
  "extra": Object {
3940
+ "memo": "",
3408
3941
  "validators": Array [],
3409
3942
  },
3410
3943
  "fee": "2000",
@@ -3429,6 +3962,7 @@ Array [
3429
3962
  "blockHeight": "12612170",
3430
3963
  "contract": undefined,
3431
3964
  "extra": Object {
3965
+ "memo": "",
3432
3966
  "validators": Array [],
3433
3967
  },
3434
3968
  "fee": "5147",
@@ -3453,6 +3987,7 @@ Array [
3453
3987
  "blockHeight": "10799658",
3454
3988
  "contract": undefined,
3455
3989
  "extra": Object {
3990
+ "memo": "",
3456
3991
  "validators": Array [],
3457
3992
  },
3458
3993
  "fee": "3343",
@@ -3477,6 +4012,7 @@ Array [
3477
4012
  "blockHeight": "10799632",
3478
4013
  "contract": undefined,
3479
4014
  "extra": Object {
4015
+ "memo": "",
3480
4016
  "validators": Array [],
3481
4017
  },
3482
4018
  "fee": "3792",
@@ -3503,7 +4039,7 @@ Array [
3503
4039
  exports[`onomy currency bridge scanAccounts onomy seed 1 1`] = `
3504
4040
  Array [
3505
4041
  Object {
3506
- "balance": "3206237953263517801",
4042
+ "balance": "3108838947096625518",
3507
4043
  "currencyId": "onomy",
3508
4044
  "derivationMode": "",
3509
4045
  "feesCurrencyId": undefined,
@@ -3519,10 +4055,10 @@ Array [
3519
4055
  "index": 0,
3520
4056
  "name": "Onomy 1",
3521
4057
  "nfts": undefined,
3522
- "operationsCount": 5,
4058
+ "operationsCount": 9,
3523
4059
  "pendingOperations": Array [],
3524
4060
  "seedIdentifier": "03d5e0ebb3f1ae2afe87e5d5a24b5029a59cc12f8fd1056840091b2f0b97e54e83",
3525
- "spendableBalance": "2006237953263517801",
4061
+ "spendableBalance": "2056240423338275653",
3526
4062
  "starred": false,
3527
4063
  "swapHistory": Array [],
3528
4064
  "syncHash": undefined,
@@ -3564,12 +4100,40 @@ Array [
3564
4100
  exports[`onomy currency bridge scanAccounts onomy seed 1 2`] = `
3565
4101
  Array [
3566
4102
  Array [
4103
+ Object {
4104
+ "accountId": "js:2:onomy:onomy1gyauvl44q2apn3u3aujm36q8zrj74vry0e2p7v:",
4105
+ "blockHash": null,
4106
+ "blockHeight": "2156456",
4107
+ "contract": undefined,
4108
+ "extra": Object {
4109
+ "memo": "Ledger Live",
4110
+ "sourceValidator": "onomyvaloper1a80f2tudr06k6jtg8yhgrq4and80slljnf64dy",
4111
+ "validators": Array [
4112
+ Object {
4113
+ "address": "onomyvaloper1fewecfptznhtdvxe5sqw2m6axyes6kst384lhc",
4114
+ "amount": "150371403031229257",
4115
+ },
4116
+ ],
4117
+ },
4118
+ "fee": "771",
4119
+ "hash": "09EEB242228373B05A43EE0AF4EB82374835F9F902BD74DA1B53A0C9225E4BBE",
4120
+ "id": "js:2:onomy:onomy1gyauvl44q2apn3u3aujm36q8zrj74vry0e2p7v:-09EEB242228373B05A43EE0AF4EB82374835F9F902BD74DA1B53A0C9225E4BBE-REDELEGATE",
4121
+ "operator": undefined,
4122
+ "recipients": Array [],
4123
+ "senders": Array [],
4124
+ "standard": undefined,
4125
+ "tokenId": undefined,
4126
+ "transactionSequenceNumber": 7,
4127
+ "type": "REDELEGATE",
4128
+ "value": "771",
4129
+ },
3567
4130
  Object {
3568
4131
  "accountId": "js:2:onomy:onomy1gyauvl44q2apn3u3aujm36q8zrj74vry0e2p7v:",
3569
4132
  "blockHash": null,
3570
4133
  "blockHeight": "2110785",
3571
4134
  "contract": undefined,
3572
4135
  "extra": Object {
4136
+ "memo": "for testing",
3573
4137
  "validators": Array [],
3574
4138
  },
3575
4139
  "fee": "210",
@@ -3588,12 +4152,38 @@ Array [
3588
4152
  "type": "IN",
3589
4153
  "value": "5000000000000000000",
3590
4154
  },
4155
+ Object {
4156
+ "accountId": "js:2:onomy:onomy1gyauvl44q2apn3u3aujm36q8zrj74vry0e2p7v:",
4157
+ "blockHash": null,
4158
+ "blockHeight": "2156443",
4159
+ "contract": undefined,
4160
+ "extra": Object {
4161
+ "memo": "",
4162
+ "validators": Array [],
4163
+ },
4164
+ "fee": "187",
4165
+ "hash": "418B01CFDA1A43DB2548F8BD51C07817E0C9CE0B6EFE3A1F2D3A4A7EC7506E31",
4166
+ "id": "js:2:onomy:onomy1gyauvl44q2apn3u3aujm36q8zrj74vry0e2p7v:-418B01CFDA1A43DB2548F8BD51C07817E0C9CE0B6EFE3A1F2D3A4A7EC7506E31-OUT",
4167
+ "operator": undefined,
4168
+ "recipients": Array [
4169
+ "onomy1g84934jpu3v5de5yqukkkhxmcvsw3u2ag8chu6",
4170
+ ],
4171
+ "senders": Array [
4172
+ "onomy1gyauvl44q2apn3u3aujm36q8zrj74vry0e2p7v",
4173
+ ],
4174
+ "standard": undefined,
4175
+ "tokenId": undefined,
4176
+ "transactionSequenceNumber": 4,
4177
+ "type": "OUT",
4178
+ "value": "100000000000000187",
4179
+ },
3591
4180
  Object {
3592
4181
  "accountId": "js:2:onomy:onomy1gyauvl44q2apn3u3aujm36q8zrj74vry0e2p7v:",
3593
4182
  "blockHash": null,
3594
4183
  "blockHeight": "2142649",
3595
4184
  "contract": undefined,
3596
4185
  "extra": Object {
4186
+ "memo": "Ledger Live",
3597
4187
  "validators": Array [
3598
4188
  Object {
3599
4189
  "address": "onomyvaloper1fewecfptznhtdvxe5sqw2m6axyes6kst384lhc",
@@ -3613,12 +4203,39 @@ Array [
3613
4203
  "type": "UNDELEGATE",
3614
4204
  "value": "478",
3615
4205
  },
4206
+ Object {
4207
+ "accountId": "js:2:onomy:onomy1gyauvl44q2apn3u3aujm36q8zrj74vry0e2p7v:",
4208
+ "blockHash": null,
4209
+ "blockHeight": "2156452",
4210
+ "contract": undefined,
4211
+ "extra": Object {
4212
+ "memo": "Ledger Live",
4213
+ "validators": Array [
4214
+ Object {
4215
+ "address": "onomyvaloper1a80f2tudr06k6jtg8yhgrq4and80slljnf64dy",
4216
+ "amount": "1485612124917028",
4217
+ },
4218
+ ],
4219
+ },
4220
+ "fee": "568",
4221
+ "hash": "97595388CE87CF3EEEEA562A522508F69B6F14CCAE2B29BB1929880BF65D05B9",
4222
+ "id": "js:2:onomy:onomy1gyauvl44q2apn3u3aujm36q8zrj74vry0e2p7v:-97595388CE87CF3EEEEA562A522508F69B6F14CCAE2B29BB1929880BF65D05B9-DELEGATE",
4223
+ "operator": undefined,
4224
+ "recipients": Array [],
4225
+ "senders": Array [],
4226
+ "standard": undefined,
4227
+ "tokenId": undefined,
4228
+ "transactionSequenceNumber": 6,
4229
+ "type": "DELEGATE",
4230
+ "value": "568",
4231
+ },
3616
4232
  Object {
3617
4233
  "accountId": "js:2:onomy:onomy1gyauvl44q2apn3u3aujm36q8zrj74vry0e2p7v:",
3618
4234
  "blockHash": null,
3619
4235
  "blockHeight": "2142645",
3620
4236
  "contract": undefined,
3621
4237
  "extra": Object {
4238
+ "memo": "Ledger Live",
3622
4239
  "sourceValidator": "onomyvaloper1a80f2tudr06k6jtg8yhgrq4and80slljnf64dy",
3623
4240
  "validators": Array [
3624
4241
  Object {
@@ -3645,6 +4262,7 @@ Array [
3645
4262
  "blockHeight": "2113560",
3646
4263
  "contract": undefined,
3647
4264
  "extra": Object {
4265
+ "memo": "Ledger Live",
3648
4266
  "validators": Array [
3649
4267
  Object {
3650
4268
  "address": "onomyvaloper1a80f2tudr06k6jtg8yhgrq4and80slljnf64dy",
@@ -3670,6 +4288,7 @@ Array [
3670
4288
  "blockHeight": "2142966",
3671
4289
  "contract": undefined,
3672
4290
  "extra": Object {
4291
+ "memo": "",
3673
4292
  "validators": Array [],
3674
4293
  },
3675
4294
  "fee": "209",
@@ -3688,6 +4307,32 @@ Array [
3688
4307
  "type": "OUT",
3689
4308
  "value": "1800000000000000209",
3690
4309
  },
4310
+ Object {
4311
+ "accountId": "js:2:onomy:onomy1gyauvl44q2apn3u3aujm36q8zrj74vry0e2p7v:",
4312
+ "blockHash": null,
4313
+ "blockHeight": "2156447",
4314
+ "contract": undefined,
4315
+ "extra": Object {
4316
+ "memo": "Ledger Live",
4317
+ "validators": Array [
4318
+ Object {
4319
+ "address": "onomyvaloper1fewecfptznhtdvxe5sqw2m6axyes6kst384lhc",
4320
+ "amount": "1112911633432837",
4321
+ },
4322
+ ],
4323
+ },
4324
+ "fee": "590",
4325
+ "hash": "E5B5E2B4205C55D4E6C5FCF744A69D8D42F12FB22341D385F8ACA909EC12F89C",
4326
+ "id": "js:2:onomy:onomy1gyauvl44q2apn3u3aujm36q8zrj74vry0e2p7v:-E5B5E2B4205C55D4E6C5FCF744A69D8D42F12FB22341D385F8ACA909EC12F89C-DELEGATE",
4327
+ "operator": undefined,
4328
+ "recipients": Array [],
4329
+ "senders": Array [],
4330
+ "standard": undefined,
4331
+ "tokenId": undefined,
4332
+ "transactionSequenceNumber": 5,
4333
+ "type": "DELEGATE",
4334
+ "value": "590",
4335
+ },
3691
4336
  ],
3692
4337
  Array [],
3693
4338
  ]