@ledgerhq/live-common 34.49.0-nightly.3 → 34.49.0-nightly.5

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 (253) hide show
  1. package/lib/bridge/react/BridgeSync.d.ts.map +1 -1
  2. package/lib/bridge/react/BridgeSync.js +17 -4
  3. package/lib/bridge/react/BridgeSync.js.map +1 -1
  4. package/lib/bridge/syncSessionManager/index.d.ts +18 -0
  5. package/lib/bridge/syncSessionManager/index.d.ts.map +1 -0
  6. package/lib/bridge/syncSessionManager/index.js +75 -0
  7. package/lib/bridge/syncSessionManager/index.js.map +1 -0
  8. package/lib/bridge/syncSessionManager/index.test.d.ts +2 -0
  9. package/lib/bridge/syncSessionManager/index.test.d.ts.map +1 -0
  10. package/lib/bridge/syncSessionManager/index.test.js +118 -0
  11. package/lib/bridge/syncSessionManager/index.test.js.map +1 -0
  12. package/lib/deposit/deposit.integration.test.js +60 -1
  13. package/lib/deposit/deposit.integration.test.js.map +1 -1
  14. package/lib/e2e/data/deviceLabelsData.js +2 -2
  15. package/lib/e2e/data/deviceLabelsData.js.map +1 -1
  16. package/lib/e2e/enum/Account.d.ts +1 -0
  17. package/lib/e2e/enum/Account.d.ts.map +1 -1
  18. package/lib/e2e/enum/Account.js +2 -1
  19. package/lib/e2e/enum/Account.js.map +1 -1
  20. package/lib/e2e/enum/DeviceLabels.d.ts +3 -9
  21. package/lib/e2e/enum/DeviceLabels.d.ts.map +1 -1
  22. package/lib/e2e/enum/DeviceLabels.js +2 -8
  23. package/lib/e2e/enum/DeviceLabels.js.map +1 -1
  24. package/lib/e2e/families/bitcoin.d.ts +1 -0
  25. package/lib/e2e/families/bitcoin.d.ts.map +1 -1
  26. package/lib/e2e/families/bitcoin.js +28 -1
  27. package/lib/e2e/families/bitcoin.js.map +1 -1
  28. package/lib/e2e/families/tezos.d.ts.map +1 -1
  29. package/lib/e2e/families/tezos.js +5 -3
  30. package/lib/e2e/families/tezos.js.map +1 -1
  31. package/lib/e2e/index.d.ts +2 -0
  32. package/lib/e2e/index.d.ts.map +1 -1
  33. package/lib/e2e/models/Swap.d.ts +2 -0
  34. package/lib/e2e/models/Swap.d.ts.map +1 -1
  35. package/lib/e2e/models/Swap.js +6 -0
  36. package/lib/e2e/models/Swap.js.map +1 -1
  37. package/lib/e2e/speculos.d.ts +8 -0
  38. package/lib/e2e/speculos.d.ts.map +1 -1
  39. package/lib/e2e/speculos.js +23 -31
  40. package/lib/e2e/speculos.js.map +1 -1
  41. package/lib/exchange/providers/swap.js +2 -2
  42. package/lib/exchange/providers/swap.js.map +1 -1
  43. package/lib/families/celo/bridge.integration.test.js +4 -1
  44. package/lib/families/celo/bridge.integration.test.js.map +1 -1
  45. package/lib/families/cosmos/datasets/axelar.integration.test.js +4 -1
  46. package/lib/families/cosmos/datasets/axelar.integration.test.js.map +1 -1
  47. package/lib/families/cosmos/datasets/desmos.integration.test.js +4 -1
  48. package/lib/families/cosmos/datasets/desmos.integration.test.js.map +1 -1
  49. package/lib/families/cosmos/datasets/onomy.integration.test.js +4 -1
  50. package/lib/families/cosmos/datasets/onomy.integration.test.js.map +1 -1
  51. package/lib/families/filecoin/bridge.integration.test.js +4 -1
  52. package/lib/families/filecoin/bridge.integration.test.js.map +1 -1
  53. package/lib/families/kaspa/bridge.integration.test.js +4 -1
  54. package/lib/families/kaspa/bridge.integration.test.js.map +1 -1
  55. package/lib/families/mina/bridge.integration.test.js +4 -1
  56. package/lib/families/mina/bridge.integration.test.js.map +1 -1
  57. package/lib/families/multiversx/synchronisation.integration.test.js +4 -1
  58. package/lib/families/multiversx/synchronisation.integration.test.js.map +1 -1
  59. package/lib/families/ton/bridge.integration.test.js +4 -1
  60. package/lib/families/ton/bridge.integration.test.js.map +1 -1
  61. package/lib/featureFlags/defaultFeatures.d.ts.map +1 -1
  62. package/lib/featureFlags/defaultFeatures.js +1 -0
  63. package/lib/featureFlags/defaultFeatures.js.map +1 -1
  64. package/lib/featureFlags/useFeature.d.ts +1 -1
  65. package/lib/featureFlags/useFeature.d.ts.map +1 -1
  66. package/lib/modularDrawer/hooks/modules/useLeftApyModule.d.ts +1 -0
  67. package/lib/modularDrawer/hooks/modules/useLeftApyModule.d.ts.map +1 -1
  68. package/lib/modularDrawer/hooks/modules/useLeftMarketTrendModule.d.ts +1 -0
  69. package/lib/modularDrawer/hooks/modules/useLeftMarketTrendModule.d.ts.map +1 -1
  70. package/lib/modularDrawer/hooks/modules/useRightMarketTrendModule.d.ts +1 -0
  71. package/lib/modularDrawer/hooks/modules/useRightMarketTrendModule.d.ts.map +1 -1
  72. package/lib/modularDrawer/hooks/useRightBalanceAsset.d.ts +1 -0
  73. package/lib/modularDrawer/hooks/useRightBalanceAsset.d.ts.map +1 -1
  74. package/lib/modularDrawer/hooks/useRightBalanceNetwork.d.ts +1 -0
  75. package/lib/modularDrawer/hooks/useRightBalanceNetwork.d.ts.map +1 -1
  76. package/lib/notifications/ServiceStatusProvider/entry-points.d.ts +3 -0
  77. package/lib/notifications/ServiceStatusProvider/entry-points.d.ts.map +1 -0
  78. package/lib/notifications/ServiceStatusProvider/entry-points.js +3 -0
  79. package/lib/notifications/ServiceStatusProvider/entry-points.js.map +1 -0
  80. package/lib/notifications/ServiceStatusProvider/index.d.ts +18 -1
  81. package/lib/notifications/ServiceStatusProvider/index.d.ts.map +1 -1
  82. package/lib/notifications/ServiceStatusProvider/index.js +47 -9
  83. package/lib/notifications/ServiceStatusProvider/index.js.map +1 -1
  84. package/lib/notifications/ServiceStatusProvider/index.test.d.ts +2 -0
  85. package/lib/notifications/ServiceStatusProvider/index.test.d.ts.map +1 -0
  86. package/lib/notifications/ServiceStatusProvider/index.test.js +88 -0
  87. package/lib/notifications/ServiceStatusProvider/index.test.js.map +1 -0
  88. package/lib/notifications/ServiceStatusProvider/ledger-components.d.ts +2 -0
  89. package/lib/notifications/ServiceStatusProvider/ledger-components.d.ts.map +1 -0
  90. package/lib/notifications/ServiceStatusProvider/ledger-components.js +17 -0
  91. package/lib/notifications/ServiceStatusProvider/ledger-components.js.map +1 -0
  92. package/lib/notifications/ServiceStatusProvider/mocks/ledgerStatus.d.ts +154 -0
  93. package/lib/notifications/ServiceStatusProvider/mocks/ledgerStatus.d.ts.map +1 -0
  94. package/lib/notifications/ServiceStatusProvider/mocks/ledgerStatus.js +1192 -0
  95. package/lib/notifications/ServiceStatusProvider/mocks/ledgerStatus.js.map +1 -0
  96. package/lib/notifications/ServiceStatusProvider/types.d.ts +3 -1
  97. package/lib/notifications/ServiceStatusProvider/types.d.ts.map +1 -1
  98. package/lib/wallet-api/react.d.ts +1 -1
  99. package/lib/wallet-api/react.d.ts.map +1 -1
  100. package/lib/wallet-api/react.js +1 -1
  101. package/lib/wallet-api/react.js.map +1 -1
  102. package/lib-es/bridge/react/BridgeSync.d.ts.map +1 -1
  103. package/lib-es/bridge/react/BridgeSync.js +17 -4
  104. package/lib-es/bridge/react/BridgeSync.js.map +1 -1
  105. package/lib-es/bridge/syncSessionManager/index.d.ts +18 -0
  106. package/lib-es/bridge/syncSessionManager/index.d.ts.map +1 -0
  107. package/lib-es/bridge/syncSessionManager/index.js +68 -0
  108. package/lib-es/bridge/syncSessionManager/index.js.map +1 -0
  109. package/lib-es/bridge/syncSessionManager/index.test.d.ts +2 -0
  110. package/lib-es/bridge/syncSessionManager/index.test.d.ts.map +1 -0
  111. package/lib-es/bridge/syncSessionManager/index.test.js +116 -0
  112. package/lib-es/bridge/syncSessionManager/index.test.js.map +1 -0
  113. package/lib-es/deposit/deposit.integration.test.js +37 -1
  114. package/lib-es/deposit/deposit.integration.test.js.map +1 -1
  115. package/lib-es/e2e/data/deviceLabelsData.js +2 -2
  116. package/lib-es/e2e/data/deviceLabelsData.js.map +1 -1
  117. package/lib-es/e2e/enum/Account.d.ts +1 -0
  118. package/lib-es/e2e/enum/Account.d.ts.map +1 -1
  119. package/lib-es/e2e/enum/Account.js +2 -1
  120. package/lib-es/e2e/enum/Account.js.map +1 -1
  121. package/lib-es/e2e/enum/DeviceLabels.d.ts +3 -9
  122. package/lib-es/e2e/enum/DeviceLabels.d.ts.map +1 -1
  123. package/lib-es/e2e/enum/DeviceLabels.js +2 -8
  124. package/lib-es/e2e/enum/DeviceLabels.js.map +1 -1
  125. package/lib-es/e2e/families/bitcoin.d.ts +1 -0
  126. package/lib-es/e2e/families/bitcoin.d.ts.map +1 -1
  127. package/lib-es/e2e/families/bitcoin.js +27 -1
  128. package/lib-es/e2e/families/bitcoin.js.map +1 -1
  129. package/lib-es/e2e/families/tezos.d.ts.map +1 -1
  130. package/lib-es/e2e/families/tezos.js +6 -4
  131. package/lib-es/e2e/families/tezos.js.map +1 -1
  132. package/lib-es/e2e/index.d.ts +2 -0
  133. package/lib-es/e2e/index.d.ts.map +1 -1
  134. package/lib-es/e2e/models/Swap.d.ts +2 -0
  135. package/lib-es/e2e/models/Swap.d.ts.map +1 -1
  136. package/lib-es/e2e/models/Swap.js +6 -0
  137. package/lib-es/e2e/models/Swap.js.map +1 -1
  138. package/lib-es/e2e/speculos.d.ts +8 -0
  139. package/lib-es/e2e/speculos.d.ts.map +1 -1
  140. package/lib-es/e2e/speculos.js +23 -32
  141. package/lib-es/e2e/speculos.js.map +1 -1
  142. package/lib-es/exchange/providers/swap.js +2 -2
  143. package/lib-es/exchange/providers/swap.js.map +1 -1
  144. package/lib-es/families/celo/bridge.integration.test.js +4 -1
  145. package/lib-es/families/celo/bridge.integration.test.js.map +1 -1
  146. package/lib-es/families/cosmos/datasets/axelar.integration.test.js +4 -1
  147. package/lib-es/families/cosmos/datasets/axelar.integration.test.js.map +1 -1
  148. package/lib-es/families/cosmos/datasets/desmos.integration.test.js +4 -1
  149. package/lib-es/families/cosmos/datasets/desmos.integration.test.js.map +1 -1
  150. package/lib-es/families/cosmos/datasets/onomy.integration.test.js +4 -1
  151. package/lib-es/families/cosmos/datasets/onomy.integration.test.js.map +1 -1
  152. package/lib-es/families/filecoin/bridge.integration.test.js +4 -1
  153. package/lib-es/families/filecoin/bridge.integration.test.js.map +1 -1
  154. package/lib-es/families/kaspa/bridge.integration.test.js +4 -1
  155. package/lib-es/families/kaspa/bridge.integration.test.js.map +1 -1
  156. package/lib-es/families/mina/bridge.integration.test.js +4 -1
  157. package/lib-es/families/mina/bridge.integration.test.js.map +1 -1
  158. package/lib-es/families/multiversx/synchronisation.integration.test.js +4 -1
  159. package/lib-es/families/multiversx/synchronisation.integration.test.js.map +1 -1
  160. package/lib-es/families/ton/bridge.integration.test.js +4 -1
  161. package/lib-es/families/ton/bridge.integration.test.js.map +1 -1
  162. package/lib-es/featureFlags/defaultFeatures.d.ts.map +1 -1
  163. package/lib-es/featureFlags/defaultFeatures.js +1 -0
  164. package/lib-es/featureFlags/defaultFeatures.js.map +1 -1
  165. package/lib-es/featureFlags/useFeature.d.ts +1 -1
  166. package/lib-es/featureFlags/useFeature.d.ts.map +1 -1
  167. package/lib-es/modularDrawer/hooks/modules/useLeftApyModule.d.ts +1 -0
  168. package/lib-es/modularDrawer/hooks/modules/useLeftApyModule.d.ts.map +1 -1
  169. package/lib-es/modularDrawer/hooks/modules/useLeftMarketTrendModule.d.ts +1 -0
  170. package/lib-es/modularDrawer/hooks/modules/useLeftMarketTrendModule.d.ts.map +1 -1
  171. package/lib-es/modularDrawer/hooks/modules/useRightMarketTrendModule.d.ts +1 -0
  172. package/lib-es/modularDrawer/hooks/modules/useRightMarketTrendModule.d.ts.map +1 -1
  173. package/lib-es/modularDrawer/hooks/useRightBalanceAsset.d.ts +1 -0
  174. package/lib-es/modularDrawer/hooks/useRightBalanceAsset.d.ts.map +1 -1
  175. package/lib-es/modularDrawer/hooks/useRightBalanceNetwork.d.ts +1 -0
  176. package/lib-es/modularDrawer/hooks/useRightBalanceNetwork.d.ts.map +1 -1
  177. package/lib-es/notifications/ServiceStatusProvider/entry-points.d.ts +3 -0
  178. package/lib-es/notifications/ServiceStatusProvider/entry-points.d.ts.map +1 -0
  179. package/lib-es/notifications/ServiceStatusProvider/entry-points.js +2 -0
  180. package/lib-es/notifications/ServiceStatusProvider/entry-points.js.map +1 -0
  181. package/lib-es/notifications/ServiceStatusProvider/index.d.ts +18 -1
  182. package/lib-es/notifications/ServiceStatusProvider/index.d.ts.map +1 -1
  183. package/lib-es/notifications/ServiceStatusProvider/index.js +47 -9
  184. package/lib-es/notifications/ServiceStatusProvider/index.js.map +1 -1
  185. package/lib-es/notifications/ServiceStatusProvider/index.test.d.ts +2 -0
  186. package/lib-es/notifications/ServiceStatusProvider/index.test.d.ts.map +1 -0
  187. package/lib-es/notifications/ServiceStatusProvider/index.test.js +86 -0
  188. package/lib-es/notifications/ServiceStatusProvider/index.test.js.map +1 -0
  189. package/lib-es/notifications/ServiceStatusProvider/ledger-components.d.ts +2 -0
  190. package/lib-es/notifications/ServiceStatusProvider/ledger-components.d.ts.map +1 -0
  191. package/lib-es/notifications/ServiceStatusProvider/ledger-components.js +14 -0
  192. package/lib-es/notifications/ServiceStatusProvider/ledger-components.js.map +1 -0
  193. package/lib-es/notifications/ServiceStatusProvider/mocks/ledgerStatus.d.ts +154 -0
  194. package/lib-es/notifications/ServiceStatusProvider/mocks/ledgerStatus.d.ts.map +1 -0
  195. package/lib-es/notifications/ServiceStatusProvider/mocks/ledgerStatus.js +1189 -0
  196. package/lib-es/notifications/ServiceStatusProvider/mocks/ledgerStatus.js.map +1 -0
  197. package/lib-es/notifications/ServiceStatusProvider/types.d.ts +3 -1
  198. package/lib-es/notifications/ServiceStatusProvider/types.d.ts.map +1 -1
  199. package/lib-es/wallet-api/react.d.ts +1 -1
  200. package/lib-es/wallet-api/react.d.ts.map +1 -1
  201. package/lib-es/wallet-api/react.js +1 -1
  202. package/lib-es/wallet-api/react.js.map +1 -1
  203. package/package.json +67 -67
  204. package/src/bridge/react/BridgeSync.tsx +17 -3
  205. package/src/bridge/syncSessionManager/index.test.ts +151 -0
  206. package/src/bridge/syncSessionManager/index.ts +93 -0
  207. package/src/deposit/deposit.integration.test.ts +41 -2
  208. package/src/e2e/data/deviceLabelsData.ts +2 -2
  209. package/src/e2e/enum/Account.ts +7 -0
  210. package/src/e2e/enum/DeviceLabels.ts +2 -8
  211. package/src/e2e/families/bitcoin.ts +33 -1
  212. package/src/e2e/families/tezos.ts +13 -4
  213. package/src/e2e/models/Swap.ts +8 -0
  214. package/src/e2e/speculos.ts +26 -35
  215. package/src/exchange/providers/swap.ts +2 -2
  216. package/src/families/celo/bridge.integration.test.ts +4 -1
  217. package/src/families/cosmos/datasets/__snapshots__/babylon.integration.test.ts.snap +2 -2
  218. package/src/families/cosmos/datasets/__snapshots__/cosmos.integration.test.ts.snap +299 -4
  219. package/src/families/cosmos/datasets/__snapshots__/cryptoOrg.integration.test.ts.snap +2 -2
  220. package/src/families/cosmos/datasets/__snapshots__/injective.integration.test.ts.snap +2 -2
  221. package/src/families/cosmos/datasets/__snapshots__/mantra.integration.test.ts.snap +2 -2
  222. package/src/families/cosmos/datasets/__snapshots__/osmosis.integration.test.ts.snap +2 -2
  223. package/src/families/cosmos/datasets/__snapshots__/persistence.integration.test.ts.snap +4 -4
  224. package/src/families/cosmos/datasets/__snapshots__/stargaze.integration.test.ts.snap +2 -2
  225. package/src/families/cosmos/datasets/__snapshots__/xion.integration.test.ts.snap +2 -2
  226. package/src/families/cosmos/datasets/axelar.integration.test.ts +4 -1
  227. package/src/families/cosmos/datasets/desmos.integration.test.ts +4 -1
  228. package/src/families/cosmos/datasets/onomy.integration.test.ts +4 -1
  229. package/src/families/filecoin/bridge.integration.test.ts +4 -1
  230. package/src/families/internet_computer/__snapshots__/bridge.integration.test.ts.snap +60 -3
  231. package/src/families/kaspa/bridge.integration.test.ts +4 -1
  232. package/src/families/mina/bridge.integration.test.ts +4 -1
  233. package/src/families/multiversx/synchronisation.integration.test.ts +5 -1
  234. package/src/families/polkadot/__snapshots__/bridge.integration.test.ts.snap +50 -4
  235. package/src/families/stacks/__snapshots__/bridge.integration.test.ts.snap +23 -3
  236. package/src/families/stellar/__snapshots__/bridge.integration.test.ts.snap +1490 -60
  237. package/src/families/ton/bridge.integration.test.ts +4 -1
  238. package/src/featureFlags/defaultFeatures.ts +1 -0
  239. package/src/notifications/ServiceStatusProvider/entry-points.ts +3 -0
  240. package/src/notifications/ServiceStatusProvider/index.test.ts +102 -0
  241. package/src/notifications/ServiceStatusProvider/index.tsx +61 -13
  242. package/src/notifications/ServiceStatusProvider/ledger-components.ts +13 -0
  243. package/src/notifications/ServiceStatusProvider/mocks/ledgerStatus.ts +1188 -0
  244. package/src/notifications/ServiceStatusProvider/types.ts +4 -1
  245. package/src/wallet-api/react.ts +3 -3
  246. package/src/families/celo/__snapshots__/bridge.integration.test.ts.snap +0 -285
  247. package/src/families/cosmos/datasets/__snapshots__/axelar.integration.test.ts.snap +0 -45
  248. package/src/families/cosmos/datasets/__snapshots__/desmos.integration.test.ts.snap +0 -45
  249. package/src/families/cosmos/datasets/__snapshots__/onomy.integration.test.ts.snap +0 -45
  250. package/src/families/filecoin/__snapshots__/bridge.integration.test.ts.snap +0 -242
  251. package/src/families/kaspa/__snapshots__/bridge.integration.test.ts.snap +0 -66
  252. package/src/families/mina/__snapshots__/bridge.integration.test.ts.snap +0 -169
  253. package/src/families/ton/__snapshots__/bridge.integration.test.ts.snap +0 -338
@@ -0,0 +1,1192 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.mockLedgerStatus = void 0;
4
+ exports.mockLedgerStatus = {
5
+ page: {
6
+ id: "yy4gq34bqqlj",
7
+ name: "Ledger",
8
+ url: "https://status.ledger.com",
9
+ time_zone: "Europe/Paris",
10
+ updated_at: "2025-09-10T21:20:50.318+02:00",
11
+ },
12
+ components: [
13
+ {
14
+ id: "18242295ktpj",
15
+ name: "Algorand (ALGO)",
16
+ status: "operational",
17
+ created_at: "2024-02-08T13:34:23.043+01:00",
18
+ updated_at: "2024-02-12T13:53:08.183+01:00",
19
+ position: 1,
20
+ description: null,
21
+ showcase: true,
22
+ start_date: "2024-02-08",
23
+ group_id: "5s70mmvpv8xr",
24
+ page_id: "yy4gq34bqqlj",
25
+ group: false,
26
+ only_show_if_degraded: false,
27
+ },
28
+ {
29
+ id: "w3kfy4rvn2vg",
30
+ name: "Ledger Live Manager",
31
+ status: "operational",
32
+ created_at: "2025-09-02T10:46:45.681+02:00",
33
+ updated_at: "2025-09-02T10:46:58.048+02:00",
34
+ position: 1,
35
+ description: null,
36
+ showcase: false,
37
+ start_date: null,
38
+ group_id: null,
39
+ page_id: "yy4gq34bqqlj",
40
+ group: true,
41
+ only_show_if_degraded: false,
42
+ components: ["wqcn71cr1s8p", "vqjkv6bgc33w"],
43
+ },
44
+ {
45
+ id: "wqcn71cr1s8p",
46
+ name: "Ledger Application Store",
47
+ status: "operational",
48
+ created_at: "2025-09-02T10:46:45.706+02:00",
49
+ updated_at: "2025-09-02T10:46:45.706+02:00",
50
+ position: 1,
51
+ description: null,
52
+ showcase: true,
53
+ start_date: "1993-02-18",
54
+ group_id: "w3kfy4rvn2vg",
55
+ page_id: "yy4gq34bqqlj",
56
+ group: false,
57
+ only_show_if_degraded: false,
58
+ },
59
+ {
60
+ id: "5s70mmvpv8xr",
61
+ name: "Ledger Explorers",
62
+ status: "major_outage",
63
+ created_at: "2022-01-06T14:53:59.522+01:00",
64
+ updated_at: "2025-09-02T10:46:58.058+02:00",
65
+ position: 2,
66
+ description: null,
67
+ showcase: false,
68
+ start_date: null,
69
+ group_id: null,
70
+ page_id: "yy4gq34bqqlj",
71
+ group: true,
72
+ only_show_if_degraded: false,
73
+ components: [
74
+ "18242295ktpj",
75
+ "d4kh7sr4d2kr",
76
+ "6lx3wypbpl4j",
77
+ "44l3sqlg0wy2",
78
+ "b7j1m8sffyzq",
79
+ "0tw921vg78q8",
80
+ "12145wws376b",
81
+ "bw7br8wq4g3v",
82
+ "zcjh9tcywq6m",
83
+ "s67wdgyhnjh1",
84
+ "cj43s3m8kwzx",
85
+ "czbk7tcl3zw8",
86
+ "l7ttjmnntn8c",
87
+ "6g1xhhk7lbz1",
88
+ "t13zrbrlcx7x",
89
+ "4cssb6qhnmkf",
90
+ "sdcxr9z1w6y7",
91
+ "3jwy52t860kn",
92
+ "4jf1h2l10467",
93
+ "b67tffzf8lgl",
94
+ "dyqm0v8tm6bt",
95
+ "b0ldvx9ddm3w",
96
+ "9gmtst59g2ng",
97
+ "gpjl8xzy0sc2",
98
+ "k5m3g5x0xz46",
99
+ "lc7pdg9r7z4c",
100
+ "tn81hdc4g9f3",
101
+ "cptlwkq9lqh3",
102
+ "z6pnwrdhr7yj",
103
+ "8ktqk2tjvqhz",
104
+ "6rr4jzhs02mk",
105
+ "0st9pnsk96f4",
106
+ "vqgx6z98jy3r",
107
+ "84jnzlx50zxm",
108
+ "88qh2fjk7j44",
109
+ "x3912wqzm4vf",
110
+ "82kb5k0pk9kd",
111
+ "92cm8zq4yhkz",
112
+ "3w3zp7swcxzy",
113
+ "ndtzqkb7qr08",
114
+ "xg3chp61pxc5",
115
+ "jbgcls2w6ckx",
116
+ "vn32g8447jvn",
117
+ ],
118
+ },
119
+ {
120
+ id: "d4kh7sr4d2kr",
121
+ name: "Aptos (APT)",
122
+ status: "major_outage",
123
+ created_at: "2025-09-02T09:15:20.144+02:00",
124
+ updated_at: "2025-09-10T20:51:48.774+02:00",
125
+ position: 2,
126
+ description: null,
127
+ showcase: true,
128
+ start_date: "2024-12-30",
129
+ group_id: "5s70mmvpv8xr",
130
+ page_id: "yy4gq34bqqlj",
131
+ group: false,
132
+ only_show_if_degraded: false,
133
+ },
134
+ {
135
+ id: "vqjkv6bgc33w",
136
+ name: "Ledger Live Security Services",
137
+ status: "operational",
138
+ created_at: "2025-09-02T11:00:03.770+02:00",
139
+ updated_at: "2025-09-02T11:00:25.692+02:00",
140
+ position: 2,
141
+ description: null,
142
+ showcase: true,
143
+ start_date: "1993-02-18",
144
+ group_id: "w3kfy4rvn2vg",
145
+ page_id: "yy4gq34bqqlj",
146
+ group: false,
147
+ only_show_if_degraded: false,
148
+ },
149
+ {
150
+ id: "6lx3wypbpl4j",
151
+ name: "Avalanche (AVAXC)",
152
+ status: "operational",
153
+ created_at: "2025-09-02T09:16:28.800+02:00",
154
+ updated_at: "2025-09-02T09:17:04.974+02:00",
155
+ position: 3,
156
+ description: null,
157
+ showcase: true,
158
+ start_date: "2023-03-31",
159
+ group_id: "5s70mmvpv8xr",
160
+ page_id: "yy4gq34bqqlj",
161
+ group: false,
162
+ only_show_if_degraded: false,
163
+ },
164
+ {
165
+ id: "9071p3j58cpn",
166
+ name: "Buy",
167
+ status: "operational",
168
+ created_at: "2025-09-02T10:44:44.049+02:00",
169
+ updated_at: "2025-09-02T11:02:22.526+02:00",
170
+ position: 3,
171
+ description: null,
172
+ showcase: true,
173
+ start_date: "2023-10-09",
174
+ group_id: null,
175
+ page_id: "yy4gq34bqqlj",
176
+ group: false,
177
+ only_show_if_degraded: false,
178
+ },
179
+ {
180
+ id: "44l3sqlg0wy2",
181
+ name: "Binance (BNB)",
182
+ status: "partial_outage",
183
+ created_at: "2025-09-02T09:18:56.985+02:00",
184
+ updated_at: "2025-09-10T20:53:35.370+02:00",
185
+ position: 4,
186
+ description: null,
187
+ showcase: true,
188
+ start_date: "2021-08-12",
189
+ group_id: "5s70mmvpv8xr",
190
+ page_id: "yy4gq34bqqlj",
191
+ group: false,
192
+ only_show_if_degraded: false,
193
+ },
194
+ {
195
+ id: "43jzy9pnszfk",
196
+ name: "Earn Dashboard",
197
+ status: "operational",
198
+ created_at: "2025-09-02T10:47:11.763+02:00",
199
+ updated_at: "2025-09-02T11:02:22.534+02:00",
200
+ position: 4,
201
+ description: null,
202
+ showcase: true,
203
+ start_date: "2023-10-10",
204
+ group_id: null,
205
+ page_id: "yy4gq34bqqlj",
206
+ group: false,
207
+ only_show_if_degraded: false,
208
+ },
209
+ {
210
+ id: "b7j1m8sffyzq",
211
+ name: "Bitcoin (BTC)",
212
+ status: "operational",
213
+ created_at: "2025-09-02T09:58:37.815+02:00",
214
+ updated_at: "2025-09-02T10:42:03.552+02:00",
215
+ position: 5,
216
+ description: null,
217
+ showcase: true,
218
+ start_date: "1993-02-18",
219
+ group_id: "5s70mmvpv8xr",
220
+ page_id: "yy4gq34bqqlj",
221
+ group: false,
222
+ only_show_if_degraded: false,
223
+ },
224
+ {
225
+ id: "n7rjhchg79ry",
226
+ name: "Countervalue API",
227
+ status: "major_outage",
228
+ created_at: "2025-09-02T10:47:28.814+02:00",
229
+ updated_at: "2025-09-10T21:00:46.659+02:00",
230
+ position: 5,
231
+ description: null,
232
+ showcase: true,
233
+ start_date: "1993-02-18",
234
+ group_id: null,
235
+ page_id: "yy4gq34bqqlj",
236
+ group: false,
237
+ only_show_if_degraded: false,
238
+ },
239
+ {
240
+ id: "0tw921vg78q8",
241
+ name: "Bitcoin Cash (BCH)",
242
+ status: "operational",
243
+ created_at: "2025-09-02T09:59:15.821+02:00",
244
+ updated_at: "2025-09-02T10:42:03.559+02:00",
245
+ position: 6,
246
+ description: null,
247
+ showcase: true,
248
+ start_date: "2020-11-17",
249
+ group_id: "5s70mmvpv8xr",
250
+ page_id: "yy4gq34bqqlj",
251
+ group: false,
252
+ only_show_if_degraded: false,
253
+ },
254
+ {
255
+ id: "w9f5z4wl54c3",
256
+ name: "Crypto Assets Service",
257
+ status: "operational",
258
+ created_at: "2025-09-02T10:47:56.899+02:00",
259
+ updated_at: "2025-09-02T11:02:31.887+02:00",
260
+ position: 6,
261
+ description: null,
262
+ showcase: true,
263
+ start_date: "2024-07-23",
264
+ group_id: null,
265
+ page_id: "yy4gq34bqqlj",
266
+ group: false,
267
+ only_show_if_degraded: false,
268
+ },
269
+ {
270
+ id: "12145wws376b",
271
+ name: "Bitcoin Gold (BTG)",
272
+ status: "operational",
273
+ created_at: "2025-09-02T10:00:02.412+02:00",
274
+ updated_at: "2025-09-02T10:42:03.566+02:00",
275
+ position: 7,
276
+ description: null,
277
+ showcase: true,
278
+ start_date: "1993-02-18",
279
+ group_id: "5s70mmvpv8xr",
280
+ page_id: "yy4gq34bqqlj",
281
+ group: false,
282
+ only_show_if_degraded: false,
283
+ },
284
+ {
285
+ id: "n27q7wmk80zn",
286
+ name: "Cloud Sync",
287
+ status: "operational",
288
+ created_at: "2025-09-02T10:48:14.879+02:00",
289
+ updated_at: "2025-09-02T11:02:35.534+02:00",
290
+ position: 7,
291
+ description: null,
292
+ showcase: true,
293
+ start_date: "2024-08-07",
294
+ group_id: null,
295
+ page_id: "yy4gq34bqqlj",
296
+ group: false,
297
+ only_show_if_degraded: false,
298
+ },
299
+ {
300
+ id: "bw7br8wq4g3v",
301
+ name: "Cardano (ADA)",
302
+ status: "operational",
303
+ created_at: "2025-09-02T10:00:24.295+02:00",
304
+ updated_at: "2025-09-02T10:42:03.573+02:00",
305
+ position: 8,
306
+ description: null,
307
+ showcase: true,
308
+ start_date: "2023-03-01",
309
+ group_id: "5s70mmvpv8xr",
310
+ page_id: "yy4gq34bqqlj",
311
+ group: false,
312
+ only_show_if_degraded: false,
313
+ },
314
+ {
315
+ id: "q4hqklr2tz1d",
316
+ name: "Swap API",
317
+ status: "major_outage",
318
+ created_at: "2025-09-02T10:48:37.543+02:00",
319
+ updated_at: "2025-09-10T20:56:10.899+02:00",
320
+ position: 8,
321
+ description: null,
322
+ showcase: true,
323
+ start_date: "2020-10-23",
324
+ group_id: null,
325
+ page_id: "yy4gq34bqqlj",
326
+ group: false,
327
+ only_show_if_degraded: false,
328
+ },
329
+ {
330
+ id: "zcjh9tcywq6m",
331
+ name: "Casper (CSPR)",
332
+ status: "operational",
333
+ created_at: "2025-09-02T10:00:48.028+02:00",
334
+ updated_at: "2025-09-02T10:42:03.579+02:00",
335
+ position: 9,
336
+ description: null,
337
+ showcase: true,
338
+ start_date: "2023-08-16",
339
+ group_id: "5s70mmvpv8xr",
340
+ page_id: "yy4gq34bqqlj",
341
+ group: false,
342
+ only_show_if_degraded: false,
343
+ },
344
+ {
345
+ id: "0qf2fs33n3kg",
346
+ name: "Tezos Bakers API",
347
+ status: "operational",
348
+ created_at: "2025-09-02T10:49:37.975+02:00",
349
+ updated_at: "2025-09-02T11:02:22.566+02:00",
350
+ position: 9,
351
+ description: null,
352
+ showcase: true,
353
+ start_date: "1993-02-18",
354
+ group_id: null,
355
+ page_id: "yy4gq34bqqlj",
356
+ group: false,
357
+ only_show_if_degraded: false,
358
+ },
359
+ {
360
+ id: "s67wdgyhnjh1",
361
+ name: "Celo (CELO)",
362
+ status: "operational",
363
+ created_at: "2025-09-02T10:01:15.338+02:00",
364
+ updated_at: "2025-09-02T10:42:03.586+02:00",
365
+ position: 10,
366
+ description: null,
367
+ showcase: true,
368
+ start_date: "2022-07-07",
369
+ group_id: "5s70mmvpv8xr",
370
+ page_id: "yy4gq34bqqlj",
371
+ group: false,
372
+ only_show_if_degraded: false,
373
+ },
374
+ {
375
+ id: "khlb4rsdgz71",
376
+ name: "Trustchain",
377
+ status: "operational",
378
+ created_at: "2025-09-02T10:50:01.071+02:00",
379
+ updated_at: "2025-09-02T11:02:22.573+02:00",
380
+ position: 10,
381
+ description: null,
382
+ showcase: true,
383
+ start_date: "2024-08-07",
384
+ group_id: null,
385
+ page_id: "yy4gq34bqqlj",
386
+ group: false,
387
+ only_show_if_degraded: false,
388
+ },
389
+ {
390
+ id: "cj43s3m8kwzx",
391
+ name: "Cosmos (ATOM)",
392
+ status: "operational",
393
+ created_at: "2025-09-02T10:01:35.470+02:00",
394
+ updated_at: "2025-09-02T10:42:08.207+02:00",
395
+ position: 11,
396
+ description: null,
397
+ showcase: true,
398
+ start_date: "1993-02-18",
399
+ group_id: "5s70mmvpv8xr",
400
+ page_id: "yy4gq34bqqlj",
401
+ group: false,
402
+ only_show_if_degraded: false,
403
+ },
404
+ {
405
+ id: "b95bzk3y8k8y",
406
+ name: "NFT Metadata Service",
407
+ status: "operational",
408
+ created_at: "2025-09-02T10:50:25.010+02:00",
409
+ updated_at: "2025-09-02T11:02:22.580+02:00",
410
+ position: 11,
411
+ description: null,
412
+ showcase: true,
413
+ start_date: "2022-05-26",
414
+ group_id: null,
415
+ page_id: "yy4gq34bqqlj",
416
+ group: false,
417
+ only_show_if_degraded: false,
418
+ },
419
+ {
420
+ id: "czbk7tcl3zw8",
421
+ name: "Cronos (CRO)",
422
+ status: "operational",
423
+ created_at: "2025-09-02T10:02:03.246+02:00",
424
+ updated_at: "2025-09-02T10:42:08.215+02:00",
425
+ position: 12,
426
+ description: null,
427
+ showcase: true,
428
+ start_date: "2022-03-17",
429
+ group_id: "5s70mmvpv8xr",
430
+ page_id: "yy4gq34bqqlj",
431
+ group: false,
432
+ only_show_if_degraded: false,
433
+ },
434
+ {
435
+ id: "lz6n3lkzgdlb",
436
+ name: "Ledger Website",
437
+ status: "operational",
438
+ created_at: "2025-09-02T10:50:45.912+02:00",
439
+ updated_at: "2025-09-02T11:02:22.586+02:00",
440
+ position: 12,
441
+ description: null,
442
+ showcase: true,
443
+ start_date: "2024-04-15",
444
+ group_id: null,
445
+ page_id: "yy4gq34bqqlj",
446
+ group: false,
447
+ only_show_if_degraded: false,
448
+ },
449
+ {
450
+ id: "l7ttjmnntn8c",
451
+ name: "Dash (DASH)",
452
+ status: "operational",
453
+ created_at: "2025-09-02T10:02:23.376+02:00",
454
+ updated_at: "2025-09-02T10:42:08.222+02:00",
455
+ position: 13,
456
+ description: null,
457
+ showcase: true,
458
+ start_date: "1993-02-18",
459
+ group_id: "5s70mmvpv8xr",
460
+ page_id: "yy4gq34bqqlj",
461
+ group: false,
462
+ only_show_if_degraded: false,
463
+ },
464
+ {
465
+ id: "hy67t05tfcjp",
466
+ name: "Ledger Quest",
467
+ status: "operational",
468
+ created_at: "2025-09-02T10:51:04.245+02:00",
469
+ updated_at: "2025-09-02T11:02:22.593+02:00",
470
+ position: 13,
471
+ description: null,
472
+ showcase: true,
473
+ start_date: "2023-04-26",
474
+ group_id: null,
475
+ page_id: "yy4gq34bqqlj",
476
+ group: false,
477
+ only_show_if_degraded: false,
478
+ },
479
+ {
480
+ id: "6g1xhhk7lbz1",
481
+ name: "Decred (DCR)",
482
+ status: "operational",
483
+ created_at: "2025-09-02T10:02:43.503+02:00",
484
+ updated_at: "2025-09-02T10:42:08.228+02:00",
485
+ position: 14,
486
+ description: null,
487
+ showcase: true,
488
+ start_date: "1993-02-18",
489
+ group_id: "5s70mmvpv8xr",
490
+ page_id: "yy4gq34bqqlj",
491
+ group: false,
492
+ only_show_if_degraded: false,
493
+ },
494
+ {
495
+ id: "pxgn88x9z0cd",
496
+ name: "Ledger Recover",
497
+ status: "operational",
498
+ created_at: "2025-09-02T10:51:23.479+02:00",
499
+ updated_at: "2025-09-02T11:02:22.600+02:00",
500
+ position: 14,
501
+ description: null,
502
+ showcase: true,
503
+ start_date: "2024-02-01",
504
+ group_id: null,
505
+ page_id: "yy4gq34bqqlj",
506
+ group: false,
507
+ only_show_if_degraded: false,
508
+ },
509
+ {
510
+ id: "t13zrbrlcx7x",
511
+ name: "Digibyte (DGB)",
512
+ status: "operational",
513
+ created_at: "2025-09-02T10:03:44.004+02:00",
514
+ updated_at: "2025-09-02T10:42:08.234+02:00",
515
+ position: 15,
516
+ description: null,
517
+ showcase: true,
518
+ start_date: "1993-02-18",
519
+ group_id: "5s70mmvpv8xr",
520
+ page_id: "yy4gq34bqqlj",
521
+ group: false,
522
+ only_show_if_degraded: false,
523
+ },
524
+ {
525
+ id: "9lcpyd0kv5dh",
526
+ name: "Loyalty Program",
527
+ status: "operational",
528
+ created_at: "2025-09-02T10:51:49.406+02:00",
529
+ updated_at: "2025-09-02T11:02:22.607+02:00",
530
+ position: 15,
531
+ description: null,
532
+ showcase: true,
533
+ start_date: "2023-02-22",
534
+ group_id: null,
535
+ page_id: "yy4gq34bqqlj",
536
+ group: false,
537
+ only_show_if_degraded: false,
538
+ },
539
+ {
540
+ id: "4cssb6qhnmkf",
541
+ name: "Dogecoin (DOGE)",
542
+ status: "operational",
543
+ created_at: "2025-09-02T10:04:01.757+02:00",
544
+ updated_at: "2025-09-02T10:42:08.241+02:00",
545
+ position: 16,
546
+ description: null,
547
+ showcase: true,
548
+ start_date: "1993-02-18",
549
+ group_id: "5s70mmvpv8xr",
550
+ page_id: "yy4gq34bqqlj",
551
+ group: false,
552
+ only_show_if_degraded: false,
553
+ },
554
+ {
555
+ id: "3wtk28v5y07z",
556
+ name: "Card Program",
557
+ status: "operational",
558
+ created_at: "2025-09-02T10:52:10.330+02:00",
559
+ updated_at: "2025-09-02T11:02:22.615+02:00",
560
+ position: 16,
561
+ description: null,
562
+ showcase: true,
563
+ start_date: "2024-10-16",
564
+ group_id: null,
565
+ page_id: "yy4gq34bqqlj",
566
+ group: false,
567
+ only_show_if_degraded: false,
568
+ },
569
+ {
570
+ id: "sdcxr9z1w6y7",
571
+ name: "Dydx (DYDX)",
572
+ status: "operational",
573
+ created_at: "2025-09-02T10:04:18.303+02:00",
574
+ updated_at: "2025-09-02T10:42:08.248+02:00",
575
+ position: 17,
576
+ description: null,
577
+ showcase: true,
578
+ start_date: "2024-10-14",
579
+ group_id: "5s70mmvpv8xr",
580
+ page_id: "yy4gq34bqqlj",
581
+ group: false,
582
+ only_show_if_degraded: false,
583
+ },
584
+ {
585
+ id: "3jwy52t860kn",
586
+ name: "Elrond (EGLD)",
587
+ status: "operational",
588
+ created_at: "2022-01-06T14:53:59.542+01:00",
589
+ updated_at: "2025-09-02T10:42:08.253+02:00",
590
+ position: 18,
591
+ description: null,
592
+ showcase: true,
593
+ start_date: "2022-01-06",
594
+ group_id: "5s70mmvpv8xr",
595
+ page_id: "yy4gq34bqqlj",
596
+ group: false,
597
+ only_show_if_degraded: false,
598
+ },
599
+ {
600
+ id: "4jf1h2l10467",
601
+ name: "Ethereum (ETH)",
602
+ status: "operational",
603
+ created_at: "2025-09-02T10:04:48.143+02:00",
604
+ updated_at: "2025-09-02T10:42:03.647+02:00",
605
+ position: 19,
606
+ description: null,
607
+ showcase: true,
608
+ start_date: "1993-02-18",
609
+ group_id: "5s70mmvpv8xr",
610
+ page_id: "yy4gq34bqqlj",
611
+ group: false,
612
+ only_show_if_degraded: false,
613
+ },
614
+ {
615
+ id: "b67tffzf8lgl",
616
+ name: "Ethereum Classic (ETC)",
617
+ status: "operational",
618
+ created_at: "2025-09-02T10:05:03.234+02:00",
619
+ updated_at: "2025-09-02T10:42:03.654+02:00",
620
+ position: 20,
621
+ description: null,
622
+ showcase: true,
623
+ start_date: "1993-02-18",
624
+ group_id: "5s70mmvpv8xr",
625
+ page_id: "yy4gq34bqqlj",
626
+ group: false,
627
+ only_show_if_degraded: false,
628
+ },
629
+ {
630
+ id: "dyqm0v8tm6bt",
631
+ name: "Filecoin (FIL)",
632
+ status: "operational",
633
+ created_at: "2025-09-02T10:05:25.567+02:00",
634
+ updated_at: "2025-09-02T10:42:03.661+02:00",
635
+ position: 21,
636
+ description: null,
637
+ showcase: true,
638
+ start_date: "2023-02-23",
639
+ group_id: "5s70mmvpv8xr",
640
+ page_id: "yy4gq34bqqlj",
641
+ group: false,
642
+ only_show_if_degraded: false,
643
+ },
644
+ {
645
+ id: "b0ldvx9ddm3w",
646
+ name: "Hedera (HBAR)",
647
+ status: "operational",
648
+ created_at: "2025-09-02T10:26:04.643+02:00",
649
+ updated_at: "2025-09-02T10:42:03.668+02:00",
650
+ position: 22,
651
+ description: null,
652
+ showcase: true,
653
+ start_date: "2023-02-24",
654
+ group_id: "5s70mmvpv8xr",
655
+ page_id: "yy4gq34bqqlj",
656
+ group: false,
657
+ only_show_if_degraded: false,
658
+ },
659
+ {
660
+ id: "9gmtst59g2ng",
661
+ name: "Horizen (ZEN)",
662
+ status: "operational",
663
+ created_at: "2025-09-02T10:20:13.355+02:00",
664
+ updated_at: "2025-09-02T10:42:03.673+02:00",
665
+ position: 23,
666
+ description: null,
667
+ showcase: true,
668
+ start_date: "1993-02-18",
669
+ group_id: "5s70mmvpv8xr",
670
+ page_id: "yy4gq34bqqlj",
671
+ group: false,
672
+ only_show_if_degraded: false,
673
+ },
674
+ {
675
+ id: "gpjl8xzy0sc2",
676
+ name: "Internet Computer (ICP)",
677
+ status: "operational",
678
+ created_at: "2025-09-02T10:21:05.696+02:00",
679
+ updated_at: "2025-09-02T10:42:03.679+02:00",
680
+ position: 24,
681
+ description: null,
682
+ showcase: true,
683
+ start_date: "2023-10-18",
684
+ group_id: "5s70mmvpv8xr",
685
+ page_id: "yy4gq34bqqlj",
686
+ group: false,
687
+ only_show_if_degraded: false,
688
+ },
689
+ {
690
+ id: "k5m3g5x0xz46",
691
+ name: "Icon (ICX)",
692
+ status: "operational",
693
+ created_at: "2025-09-02T10:21:33.308+02:00",
694
+ updated_at: "2025-09-02T10:42:03.686+02:00",
695
+ position: 25,
696
+ description: null,
697
+ showcase: true,
698
+ start_date: "2025-08-15",
699
+ group_id: "5s70mmvpv8xr",
700
+ page_id: "yy4gq34bqqlj",
701
+ group: false,
702
+ only_show_if_degraded: false,
703
+ },
704
+ {
705
+ id: "lc7pdg9r7z4c",
706
+ name: "Komodo (KMD)",
707
+ status: "operational",
708
+ created_at: "2025-09-02T10:22:01.687+02:00",
709
+ updated_at: "2025-09-02T10:42:03.691+02:00",
710
+ position: 26,
711
+ description: null,
712
+ showcase: true,
713
+ start_date: "1993-02-18",
714
+ group_id: "5s70mmvpv8xr",
715
+ page_id: "yy4gq34bqqlj",
716
+ group: false,
717
+ only_show_if_degraded: false,
718
+ },
719
+ {
720
+ id: "tn81hdc4g9f3",
721
+ name: "Litecoin (LTC)",
722
+ status: "operational",
723
+ created_at: "2025-09-02T10:22:25.343+02:00",
724
+ updated_at: "2025-09-02T10:42:03.697+02:00",
725
+ position: 27,
726
+ description: null,
727
+ showcase: true,
728
+ start_date: "1993-02-18",
729
+ group_id: "5s70mmvpv8xr",
730
+ page_id: "yy4gq34bqqlj",
731
+ group: false,
732
+ only_show_if_degraded: false,
733
+ },
734
+ {
735
+ id: "cptlwkq9lqh3",
736
+ name: "Mina (MINA)",
737
+ status: "operational",
738
+ created_at: "2025-09-05T07:22:11.809+02:00",
739
+ updated_at: "2025-09-05T07:22:36.897+02:00",
740
+ position: 28,
741
+ description: null,
742
+ showcase: true,
743
+ start_date: "2025-09-05",
744
+ group_id: "5s70mmvpv8xr",
745
+ page_id: "yy4gq34bqqlj",
746
+ group: false,
747
+ only_show_if_degraded: false,
748
+ },
749
+ {
750
+ id: "z6pnwrdhr7yj",
751
+ name: "Near Protocol (NEAR)",
752
+ status: "operational",
753
+ created_at: "2025-09-02T10:25:01.211+02:00",
754
+ updated_at: "2025-09-05T07:22:36.904+02:00",
755
+ position: 29,
756
+ description: null,
757
+ showcase: true,
758
+ start_date: "2023-02-14",
759
+ group_id: "5s70mmvpv8xr",
760
+ page_id: "yy4gq34bqqlj",
761
+ group: false,
762
+ only_show_if_degraded: false,
763
+ },
764
+ {
765
+ id: "8ktqk2tjvqhz",
766
+ name: "Peercoin (PPC)",
767
+ status: "operational",
768
+ created_at: "2025-09-02T10:25:26.567+02:00",
769
+ updated_at: "2025-09-05T07:22:36.911+02:00",
770
+ position: 30,
771
+ description: null,
772
+ showcase: true,
773
+ start_date: "1993-02-18",
774
+ group_id: "5s70mmvpv8xr",
775
+ page_id: "yy4gq34bqqlj",
776
+ group: false,
777
+ only_show_if_degraded: false,
778
+ },
779
+ {
780
+ id: "6rr4jzhs02mk",
781
+ name: "Pivx (PIVX)",
782
+ status: "operational",
783
+ created_at: "2025-09-02T10:25:47.209+02:00",
784
+ updated_at: "2025-09-05T07:22:36.917+02:00",
785
+ position: 31,
786
+ description: null,
787
+ showcase: true,
788
+ start_date: "1993-02-18",
789
+ group_id: "5s70mmvpv8xr",
790
+ page_id: "yy4gq34bqqlj",
791
+ group: false,
792
+ only_show_if_degraded: false,
793
+ },
794
+ {
795
+ id: "0st9pnsk96f4",
796
+ name: "Polkadot (DOT)",
797
+ status: "operational",
798
+ created_at: "2025-09-02T10:35:56.880+02:00",
799
+ updated_at: "2025-09-05T07:22:36.924+02:00",
800
+ position: 32,
801
+ description: null,
802
+ showcase: true,
803
+ start_date: "2021-03-04",
804
+ group_id: "5s70mmvpv8xr",
805
+ page_id: "yy4gq34bqqlj",
806
+ group: false,
807
+ only_show_if_degraded: false,
808
+ },
809
+ {
810
+ id: "vqgx6z98jy3r",
811
+ name: "Polygon (MATIC)",
812
+ status: "operational",
813
+ created_at: "2025-09-02T10:36:15.011+02:00",
814
+ updated_at: "2025-09-05T07:22:29.558+02:00",
815
+ position: 33,
816
+ description: null,
817
+ showcase: true,
818
+ start_date: "2022-03-14",
819
+ group_id: "5s70mmvpv8xr",
820
+ page_id: "yy4gq34bqqlj",
821
+ group: false,
822
+ only_show_if_degraded: false,
823
+ },
824
+ {
825
+ id: "84jnzlx50zxm",
826
+ name: "Qtum (QTUM)",
827
+ status: "operational",
828
+ created_at: "2025-09-02T10:36:38.500+02:00",
829
+ updated_at: "2025-09-05T07:22:29.564+02:00",
830
+ position: 34,
831
+ description: null,
832
+ showcase: true,
833
+ start_date: "1993-02-18",
834
+ group_id: "5s70mmvpv8xr",
835
+ page_id: "yy4gq34bqqlj",
836
+ group: false,
837
+ only_show_if_degraded: false,
838
+ },
839
+ {
840
+ id: "88qh2fjk7j44",
841
+ name: "Ripple (XRP)",
842
+ status: "operational",
843
+ created_at: "2025-09-02T10:36:58.097+02:00",
844
+ updated_at: "2025-09-05T07:22:29.570+02:00",
845
+ position: 35,
846
+ description: null,
847
+ showcase: true,
848
+ start_date: "1993-02-18",
849
+ group_id: "5s70mmvpv8xr",
850
+ page_id: "yy4gq34bqqlj",
851
+ group: false,
852
+ only_show_if_degraded: false,
853
+ },
854
+ {
855
+ id: "x3912wqzm4vf",
856
+ name: "Solana (SOL)",
857
+ status: "operational",
858
+ created_at: "2025-09-02T10:37:16.125+02:00",
859
+ updated_at: "2025-09-05T07:22:29.576+02:00",
860
+ position: 36,
861
+ description: null,
862
+ showcase: true,
863
+ start_date: "2022-03-17",
864
+ group_id: "5s70mmvpv8xr",
865
+ page_id: "yy4gq34bqqlj",
866
+ group: false,
867
+ only_show_if_degraded: false,
868
+ },
869
+ {
870
+ id: "82kb5k0pk9kd",
871
+ name: "Stacks (STX)",
872
+ status: "operational",
873
+ created_at: "2025-09-02T10:37:35.455+02:00",
874
+ updated_at: "2025-09-05T07:22:29.582+02:00",
875
+ position: 37,
876
+ description: null,
877
+ showcase: true,
878
+ start_date: "2024-01-23",
879
+ group_id: "5s70mmvpv8xr",
880
+ page_id: "yy4gq34bqqlj",
881
+ group: false,
882
+ only_show_if_degraded: false,
883
+ },
884
+ {
885
+ id: "92cm8zq4yhkz",
886
+ name: "Stellar (XLM)",
887
+ status: "operational",
888
+ created_at: "2025-09-02T10:37:57.268+02:00",
889
+ updated_at: "2025-09-05T07:22:29.588+02:00",
890
+ position: 38,
891
+ description: null,
892
+ showcase: true,
893
+ start_date: "1993-02-18",
894
+ group_id: "5s70mmvpv8xr",
895
+ page_id: "yy4gq34bqqlj",
896
+ group: false,
897
+ only_show_if_degraded: false,
898
+ },
899
+ {
900
+ id: "3w3zp7swcxzy",
901
+ name: "Tezos (XTZ)",
902
+ status: "operational",
903
+ created_at: "2025-09-02T10:38:17.234+02:00",
904
+ updated_at: "2025-09-05T07:22:29.594+02:00",
905
+ position: 39,
906
+ description: null,
907
+ showcase: true,
908
+ start_date: "1993-02-18",
909
+ group_id: "5s70mmvpv8xr",
910
+ page_id: "yy4gq34bqqlj",
911
+ group: false,
912
+ only_show_if_degraded: false,
913
+ },
914
+ {
915
+ id: "ndtzqkb7qr08",
916
+ name: "Toncoin (TON)",
917
+ status: "operational",
918
+ created_at: "2025-09-02T10:38:38.658+02:00",
919
+ updated_at: "2025-09-05T07:22:29.600+02:00",
920
+ position: 40,
921
+ description: null,
922
+ showcase: true,
923
+ start_date: "2024-07-02",
924
+ group_id: "5s70mmvpv8xr",
925
+ page_id: "yy4gq34bqqlj",
926
+ group: false,
927
+ only_show_if_degraded: false,
928
+ },
929
+ {
930
+ id: "xg3chp61pxc5",
931
+ name: "Tron (TRX)",
932
+ status: "operational",
933
+ created_at: "2025-09-02T10:38:55.682+02:00",
934
+ updated_at: "2025-09-05T07:22:29.606+02:00",
935
+ position: 41,
936
+ description: null,
937
+ showcase: true,
938
+ start_date: "1993-02-18",
939
+ group_id: "5s70mmvpv8xr",
940
+ page_id: "yy4gq34bqqlj",
941
+ group: false,
942
+ only_show_if_degraded: false,
943
+ },
944
+ {
945
+ id: "jbgcls2w6ckx",
946
+ name: "Vechain (VET)",
947
+ status: "operational",
948
+ created_at: "2025-09-02T10:39:15.170+02:00",
949
+ updated_at: "2025-09-05T07:22:29.612+02:00",
950
+ position: 42,
951
+ description: null,
952
+ showcase: true,
953
+ start_date: "2024-04-05",
954
+ group_id: "5s70mmvpv8xr",
955
+ page_id: "yy4gq34bqqlj",
956
+ group: false,
957
+ only_show_if_degraded: false,
958
+ },
959
+ {
960
+ id: "vn32g8447jvn",
961
+ name: "Zcash (ZEC)",
962
+ status: "operational",
963
+ created_at: "2025-09-02T10:39:33.635+02:00",
964
+ updated_at: "2025-09-05T07:22:29.619+02:00",
965
+ position: 43,
966
+ description: null,
967
+ showcase: true,
968
+ start_date: "1993-02-18",
969
+ group_id: "5s70mmvpv8xr",
970
+ page_id: "yy4gq34bqqlj",
971
+ group: false,
972
+ only_show_if_degraded: false,
973
+ },
974
+ ],
975
+ incidents: [
976
+ {
977
+ id: "868mk5nvzppj",
978
+ name: "Binance (BNB) Mainnet Degraded Service",
979
+ status: "investigating",
980
+ created_at: "2025-09-10T20:53:35.341+02:00",
981
+ updated_at: "2025-09-10T21:02:07.676+02:00",
982
+ monitoring_at: null,
983
+ resolved_at: null,
984
+ impact: "major",
985
+ shortlink: "https://stspg.io/189q3mqbz94v",
986
+ started_at: "2025-09-10T20:53:35.334+02:00",
987
+ page_id: "yy4gq34bqqlj",
988
+ incident_updates: [
989
+ {
990
+ id: "yj304qwlg949",
991
+ status: "investigating",
992
+ body: "We are experiencing technical issues with the Binance Mainnet within Ledger Live. This may impact your ability to send transactions, add accounts and view your balances or transaction history. Our team is actively working to resolve the issue. For urgent transactions, please refer to \u003ca href='https://support.ledger.com/hc/en-us/articles/16750092252701-What-to-do-in-case-of-network-service-disruption?support=true'\u003ethis article\u003c/a\u003e for alternative methods.",
993
+ incident_id: "868mk5nvzppj",
994
+ created_at: "2025-09-10T20:53:35.409+02:00",
995
+ updated_at: "2025-09-10T20:53:35.409+02:00",
996
+ display_at: "2025-09-10T20:53:35.409+02:00",
997
+ affected_components: [
998
+ {
999
+ code: "44l3sqlg0wy2",
1000
+ name: "Ledger Explorers - Binance (BNB)",
1001
+ old_status: "operational",
1002
+ new_status: "partial_outage",
1003
+ },
1004
+ ],
1005
+ deliver_notifications: false,
1006
+ custom_tweet: null,
1007
+ tweet_id: null,
1008
+ },
1009
+ ],
1010
+ components: [
1011
+ {
1012
+ id: "44l3sqlg0wy2",
1013
+ name: "Binance (BNB)",
1014
+ status: "partial_outage",
1015
+ created_at: "2025-09-02T09:18:56.985+02:00",
1016
+ updated_at: "2025-09-10T20:53:35.370+02:00",
1017
+ position: 4,
1018
+ description: null,
1019
+ showcase: true,
1020
+ start_date: "2021-08-12",
1021
+ group_id: "5s70mmvpv8xr",
1022
+ page_id: "yy4gq34bqqlj",
1023
+ group: false,
1024
+ only_show_if_degraded: false,
1025
+ },
1026
+ ],
1027
+ reminder_intervals: "[]",
1028
+ },
1029
+ {
1030
+ id: "p6j6npc1gq1f",
1031
+ name: "Service Countervalue API 5xx response rate.",
1032
+ status: "investigating",
1033
+ created_at: "2025-09-10T21:00:46.633+02:00",
1034
+ updated_at: "2025-09-10T21:00:46.702+02:00",
1035
+ monitoring_at: null,
1036
+ resolved_at: null,
1037
+ impact: "critical",
1038
+ shortlink: "https://stspg.io/90tcq6214v92",
1039
+ started_at: "2025-09-10T21:00:46.629+02:00",
1040
+ page_id: "yy4gq34bqqlj",
1041
+ incident_updates: [
1042
+ {
1043
+ id: "rb75fs794d2c",
1044
+ status: "investigating",
1045
+ body: "We have detected an issue with Ledger services for service Countervalue API. This is being investigated by the team.",
1046
+ incident_id: "p6j6npc1gq1f",
1047
+ created_at: "2025-09-10T21:00:46.699+02:00",
1048
+ updated_at: "2025-09-10T21:00:46.699+02:00",
1049
+ display_at: "2025-09-10T21:00:46.699+02:00",
1050
+ affected_components: [
1051
+ {
1052
+ code: "n7rjhchg79ry",
1053
+ name: "Countervalue API",
1054
+ old_status: "operational",
1055
+ new_status: "major_outage",
1056
+ },
1057
+ ],
1058
+ deliver_notifications: false,
1059
+ custom_tweet: null,
1060
+ tweet_id: null,
1061
+ },
1062
+ ],
1063
+ components: [
1064
+ {
1065
+ id: "n7rjhchg79ry",
1066
+ name: "Countervalue API",
1067
+ status: "major_outage",
1068
+ created_at: "2025-09-02T10:47:28.814+02:00",
1069
+ updated_at: "2025-09-10T21:00:46.659+02:00",
1070
+ position: 5,
1071
+ description: null,
1072
+ showcase: true,
1073
+ start_date: "1993-02-18",
1074
+ group_id: null,
1075
+ page_id: "yy4gq34bqqlj",
1076
+ group: false,
1077
+ only_show_if_degraded: false,
1078
+ },
1079
+ ],
1080
+ reminder_intervals: "[]",
1081
+ },
1082
+ {
1083
+ id: "hjs1ztlqt43j",
1084
+ name: "Service Swap API is down.",
1085
+ status: "investigating",
1086
+ created_at: "2025-09-10T20:56:10.870+02:00",
1087
+ updated_at: "2025-09-10T20:56:10.942+02:00",
1088
+ monitoring_at: null,
1089
+ resolved_at: null,
1090
+ impact: "critical",
1091
+ shortlink: "https://stspg.io/2fdj0ls9ygnx",
1092
+ started_at: "2025-09-10T20:56:10.865+02:00",
1093
+ page_id: "yy4gq34bqqlj",
1094
+ incident_updates: [
1095
+ {
1096
+ id: "2cr4th3gjqw0",
1097
+ status: "investigating",
1098
+ body: "We have detected an issue with service Swap API. This is being investigated by the team.",
1099
+ incident_id: "hjs1ztlqt43j",
1100
+ created_at: "2025-09-10T20:56:10.940+02:00",
1101
+ updated_at: "2025-09-10T20:56:10.940+02:00",
1102
+ display_at: "2025-09-10T20:56:10.940+02:00",
1103
+ affected_components: [
1104
+ {
1105
+ code: "q4hqklr2tz1d",
1106
+ name: "Swap API",
1107
+ old_status: "operational",
1108
+ new_status: "major_outage",
1109
+ },
1110
+ ],
1111
+ deliver_notifications: false,
1112
+ custom_tweet: null,
1113
+ tweet_id: null,
1114
+ },
1115
+ ],
1116
+ components: [
1117
+ {
1118
+ id: "q4hqklr2tz1d",
1119
+ name: "Swap API",
1120
+ status: "major_outage",
1121
+ created_at: "2025-09-02T10:48:37.543+02:00",
1122
+ updated_at: "2025-09-10T20:56:10.899+02:00",
1123
+ position: 8,
1124
+ description: null,
1125
+ showcase: true,
1126
+ start_date: "2020-10-23",
1127
+ group_id: null,
1128
+ page_id: "yy4gq34bqqlj",
1129
+ group: false,
1130
+ only_show_if_degraded: false,
1131
+ },
1132
+ ],
1133
+ reminder_intervals: "[]",
1134
+ },
1135
+ {
1136
+ id: "7s0q14x2b4k0",
1137
+ name: "Aptos (APT) Mainnet Service Disruption",
1138
+ status: "investigating",
1139
+ created_at: "2025-09-10T20:51:48.736+02:00",
1140
+ updated_at: "2025-09-10T20:51:48.829+02:00",
1141
+ monitoring_at: null,
1142
+ resolved_at: null,
1143
+ impact: "critical",
1144
+ shortlink: "https://stspg.io/ygcy6y4jwzg8",
1145
+ started_at: "2025-09-10T20:51:48.727+02:00",
1146
+ page_id: "yy4gq34bqqlj",
1147
+ incident_updates: [
1148
+ {
1149
+ id: "n51979tww3ml",
1150
+ status: "investigating",
1151
+ body: "We are experiencing technical issues with the Aptos Mainnet within Ledger Live. This may impact your ability to send transactions, add accounts and view your balances or transaction history. Our team is actively working to resolve the issue. For urgent transactions, please refer to \u003ca href='https://support.ledger.com/hc/en-us/articles/16750092252701-What-to-do-in-case-of-network-service-disruption?support=true'\u003ethis article\u003c/a\u003e for alternative methods.",
1152
+ incident_id: "7s0q14x2b4k0",
1153
+ created_at: "2025-09-10T20:51:48.826+02:00",
1154
+ updated_at: "2025-09-10T20:51:48.826+02:00",
1155
+ display_at: "2025-09-10T20:51:48.826+02:00",
1156
+ affected_components: [
1157
+ {
1158
+ code: "d4kh7sr4d2kr",
1159
+ name: "Ledger Explorers - Aptos (APT)",
1160
+ old_status: "operational",
1161
+ new_status: "major_outage",
1162
+ },
1163
+ ],
1164
+ deliver_notifications: false,
1165
+ custom_tweet: null,
1166
+ tweet_id: null,
1167
+ },
1168
+ ],
1169
+ components: [
1170
+ {
1171
+ id: "d4kh7sr4d2kr",
1172
+ name: "Aptos (APT)",
1173
+ status: "major_outage",
1174
+ created_at: "2025-09-02T09:15:20.144+02:00",
1175
+ updated_at: "2025-09-10T20:51:48.774+02:00",
1176
+ position: 2,
1177
+ description: null,
1178
+ showcase: true,
1179
+ start_date: "2024-12-30",
1180
+ group_id: "5s70mmvpv8xr",
1181
+ page_id: "yy4gq34bqqlj",
1182
+ group: false,
1183
+ only_show_if_degraded: false,
1184
+ },
1185
+ ],
1186
+ reminder_intervals: "[]",
1187
+ },
1188
+ ],
1189
+ scheduled_maintenances: [],
1190
+ status: { indicator: "major", description: "Partial System Outage" },
1191
+ };
1192
+ //# sourceMappingURL=ledgerStatus.js.map